PDA

View Full Version : Need For Help



lightweight
08-23-2005, 02:39 PM
I use the Windows Media Player 10. Does anybody know how I can put the lyrics in the song? How do I turn the option on in the first place? I did it a while ago, but can't seem to remember how to do it again.

Pando
08-23-2005, 02:51 PM
I have a similar question aswell. Subtitles in media player classic. Can it be done? If yes, how?

Matra et Alpine
08-23-2005, 03:39 PM
Synchronized Accessible Media Interchange (SAMI) files does the job.

Not sure of what tools are there to do it, I've only done it once for a mate and did it 'long hand' :)

do a google :)

To turn it on you need to ensure in the Play menu, point to Captions and Subtitles, and then click On if Available.

Your file looks like .... the SYNC is the timing for when it displays the text

<SAMI>
<head>
...
</head>
<BODY>
<SYNC Start="0">
<P Class="Captions">First caption</P>
</SYNC>
<SYNC Start="1000">
<P Class="Captions">Last caption</P>
</SYNC>
<SYNC Start="2000">
<P Class="Captions">&nbsp;</P>
</SYNC>
</BODY>
</SAMI>

lightweight
08-23-2005, 04:05 PM
thx a lot. it worked!!!