Created
August 28, 2019 06:16
-
-
Save alkavan/dbcd839fdd97a8dd88f95ec21c5dde5d to your computer and use it in GitHub Desktop.
FFMPEG Commands Help
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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