Mencoder
From www.mosalov.com
Contents |
Command lines
flv encoding
c:\software\mencoder-p4-svn-21847\mencoder.exe %1
-ofps 25 -o %2 -of lavf -oac mp3lame -lameopts abr:br=64 -srate 22050 -ovc lavc
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
-lavcopts vcodec=flv:keyint=50:vbitrate=300:mbd=2:mv0:trell:v4mv:cbp:last_pred=3
-vf kerndeint,crop=680:544:20:16,scale=320:240 %3 %4 %5 %6 %7 %8
Thumbnails
c:\software\mplayer\mplayer.exe -idx -ss %SS% -vo jpeg:quality=100,smooth=0,optimise=0 -vf scale=320:240 -frames 2 %INPUT%
mplayers goes by key frames only. I use AviSynth to access particular frames. Jake make video.avs with command:
DirectShowSource("w:\q.wmv", fps=25)
