Hello Everyone,
I know a great many people who have got subtitles working are using mencoder. I was curious if anyone knew whether or not mencoder supports the Hi10 (10-bit) format that's been out for a while now? Last time I tried using mencoder with a Hi10p file the colors were all distorted (due to it lacking the ability to properly render/transcode this file type). As a workaround I used some ruby scripts to go through my MKV files, extract the subtitles, and convert them to SRT subtitles (not the most elegant solution as the formatting and styles of the subtitles get thrown out the window, but it works..) which leads me to my other question...
I made modifications to videoPlayer.jsp (as per the instructions in this thread: viewtopic.php?f=3&t=5708&hilit=subtitles) that allow the Captions plugin to run; by using this I am able to separately render the SRT subtitles in my streams. However, this only appears to work in the regular web player; the player used for the Android application does not seem to have the plugin enabled. Is there a separate videoPlayer.jsp file (or similar) that I need to modify to get this working for the mobile player as well?
Thanks in advance for any info you can offer, and feel free to ask me any questions if it would be of assistance!