Good day !

I need to convert DVD to mpeg2 ps filw with audio. I am doing:
1. transcode to separate audio and video:
for example:
transcode -a 0 -x dvd -T 7,1-25 -i /dev/dvd -s 4 -Z 480x576 -F mpeg2 -y ffmpeg --no_split -o test -N 0x2000 --export_asr 2 -w 4096 --video_max_bitrate 4096 -m test.ac3

2. and then split video and audio into one file:
mplex -f 8 -o test.mpg test.m2v test.ac3

But on some DVD (with silence at the beginning) I have audio and video desynchronization (audio is start faster than needed). How I can transcode video and audio into one file without mplex ?

Thanks !

wbr, Abylai

Reply via email to