Is there a program that can split a video down to many 15 second gifs??
+ Reply to Thread
Results 1 to 5 of 5
-
-
ffmpeg, Aviutl, Virtualdub..........
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........ -
I need something that will split a video into many gifs all at one time.
-
Something like this will work, I just tested it out. You'll need to edit path to ffmpeg and settings as required.......
Code:SET PATH="D:FFMpeg\64-bit" ffmpeg -i foo.mp4 -ss 01 -t 15 -vf scale=640:-1:sws_dither=a_dither -r 12 -pix_fmt rgb8 -loop 0 -an 01.gif ffmpeg -i foo.mp4 -ss 16 -t 15 -vf scale=640:-1:sws_dither=a_dither -r 12 -pix_fmt rgb8 -loop 0 -an 02.gif ffmpeg -i foo.mp4 -ss 31 -t 15 -vf scale=640:-1:sws_dither=a_dither -r 12 -pix_fmt rgb8 -loop 0 -an 03.gif pause
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........
Similar Threads
-
Using GIFs in Sony Vegas?
By Teryolilio in forum Newbie / General discussionsReplies: 9Last Post: 20th Aug 2018, 03:05 -
Gifs and Animations in Premiere
By REZAGE in forum EditingReplies: 3Last Post: 22nd Jan 2015, 09:29 -
Spilt an AC3 Audio
By dj4uk6cjm in forum AudioReplies: 3Last Post: 27th Oct 2012, 04:08 -
Viewing .jpg/gifs in Windows 7 folder
By SIRCOOKS in forum ComputerReplies: 13Last Post: 11th Sep 2012, 21:28 -
Best software to convert videos into animated GIFs?
By True Colors in forum Newbie / General discussionsReplies: 1Last Post: 11th Aug 2012, 11:09