Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WEBM Thumbnail #112

Open
vampiricwulf opened this issue Feb 2, 2015 · 0 comments
Open

WEBM Thumbnail #112

vampiricwulf opened this issue Feb 2, 2015 · 0 comments

Comments

@vampiricwulf
Copy link
Contributor

I run into ENOMEM a lot for webms, I changed from using '-vf', 'thumbnail' to '-ss' and the error stops happening, so NotSo looked up about the filter and:

https://ffmpeg.org/ffmpeg-filters.html#thumbnail

Since the filter keeps track of the whole frames sequence, a bigger n value will result in a higher memory usage, so a high value is not recommended.
Default is 100.

vampiricwulf referenced this issue in vampiricwulf/tanoshiine Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant