Created
December 2, 2023 08:41
-
-
Save craftgear/944a23d226f6e3734bb5de2f68178c73 to your computer and use it in GitHub Desktop.
ffmpegを使って2秒に1枚の割合でスクショを撮る
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
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