Opened 19 years ago
Closed 15 years ago
#2266 closed defect (wontfix)
mythtranscode --ostream dvd does not work correctly with 2 audio tracks
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - Mythtranscode | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
"mythtranscode --ostream dvd" produces correct results, if there is only one audio track. dvdauthor can read the mpeg and produce the dvd structure.
However, if there are 2 audio tracks (mp2 and ac3) in a DVB mpeg-ts recording, the resulting file is still playable with mplayer (and audio track can be switched with "#"), but dvdauthor cannot create a valid dvd structure of it. It spits out lots of warnings in the process and the result is then corrupted. So, something is not DVD compliant.
Warnings: WARN: Audio pts for channel 0 moves backwards; please remultiplex input. WARN: Previous sector: 54.664 - 54.728 etc.
So, lots of manual stuff has to be done to work around this and get such a recording to DVD. And MythArchive will also not work with this bug, I guess (not tested).
Demo file is available on demand.
Change History (9)
comment:1 by , 19 years ago
Priority: | major → minor |
---|---|
Severity: | high → medium |
comment:2 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 19 years ago
A temporary solution is not necessary for me. I am using ProjectX + mplex as a workaround until the correct solution is available. Thanks.
comment:4 by , 19 years ago
Could you supply me with an example input file (or at least several megs from the beginning) that works with dvdauthor? It would be very helpful to see what the container looks like. Also, the xml file you use for it if appropriate.
comment:5 by , 19 years ago
http://www.boerkel.de/DualAudioTs.mpg (original recording) http://www.boerkel.de/DualAudioPs.mpg (from mplex) http://www.boerkel.de/DualAudioPs.mpg.xml
It's also important AFAIK that the default audio track from MythTV will be the first audio track in the dvd-mpeg-file, so that the DVD player uses this as default.
comment:6 by , 18 years ago
Component: | mythtv → mythtranscode |
---|
comment:7 by , 16 years ago
Milestone: | → unknown |
---|---|
Owner: | removed |
Status: | accepted → new |
comment:8 by , 16 years ago
Component: | mythtranscode → MythTV - Mythtranscode |
---|
comment:9 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Killing an extremely dead ticket without an owner.
The easiest solution to this would be to strip one of the audio tracks. This would be trivial, but not ideal. Would this be useful to you as a work-around until I can determine what dvdauthor expects? Either way, I'll look into what is required.