Re: Detecting Duplicate Substream IDs
Elio Blanca <[email protected]>
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <[email protected]> |
I sometimes took advantage from this spumux missing check, I mean I used it: $ spumux -m dvd -s 0 script_normal.xml < base.m2v > first_step.m2v in order to mux `normal' subtitles in the first pass, then: $ spumux -m dvd -s 0 script_forced.xml < first_step.m2v > ready.m2v for muxing forced subs for the same language (both xml files refer to a text .srt file, not png image lists) Is this behaviour still preserved? ------------------------------------------------------------------------------