VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. I have a bunch of animated GIFs I'd like to convert to one of the standard video file formats. Trying to avoid doing them one-at-a-time.

    Hopefully there's an open-source option?

    Thanks!
    Quote Quote  
  2. ffmpeg in a batch file. Something like:

    Code:
    for %%F in ("*.gif") do ffmpeg -i %%~nxF %%~nF.mkv
    Will convert all the gif files in the folder in which the bat file resides.
    Quote Quote  
  3. Originally Posted by jagabo View Post
    ffmpeg in a batch file. Something like:

    Code:
    for %%F in ("*.gif") do ffmpeg -i %%~nxF %%~nF.mkv
    Will convert all the gif files in the folder in which the bat file resides.
    thanks!
    Quote Quote  
  4. Of course, that's the barest of conversions. You'll probably want to specify the codec and parameters used. And maybe a different container.
    Quote Quote  



Similar Threads

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