Can't stereo to mono with mencoder Hi,
I have a video stereo.avi (xvid+mp3) and I want to output a new one in mono so that's what I do with mencoder:
mencoder stereo.avi -ovc copy -oac mp3lame -lameopts cbr:br=128:mode=3 -o mono.avi
that doesn't work, it still has 2 channels
I've also tried:
mencoder stereo.avi -ovc copy -oac mp3lame -lameopts cbr:br=128:mode=3 -af -pan=1:0.5:0.5 -channels 1 -o mono.avi
And doesn't work
What I'm doing wrong? Any help is appreciated.
Thank you. |