[MEncoder-users] AAC encoding

Nico Sabbi nicola_sabbi at fastwebnet.it
Mon Jan 29 22:35:02 CET 2007


Olivier Rolland wrote:
> Hi,
> 
> I'm trying to mux an AAC audio stream and a X264 video stream into an
> AVI container. The audio file has been extracted in PCM from a DVD and
> encoded in AAC with faac. The video file has been encoded directly
> from the DVD:
> 
> $ mplayer -mc 0 -vc null -vo null -ao
> pcm:fast:nowaveheader:file=audio.wav -aid 129 dvd://1
> $ faac -P -R 48000 -q 157 -C 2 -X --mpeg-vers 4 -o audio.aac audio.wav
> $ mencoder -mc 0 -oac pcm -channels 1 -srate 4000 -aid 129 -sws 7 -vf
> crop=720:416:0:80,scale=464:192,hqdn3d=2:1:2,harddup -ovc x264
> -x264encopts 
> subq=5:b_pyramid:weight_b:8x8dct:frameref=2:turbo=1:bitrate=549
> -o video.avi dvd://1
> 

why don't you simply use
mencoder -oac faac -faacopts mpeg=4:raw -ovc ... -vf ...  -o file.avi 
dvd:// ?

-- 
"Without a frontend, mplayer is useless" - someone in mplayer-users



More information about the MEncoder-users mailing list