VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Dec 2004
    Location
    United States
    Search Comp PM
    Is there a program that can split a video down to many 15 second gifs??
    Quote Quote  
  2. Member racer-x's Avatar
    Join Date
    Mar 2003
    Location
    3rd Rock from the Sun
    Search Comp PM
    ffmpeg, Aviutl, Virtualdub..........
    Got my retirement plans all set. Looks like I only have to work another 5 years after I die........
    Quote Quote  
  3. Member
    Join Date
    Dec 2004
    Location
    United States
    Search Comp PM
    I need something that will split a video into many gifs all at one time.
    Quote Quote  
  4. Member racer-x's Avatar
    Join Date
    Mar 2003
    Location
    3rd Rock from the Sun
    Search Comp PM
    ffmpeg + a properly worded batch script.
    Got my retirement plans all set. Looks like I only have to work another 5 years after I die........
    Quote Quote  
  5. Member racer-x's Avatar
    Join Date
    Mar 2003
    Location
    3rd Rock from the Sun
    Search Comp PM
    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........
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!