Log in

View Full Version : importing SST sub's into scenarist


ArieBK
29th September 2003, 20:39
hi.

i have an SST file looks as :

st_format 2
Display_Start non_forced
TV_Type PAL
Tape_Type NON_DROP

Directory .
#####################################################
SP_NUMBER START END FILE_NAME
1 00:00:09:60 00:00:12:00 xcxcxcxc
2 00:00:12:00 00:00:15:60 xcxcxcxcx
3 00:00:19:16 00:00:28:76 xcxcxcxcx
4 00:01:09:52 00:01:10:72 xcxcxcxcxc

as you can see, the subs are in the file! and not pointed from the file to a BMP.

is it posible to import it to scenarist ?

i get an error when i try to do that.

srfscenar
30th September 2003, 07:27
The only sure thing is that its working perfectly.
This way works for me...

st_format 2

TV_Type PAL
Tape_Type NON_DROP
Base_Time 00:00:00:00
Display_Start non_forced

Directory ...........

SP_NUMBER START END FILE_NAME

1 00:00:09:60 00:00:12:00 xcxcxcxc
2 00:00:12:00 00:00:15:60 xcxcxcxcx
3 00:00:19:16 00:00:28:76 xcxcxcxcx
4 00:01:09:52 00:01:10:72 xcxcxcxcxc

ArieBK
30th September 2003, 12:09
i have tryed to that ...
i get the same errors ...

Error Can't find first sub-picture image file.[D:\DVD\SubRip1.14\????º?]
Info Checking Subtitle File. Stream ID = 1, File = (N:\Matrix-sub\Subs\Matrix-HEB1.sst)
Error The display area rectangle is inverted.
Error The display area does not match the pixel area.
Error The pixel area (bottom) should be smaller or equal to -1.
Error Dimensions dump:
DisplayArea: X1=360, Y1=480, X2=359, Y2=479
PixelArea: Top=0, Bottom=477
SubTitleImage: Width=0, Height=0

Info ********* Error *********


i guess it seek for the bmp file ...

any idea ?

allso, i allso tryed another way, You can see it here (http://doom9.org/mpg/ccguide.htm)
looks like it's working, but it revers my subs i.e :

original : aaa bbb ccc ddd

after converting : ddd ccc bbb aaa

srfscenar
30th September 2003, 14:36
lets get something straight...
After the out TC in your sst file u must have the apropriate BMP,Tif, or any other picture file in dimensions 720x576 for PAL. for e.g

st_format 2

TV_Type PAL
Tape_Type NON_DROP
Base_Time 00:00:00:00
Display_Start non_forced

Directory x:\...

SP_NUMBER START END FILE_NAME

1 00:00:09:60 00:00:12:00 Test0001.bmp
2 00:00:12:00 00:00:15:60 Test0002.bmp
3 00:00:19:16 00:00:28:76 Test0003.bmp
4 00:01:09:52 00:01:10:72 Test0004.bmp
and going on...

Scenarist can only work with Pictures as subtitles.

and then u must also check ur colors...for E1,E2,P and BG.

let me know...

ArieBK
30th September 2003, 15:32
i know that.

well i found a way ...

i have a ".sub" file Only text , no BMP's

but @ the link i post b4 there is a way to convert the txt file into BMP's and the correct script to import by scenarist.

it's working.

i found the file with the sub's (txt) in the net,
now there is a way to make it no only for s/vcd but allsofor dvd

thx for the help.

the link : http://doom9.org/mpg/ccguide.htm

Eyes`Only
4th October 2003, 01:03
I was going to reply that you could use my guide to learn how to convert it to bmps, but I see you already found it :)