-
Multiple Subtitle Aspect Ratios – Was there a better way?
Hi all,
Just got out of a ridiculous crunch where a feature film that was supposed to be out on DVD “sometime next spring” suddenly needed to be on shelves for Christmas and there wasn’t enough lead time to use any of the authoring places I normally go to (DVD authoring isn’t what I do).
Anyway the whole thing proved it is possible to author a DVD to a commercial spec with DVDSP – (or close enough anyway to mostly pass a third party QC test… they did give me a little leeway on some of the minutia). The only big hitch was the issue of DVDSP not creating separate 4:3 and 16×9 aspect ratio subtitles so one’s subtitles will look “long” in 4:3 (or “squat” in 16×9) depending on the default resolution of your track.
My duct-tape fix was to render out two parallel subtitle tracks as TIFF files (one in each aspect ratio) and then write a script to look at the value of SPRM 14 and activate the appropriate subtitle track based on the player resolution (similar to this one… although they’ve linked the wrong example script in the article. The actual subtitle script he discusses should be this screenshot instead). In my case I wrote it “the other way around”, checking for the two possible 4×3 values – (instead of the one possible 16×9 value) since I wanted 16×9 to be the fall-back *default* and I know some players don’t support SPRM 14 properly.
Of course this means that there’s clearly two subtitle tracks as part of the disk – (although I did lock out the ability to change tracks on the fly to help mitigate users accidentally stumbling into the “wrong” ratio by button mashing their remote… hopefully)…
Is there anything else I could have / should have done to work around this? I didn’t have time for a lot of in-depth google-fu but variations on the SPRM 14 script were pretty much all I could find on-line for workarounds.