Here did I found an answer to try
Quote:
chernomyrdin
12-01-2006, 09:32 PM
Anybody using mencoder (under linux for example) for convert video source to format for miniplayer ?
After dome try I found correct command line full equal Virtual-Dub action:
|
mencoder /media/wheremyfileis.avi -quiet -vc ffmpeg12 -ofps 20 -vf scale=320:240:0:0:0.00:0.75,expand=320:240,rotate= 1 -ovc xvid -xvidencopts profile=dxnhtntsc:cartoon:zones=0,w,1.0:bitrate=38 4:pass=1 -oac mp3lame -lameopts cbr:br=128 -info name=Film_Name -o /media/wheremyoutputwillbe.avi
It works, but I obtain :
Forced video codec: ffmpeg12
Cannot find codec matching selected -vo and video format 0x44495658.
Read DOCS/HTML/en/codecs.html!
... So will I :)