Hi,

for a project I had to subtitle 63 hours of videos, I couldn't find any subtitle software that was speedy enough to manage such a huge amount, so I decided to make a custom subtitler for our specific needs and workflow. It was fairly easy to build it with Livecode. You simply need to regularily check the currentTime of your player object and compare it to the timecode in your subtitlefile. You then show/hide the subtitle at the right moment. As longs as there will be the currentTime property available you can work easily with subititles in Livecode. There is one major caveat though: It is not possible to show the subtitle on top of the video, otherwise it will decrease the playback performance massively. I had to place the subtitle outside of the player object, than it worked. In the good old quick-times alwaysBuffer worked well, it was easy to draw on top of a video without performance issues.

if you are in interested to hear more you can send me direct mail.

Best,

Oliver

On 07/11/23 19.00, use-livecode-requ...@lists.runrev.com wrote:
Subtitle and the future of the Player control

--
:::::::::::::::::::::::
Oliver Kochta-Kalleinen
mobile +358-40-8223552
www.studiokalleinen.net


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to