On 9/12/06, Abylai Ospan <[EMAIL PROTECTED]> wrote:

 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

use:
mplayer -dumpstream dvd://1 (or whatever track you need)

this will dump the original vob in a stream.dump file.

vob files are splitted mpeg2 ps, so the resulting stream.dump is
exactly what you want.

Cheers
--
--
Svetoslav Milenov (Sunny)

Windows is a 32-bit extension to a 16-bit graphical shell for an 8-bit
operating system originally coded for a 4-bit microprocessor by a
2-bit company that can't stand 1 bit of competition.

Reply via email to