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

Add filter string to ffmpeg args #15

Merged
merged 1 commit into from
Jun 21, 2018
Merged

Add filter string to ffmpeg args #15

merged 1 commit into from
Jun 21, 2018

Conversation

KiboMibo
Copy link

Useful option to make scale and other things
Scale :
https://superuser.com/questions/547296/resizing-videos-with-ffmpeg-avconv-to-fit-into-static-sized-player

Save first frame in jpg:
ffmpeg -i inputfile.mkv -vf "select=eq(n,0)" -q:v 3 output_image.jpg

@xfrr xfrr merged commit ba176bd into xfrr:master Jun 21, 2018
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

Successfully merging this pull request may close these issues.

2 participants