Log in

View Full Version : subtitles.....


portugal
26th March 2004, 19:22
I´m almost getting ready to explode my PC!!
Please help me! I need to insert subtitles in maestro from a divx and i´ve allready used subtitle workshop, subrip.... and i got the .son file but then maestro says that they aren´t the ones for the movie..... or sync probs.... what can i do?

unkown
27th March 2004, 00:38
Try the following:

1) Extract subtitles to *.bmp files with subrip (ensure that images are full screen and not just the subtitle area: each file will weight about 200KB).
2) Before exiting from subrip, convert the resulting text file into 'Text-spruce subtitle file (*.stl)' -ignore the advice-.
3) When done, edit the text file and you will see something like this:

...
01:00:00:00,01:00:05:00,file0001.bmp
01:00:10:00,01:00:15:00,file0002.bmp
01:00:20:00,01:00:25:00,file0003.bmp
...

4) Insert the following line before subtitle list:

$SetFilePathToken=<<path:>>

5) And finally change filenames in the list like the following (let's suppose all your images are in folder c:\mysubtitles):

$SetFilePathToken = <<path:>>
01:00:00:00,01:00:05:00,<<path:>>c:\mysubtitles\file0001.bmp
01:00:10:00,01:00:15:00,<<path:>>c:\mysubtitles\file0002.bmp
01:00:20:00,01:00:25:00,<<path:>>c:\mysubtitles\file0003.bmp
....

6) The last step is importing this file into DVDMaestro: perhaps when you double-click over a subtitle you won't like the color palette. Just delete the subtitle track in DVDMaestro, reopen the .stl file and change directly the palette (colors and 'contrast', that is, transparency), and import again from DVDMaestro.

portugal
28th March 2004, 02:37
1) Extract subtitles to *.bmp files with subrip (ensure that images are full screen and not just the subtitle area: each file will weight about 200KB).

How do I do that in subrip??? Sorry for my ignorance... I get the stl file but no bmps.... when extracting from a dvd, I do it easly, but from a sub file i really don´t get there.... :confused: :D

portugal
28th March 2004, 02:46
Man.... I did it! Finnally with a bit of time and reading all you´ve said I´ve done it!!:D :D :D Major Thks:sly: Unknown

Matthew
28th March 2004, 03:09
As I take it we are talking sub/idx here...subresync or vsconv.exe should work fine as a one-click solution. Not sure why you'd need to go through all of the above...

unkown
29th March 2004, 21:08
Remember that you can change the palette colors and transparency editing the file text (when i did this, i get the screen black because transparency level of the first palette entry was 15, so probably you will want to adjust the palette).

If you have more problems, post another message. bye!