Orchestrate
$ ffmpeg -i INPUT.mp4 -f gif OUTPUT.gif
-ss 60.0 : skip 60 seconds -t 5 : for 5 seconds -r 12 : framerate 12fps -y : replace existing file
$ ffmpeg -i INPUT.mp4 -y -f gif -r 24 -ss 63.0 -t 2.5 OUTPUT.gif
No comments:
Post a Comment