Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Last active May 12, 2022 08:34
Show Gist options
  • Save YHaruoka/8f9b6a87a4002e1f6140979953026ca2 to your computer and use it in GitHub Desktop.
Save YHaruoka/8f9b6a87a4002e1f6140979953026ca2 to your computer and use it in GitHub Desktop.
mkdir output_png
ffmpeg -i input.mp4 -vcodec png output_png\output_%06d.png
mkdir output_jpg
ffmpeg -i input.mp4 -vcodec mjpeg output_jpg\output_%06d.jpg
mkdir output_bmp
ffmpeg -i input.mp4 -vcodec bmp output_bmp\output_%06d.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment