DVDStyler loses subtitles from .VOBs
A cross-platform DVD authoring application
Brought to you by:
ntalex
DVDStyler 2.6rc2 and 2.5.2
If a .VOB with subtitles is used as a source video file, this subtitles will be transferred to the final DVD only if "do not remultiplex" check mark is set.
If this check mark is not set then either DVD without subtitles will be created, or DVD will not be produced at all - depending on "Use mplex" check box state.
I tested the issue a bit more:
My source .VOB contains 1 video stream, 1 audio stream and 1 subtitle stream.
When both "do not remultiplex" and "Use mplex" check box are cleared, DVDStyler launches:
and loses all subtitles:
because of missing "-map 0:s" parameter.
When "Use mplex" check mark is set, DVDStyler launches:
and FFmpeg fails because of wrong mapping of an audio stream:
Fixed in DVDStyler 2.6.
Please test
Result is still negative:
Without "Use mplex":
a) "-map -0:s:0" has added instead of "-map 0:s:0"
b) "-c:s:0 copy" parameter now is missed
so no subtitles in the FFmpeg's output.
(If I manually launch FFmpeg with both "-c:s:0 copy" and "-map 0:s:0" - it produces .VOB with subtitles)
With "Use mplex" for my testcase:
the same wrong stream number is used: "-map 0:0 "\dvd-tmp\dvd-cache\entry001.vob.audio0"
Last edit: tiun 2013-11-16