[MEncoder-users] DVD to VCD Convertion
RC
rcooley at spamcop.net
Sat Jul 23 07:46:15 CEST 2005
On Fri, 22 Jul 2005 19:37:46 -0600
Ron Wills <ron at rwsoft.ca> wrote:
> mencoder -oac lavc -ovc frameno -vf scale=352:288,harddup -srate
> 44100 -channels 1 -af lavcresample=44100 -lavcopts
> acodec=mp2:abitrate=128 -ofps 25 dvd://1 -o frameno.avi
First off, don't use frameno. It's been depreciated for a very long
time. It's the cause of a lot of frustration for a lot of people.
Also, I simply can't reproduce your problem. Using that exact
command-line gives me an AVI file with mono audio (using 1.0pre7).
Perhaps you problem is directly related to using frameno.
> mencoder -oac lavc -ovc frameno -vf scale=352:288,harddup -srate
> 44100 -af lavcresample=44100 -lavcopts
> acodec=mp2:abitrate=128:amode=0 -ofps 25 dvd://1 -o frameno.avi
The "amode" option does not exist. The only place I saw it in the man
page was in the TV capture section. It is certainly not a lavcopt.
Stick to "-channels 1".
More information about the MEncoder-users
mailing list