Log in

View Full Version : Is there a program that can split a video down to many 15 second gifs??


DJboutit
2nd January 2016, 01:45
Is there a program that can split a video down to many 15 second gifs??

LoRd_MuldeR
2nd January 2016, 02:02
ffmpeg?
http://superuser.com/a/556031

DJboutit
2nd January 2016, 02:21
I am looking for something that can do like 10 to 15 gifs all at one time.

LoRd_MuldeR
2nd January 2016, 02:25
You can specify the desired start position (-ss option) as well as the duration (-t option). The rest can be done with a little batch/shell script :)

GMJCZP
2nd January 2016, 15:58
If you have trouble using FFMpeg try VirtualDub. It provides the duration of the video first and then go to File - Export - Animated GIF....
Good luck.