AVI to GIF?
August 8, 2006 7:22 AM Subscribe
AVI to GIF. It can't be so difficult, can it?
I know it can be done. Evidence is all around me. So tell me, if you know ... without resorting to questionable software from unknown sources -- all of which seem to want $29.95, how would you go about making an animated GIF from a portion of an AVI?
Note: I have Adobe ImageReady CS (which should do the trick), but when I import frames from an AVI, all of the resultant frames are empty and white. I'm guessing this is a codec issue. For certain AVI files, special codecs (Xvid, etc.) are required, so how do I tell IR to use them?
Previous Similar Posts: Here and
Here.
posted by grabbingsand to computers & internet (10 answers total) 4 users marked this as a favorite
mplayer file.avi -vo jpeg
options (from the man page):
Output each frame into a JPEG file in the current directory. Each file takes the frame number padded with leading zeros as
name.
[no]progressive
Specify standard or progressive JPEG (default: noprogressive).
[no]baseline
Specify use of baseline or not (default: baseline).
optimize=<0 -100>
optimization factor (default: 100)
smooth=<0 -100>
smooth factor (default: 0)
quality=<0 -100>
quality factor (default: 75)
outdir=
Specify the directory to save the JPEG files to (default: ./).
subdirs=
maxfiles=
Maximum number of files to be saved per subdirectory. Must be equal to or larger than 1 (default: 1000).
Looks like mplayer is available for OSX, too:
mplayer for OSX.
posted by handee at 7:31 AM on August 8, 2006 [1 favorite]