Quote:
Originally Posted by Chuck
yes I want to do it to my 30 min videos
|
I've never done it on windows but the same steps should work for you.
Download and install ffmpeg
then run this command
Code:
ffmpeg -i VIDEO_PATH_GOES_HERE -r 2 -f image2 ffmpeg_temp/%05d.png
This will take 2 frames every sec and put them into a folder
then after that is done run this command
Code:
ffmpeg -i ffmpeg_temp/%05d.png -b 4000k OUTPUT_VIDEO_NAME