Skip to content

Instantly share code, notes, and snippets.

@craftgear
Created December 2, 2023 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craftgear/944a23d226f6e3734bb5de2f68178c73 to your computer and use it in GitHub Desktop.
Save craftgear/944a23d226f6e3734bb5de2f68178c73 to your computer and use it in GitHub Desktop.
ffmpegを使って2秒に1枚の割合でスクショを撮る
ffmpeg -i movie.mp4 -r 1/2 ./frame_%04d.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment