Skip to content

Instantly share code, notes, and snippets.

@Kr0n0
Created April 22, 2019 08:00
Show Gist options
  • Save Kr0n0/13e399330ffbbedb4c1373992cc6c162 to your computer and use it in GitHub Desktop.
Save Kr0n0/13e399330ffbbedb4c1373992cc6c162 to your computer and use it in GitHub Desktop.
#!/bin/sh
ffmpeg -i $1 -vf "select=gt(scene\,0.5), scale=640:360" -vsync vfr $1-%03d.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment