First I get a file opening problem with avidemux2 with an original file. So I tried a transcoded file (MPEG with MP3) and this is working.

But the HowTo seems to be very old. There is not button "Save Raw Video Stream" in version 2.0.36 anymore. So I tried there the codecs DVD and FFm MP2.
I'd be surprised if there's not a way to save the raw streams anymore. I'm compiling 2.0.36 now (didn't notice it was updated), so I can't check yet. In general, I've discovered it's a bad idea to strip out the raw video and audio and then remux. Once they're an elementary stream like that, there's no sync information anymore. Most of the time it's fine, but sometimes a capture will sneeze out and change A/V sync in the middle... then you're hosed.


I get an encoded *.mpg in this format. But when I try dvdauthor -o DVD this.mpg I get a segfault because no VOBU is found. I only get very very much warnings about skipping sectors because of waiting for the first VOBU :-(.

My guess is you've got a Program Stream (PS) with audio and video, but it doesn't have the necessary stream to put on a DVD. The best tool I've found for looking at that is from the 'transcode' package. Run 'tcscan -i file.mpg'. You want to see something like this:


tcscan -i sync_k_replexDVD.mpg
found first packet header at stream offset 0x0
found unknown stream [0xbb]
found navigation pack [0xbf]
found ISO/IEC 13818-3 or 11172-3 MPEG audio track 0 [0xc0]
found ISO/IEC 13818-2 or 11172-2 MPEG video stream [0xe0]
sequence: 704x480 4:3, 29.97 fps, 5000 kbps, VBV 224 kB , Custom Intra Matrix , Custom Non-Intra Matrix
found padding stream [0xbe]
end of stream reached
------------- presentation unit [0] ---------------
stream id [0xbb] 2915
stream id [0xbe] 2902
stream id [0xbf] 5830
stream id [0xc0] 17336
stream id [0xe0] 361843
390826 packetized elementary stream(s) PES packets found
presentation unit PU [0] contains 2915 MPEG video sequence(s)
Average Bitrate is 579. Min Bitrate is 5000, max is 5000 (CBR)
---------------------------------------------------


This shows that in addition to the video (0xe0), audio (0xc0), and some padding (0xbe), there are some other streams necessary for DVD's... 0xbf for NAV packets.

If that command spews lots of packeted presentation units like this:
------------- presentation unit [89] ---------------
stream id [0xbe] 3
stream id [0xc0] 1
stream id [0xe0] 31
35 packetized elementary stream(s) PES packets found
presentation unit PU [89] contains 3 MPEG video sequence(s)
Average Bitrate is 30000. Min Bitrate is 5000, max is 5000 (CBR)
---------------------------------------------------
found ISO/IEC 13818-2 or 11172-2 MPEG video stream [0xe0]
found padding stream [0xbe]
found ISO/IEC 13818-3 or 11172-3 MPEG audio track 0 [0xc0]
found unknown stream [0xbb]
sequence: 704x480 4:3, 29.97 fps, 5000 kbps, VBV 224 kB , Custom Non-Intra Matrix
------------- presentation unit [90] ---------------
stream id [0xbb] 1
stream id [0xbe] 3
stream id [0xc0] 2
stream id [0xe0] 43
49 packetized elementary stream(s) PES packets found
presentation unit PU [90] contains 3 MPEG video sequence(s)
Average Bitrate is 31666. Min Bitrate is 5000, max is 5000 (CBR)
---------------------------------------------------


it's probably not quite as DVD-friendly.


So I need somebody here who can tell me what I'm doing wrong and perhaps can bring the documentation up to date...


        Bugs are definately still being worked out of the process.

-Cory

*************************************************************************
* Cory Papenfuss                                                        *
* Electrical Engineering candidate Ph.D. graduate student               *
* Virginia Polytechnic Institute and State University                   *
*************************************************************************

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to