hi,

sometimes i use a commandline for encoding some files to test some different settings.

using the latest mencoder binaries (i think these for the 0.0.9r and later releases) i get distorted sound while previous mencoder worked fine. I'm able to extract the sound only via the "dump to wav" switch.

did smething in the mencoder settings change?

here's a switch which creates distorted sound:

/Library/Application\ Support/ffmpegX/mencoder -noodml input.file -oac mp3lame -lameopts preset=insane:vol=2 -noskip -skiplimit 0 -mc 0 -vf crop=XXXXX,scale=XXXXX -sws 1 -ovc lavc -lavcopts -vcodec=mpeg4:vbitrate=XXXX:mbd=2:mv0:trell:cbprecmp=2:cmp=2ubcmp=2:vmax_b_frames=1redia=2:dia=2reme=2:vme=5:naq:v4mvsnr -o test.avi

thanks a lot!