2006-04-29, 09:23 PM
cakes Wrote:But when I play the resulting .avi via MVP, the video & audio are out of sync. It looks like the video is progressing way too fast. Also via the Hauppauge MVP soft the .avi doesn't play correctly.
I've been playing around with the script and only after removing a lot of options on the mencoder line, I finally came to an .avi which plays well on the MVP (both with GBPVR and the MVP soft). In GBPVR I need to use ffdshow though, else there is still a slight sync problem.
This may be interesting for other MVP users, so this is the line I which is now in the :

Code:
start /low /wait /min %mencoder_path% %name% -edl "%~dpn1.edl" -ovc xvid -xvidencopts bitrate=900 -oac mp3lame -lameopts mode=2:cbr:br=128 -vf scale=640:480 -ofps 25 %test% -o "%~dpn1.avi"