On Sat, 13 May 2006 14:23:07 -0700, Phil Ehrens wrote: >> > I transcoded some files ripped using Mencoder and the pullup >> > filter. I used the --puldown flag to Transcode, and the video >> > displayed properly on my TV, but the sound was woefully out >> > of sync. [...] >> >> how did you do it? > > Like this: > > tcextract -i mymovie.avi -x ac3 >mymovie.ac3 > > transcode -x mplayer,null \ > --pulldown \ > -Z 720x480,fast \ > -j -16,-36,-16,-36 \ > -y ffmpeg,null \ > --export_asr 3 \ > --export_prof dvd-ntsc \ > -o mymovie \ > -i mymovie.avi > > mplex -f 8 -o mymovie.mpg mymovie.m2v mymovie.ac3
So I was afraid of. You see, using mplayer+transcode gave me A/V out of sync even without the --pulldown switch. Phil, I suggest that you put aside you script for a while and try default transcode (without -x) on a regular avi file. That works for me, and hope will work for you too. Please refer to my conclusion report in my previous thread. thanks tong