Log in

View Full Version : mencoder audio popping/distortion


zackiv31
2nd February 2009, 22:06
I have a box at my work with mencoder with all the trimmings (ubuntu install), and then I have a box for development of which my sysadmin compiles packages for.

I run the following mencoder command on the same file on both boxes, but when i play back both outputs on my machine, the dev box's audio is all distorted. I checked an "mencoder -oac help" and they both have support for faac, so I don't think its that... but where could the problem lie?


mencoder testvid.wmv -o outfile.avi -vf softskip,scale=480:360:0:0,harddup -sws 10 -oac faac -faacopts mpeg=4:br=64:object=2 -ovc x264 -x264encopts bitrate=300:turbo=2:me=umh:me_range=16:nodct_decimate:nointerlaced:8x8dct:nofast_pskip:trellis=1:partitions=p8x8,b8x8,i8x8,i4x4:mixed_refs:bime:keyint=250:keyint_min=25:frameref=3:bframes=14:b_adapt:b_pyramid:weight_b:direct_pred=auto:subq=5:nobrdo:chroma_me:cabac:deblock:nossim:nopsnr:threads=auto -ofps 30 -af resample=44100 -srate 44100