Skip to content

Instantly share code, notes, and snippets.

@bliaxiong
Created October 17, 2017 19:48
Show Gist options
  • Save bliaxiong/89d602d538fc43f6125a5dbde24a6456 to your computer and use it in GitHub Desktop.
Save bliaxiong/89d602d538fc43f6125a5dbde24a6456 to your computer and use it in GitHub Desktop.
#!/bin/sh
ffmpeg -ss 600 -i input.mp4 -vframes 1 -filter:v 'yadif,scale=420:270' output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment