File :-(, x, )
Ripping gifs for fun and profit (teh free software way) Anonymous
OK, listen fuckers, I'm not repeating this.

First lets rip some frames from video to jpeg files:
$ mplayer -ao null -vo jpeg:subdirs=out -ss 00:55 -frames 200 -zoom -xy 300 -vf framestep=4 in.avi

Short explanation:
"-ao null": we don't need no audio;
"-vo jpeg:subdirs=out": jpeg plz;
"-ss 00:55": start from;
"-frames 200": this many frames;
"-zoom -xy 300": this wide image;
"-vf framestep=4": give me only every forth frame.

Take a look at those jpegs, you probably will need to delete few from beginning and end.

Comment too long. Clickhereto view the full text.
>> Anonymous
Lunix fag.
>> Anonymous
Hmm now if only I knew where to put that command in and where it saves them and what to change if I use a different player if thats even something to worry about and..... =\
>> Anonymous
>>313502
There is mplayer and GIMP for Windows and OS X too.
>> Anonymous
>>313502

linux is superior, in windows you have to do 50 mouse clicks to do X while in linux it's just cat jdjas | rkm ssdfjfjjdjfjdjdjsdj hdsfsd |s hjsd jsd <| uhidsuid shads<|jid|[3< <dksjd jsjk |d 7shs
>> Anonymous
     File :-(, x)
>>313503
You put that command in command line... you know, like xterm, command prompt, whatever. JPEGs are saved in directory "out", you can change that with "subdirs=". Oh and mplayer _is_ the player.
>> Anonymous
Use gifsicle you faggot

mplayer -ao null -vo png:subdirs=out -ss 00:55 -frames 200 -zoom -xy 300 -vf framestep=4 in.avi
mkdir gifs
cd out
for file in *.png
do
convert $file ../gifs/$file.gif
done
cd ../gifs
gifsicle -O3 -l -d 25 *.gif -o ../out.gif
>> Anonymous
     File :-(, x)
#!/bin/sh
#please go to the output dir
#using old mplayer
mplayer -ao null -vo png -ss 00:55 -frames 200 -zoom -xy 300 -vf framestep=4 $*
mkdir gifs
for file in *.png
do
convert $file gifs/$file.gif
done
cd gifs
gifsicle -O3 -l -d 5 --colors 256 *.gif -o ../out.gif
cd ..
rm -rf gifs
rm -rf 00*png
>> Anonymous
>>313529
Source?
>> Anonymous
>>313633
[PsyKE]_Dark_Love_-_01_[2DA247AF].avi
>> Anonymous
-vo png:z=1

You are a meat popsicle.
>> Jhoh! !9J6Xe7Aqf.
Just use ImageReady. Better than all of the above.
>> Anonymous
ImageReady costs moneys
>> Anonymous
>>313674
only if you fail at life.