Re: [Encode2mpeg-users] DVP642 A/V sync problem with ac3 5.1 audio
Brought to you by:
encode2mpeg
From: JohnG <4p...@gm...> - 2008-02-08 20:42:20
|
Robert Focht wrote: > Try it using tovid to encode and see what happens. Won't do that. I moved to encode2mpeg way back when tovid was recoded from script to python. > Tovid uses enc2mpeg as default for encoding, but there is a -ffmpeg > switch. Using 'Gutsy' Won't use Gutsy as well. I tried the 'upgrade' and lost virtualbox right off. I re-installed Feisty. > my .avi have been encoding well with tovid (but not in 'Feisty') > I have a solution already: #!/bin/bash #transcodes AC3: 5.1 (3f+2r+lfe) #mencoder cannot copy ac3: copy does NOT work!!!!! Got it? #mencoder borks the channel mapping, so the -af channel mapping below! #also, fix video to play on xvid capable DVD Player - Samsung 1080P7 FDATE=`date -I` INFILE=$1 ENDPOS=$2 OUTFILE=$3 PROFILE='dxnhtntsc' VIDBITRATE=2000 echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" echo $0 $INFILE $ENDPOS $OUTFILE $FDATE $VIDBITRATE $PROFILE # mencoder -vf expand=aspect=16/9,scale=720:480\ -endpos $ENDPOS:00\ -channels 6 -af channels=6:6:0:0:4:1:1:2:2:3:3:4:5:5\ -oac lavc -lavcopts acodec=ac3:abitrate=320\ -ovc xvid\ -xvidencopts threads=2:autoaspect:noqpel:nogmc:bitrate=$VIDBITRATE:profile=$PROFILE\ -o $OUTFILE.avi\ $INFILE echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" #mplayer -v -vo null -ao null -frames 0 *.avi Regards; John ------------------------------------------------------------------------------ A: Because it destroys the flow of conversation. Q: Why is top posting dumb? |