> 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 What is your final goal?
I want to make video file (MPEG2 PS, 4096 kbps video, ac3 audio 192 kbps) for video on demand. This file would displayed on IP STB.Some DVD's is normally converted to one file - audio and video is synced normally. But one DVD is don't have audio at the beginning.
I'm doing:
mplayer -dumpstream dvd://2
and stream.dump file is created. But tcprobe don't detect audio (!) in it:
tcprobe -i stream.dump
[tcprobe] MPEG program stream (PS)
[tcprobe] summary for stream.dump, (*) = not default, 0 = not detected
import frame size: -g 720x576 [720x576]
aspect ratio: 16:9 (*)
frame rate: -f 25.000 [25.000] frc=3
PTS=0.2800, frame_time=40 ms, bitrate=9000 kbps
no audio track: use "null" import module for audio
but when I run it by xine I see video and hear audio (audio is starts after 10 second or about after video start - this is normal because 10 seconds is a film titles).
How I can dump normally video and audio from this DVD ? :)
When I dump audio it is starts immediately. But as I mentioned above audio must start after ~10 seconds after video starts. So when I'm doing mplex I finally got broken sync mpeg2 ps file ;(mplayer -dumpaudio -dumpfile sound.ac3 <file>
Any ideas ?
Thanks a lot !
wbr, Abylai