Skip to content

Instantly share code, notes, and snippets.

@alkavan
Created August 28, 2019 06:16
Show Gist options
  • Save alkavan/dbcd839fdd97a8dd88f95ec21c5dde5d to your computer and use it in GitHub Desktop.
Save alkavan/dbcd839fdd97a8dd88f95ec21c5dde5d to your computer and use it in GitHub Desktop.
FFMPEG Commands Help
# Extract JPEG images from video 1 frame per second (windows)
ffmpeg.exe -i .\GOPR4275.MP4 -vf fps=1 img\jeep-%6d.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment