В Втр, 12/09/2006 в 14:49 -0500, Sunny пишет:
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.
Thanks a lot ! It's works ! I have stream.dump with full copy of DVD and audio and video sync is ok (I'm using xine to view this file) !
But now I need to down bitrate from 9000 kbps to 4096 kbps and doing resolution change. I am doing:
transcode -x mpeg2 -i stream.dump -s 4 -Z 480x576 -F mpeg2 -y ffmpeg --no_split -o test -N 0x2000 --export_asr 2 -w 4096 --video_max_bitrate 4096
and I have test.m2v without sound ;(
How I can save audio and video to one file ? May be mplayer can down bitrate and resolution change ?
wbr, Abylai