Tools for Digital Cinema 3D subtitles
the xslt stylesheet adds the attribute Zposition to every Text element in a DCDM subtitleReel
- xsltproc for xml stylesheet transformation https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
- xmllint for validation https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home

- create 2D srt sub in Davinci Resolve
- Export srt subs to a file
- Import srt to https://www.nikse.dk online Subtitle Editor
- Download Subtitle as Digital Cinema Subtitle D-Cinema SMPTE 2014
- edit the add_Zposition.xsl file for your own Zposition (default is -1.0)
- run the XSLT transformation

xsltproc -o MOVIE_SUBS_3D_with_Z.xml add_Zposition.xsl MOVIE_SUBS_2D.xml
xmllint --noout --schema DCDMSubtitle-2014.xsd MOVIE_SUBS_3D_with_Z.xml
tools are used to prepare the stereoscopic 3D screening of the Busan International Short Film Festival BISFF. https://www.bisff.org/
the workflow was successfully tested in the Busan Cinema Center in different projection formats.

