Log in

View Full Version : Timed Text (TT) utility


infante
21st December 2008, 21:13
Hi,
now that the JW Player (4.x) does not support SRT and only supports Timed Text/ XML files, i've been surprised that more programs do not support that format. here is a php script solution in this thread http://www.longtailvideo.com/support/forum/Setup-Problems/8533/Is-.srt-subtitle-support-broken-in-3.14

Anyone know of a simple utility or method to convert a srt to Timed Text, other than coding my own PHP solution?

thanks very much!!
rg

SeeMoreDigital
22nd December 2008, 11:36
Anyone know of a simple utility or method to convert a srt to Timed Text, other than coding my own PHP solution?YAMB (which uses MP4box) can do what you require: -

http://i43.tinypic.com/2qd6iow.png

smok3
22nd December 2008, 11:57
here is my custom exporter for subtitle workshop (2.51), if that is off any help:

[Information]
Name=JW FLV Player
Extension=*.xml
Time structure=hh:mm:ss.zz
Time=True
FPS=25
New line char=<br />

[Format text]
<tt xml:lang="sl">
<head>
<layout/>
</head>
<body>
<div xml:id="captions">
{RepeatSub}
<p begin="{swStart}" end="{swEnd}">{swText}</p>
{EndRepeat}
</div>
</body>
</tt>

save as flvplayer.cfp and drop to
\subtitleWorkshop\CustomFormats\flvplayer.cfp

infante
22nd December 2008, 18:25
Thank you... hopefully subtitle workshop will include this in their formats when (and if) they come out of beta 4 ! rg