<div>Any idea why these subtitles appear black in my video? what's wrong with them?</div><div><br></div><div><a href="https://dl.dropbox.com/u/8674304/GVT/s-ama.sub">https://dl.dropbox.com/u/8674304/GVT/s-ama.sub</a><br>

<a href="https://dl.dropbox.com/u/8674304/GVT/s.sub">https://dl.dropbox.com/u/8674304/GVT/s.sub</a></div><div><br></div><div>Where can I find the specification of this standard for me to parse by myself / debug / etc?</div>

<div><br></div><div>The command line I am using to add the subtitle is this:</div><div><br></div><div><div><font face="courier new, monospace">ffmpeg \</font></div><div><font face="courier new, monospace">-i video.m2t \</font></div>

<div><font face="courier new, monospace">-i audio.aac \</font></div><div><font face="courier new, monospace"><b>-i subtitle.sub \</b></font></div><div><font face="courier new, monospace">-vcodec copy \</font></div><div><font face="courier new, monospace">-acodec copy \</font></div>

<div><font face="courier new, monospace"><b>-scodec dvbsub \</b></font></div><div><font face="courier new, monospace">-metadata:s:a:0 language=por \</font></div><div><font face="courier new, monospace">-metadata:s:s:0 language=por \</font></div>

<div><font face="courier new, monospace">-map 0 -map 1 -map 2 \</font></div><div><font face="courier new, monospace">-y out.ts</font></div></div>