PDA

View Full Version : Scenarist, Subtitle import


cona812
23rd August 2004, 00:48
hello

now it's time for me to ask :confused:

I just tried to import Subtitles into Scenarist like I've done several times before, but I only get the following error-message.

Info Checking Subtitle File. Stream ID = 1, File = (G:\Kill\Subs\en 0\en 0.sst)
Error The display area(vertical) should be equal to 2 or bigger than 2.
Error The display area rectangle is inverted.
Error This pixel area top should be smaller than the bottom.
Error The display area does not match the pixel area.
Error The width of the display area should be equal to image file width.
Error Dimensions dump:
DisplayArea: X1=0, Y1=0, X2=-1, Y2=-1
PixelArea: Top=0, Bottom=0
SubTitleImage: Width=720, Height=574

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

I setup the *.sst as usual and never had problems. The following is a part of my sst-script:

st_format 2
Display_Start non_forced
TV_Type PAL
Tape_Type NON_DROP
Pixel_Area (0 574)
Display_Area (0 2 719 574)
Color (0 1 2 3)
Contrast (0 15 15 10)
E2 (255 0 0 ===)
E1 (0 0 0 ===)
PA (0 0 255 ===)
BG (255 255 255 ===)
Directory G:\Kill\Subs\en 0

#
# Palette entries:
#
# 01 : RGB( 0, 0, 0)
# 02 : RGB(255,255,255)
# 03 : RGB( 0, 0, 0)
# 04 : RGB(180,180,180)
#

#########################################################
SP_NUMBER START END FILE_NAME
1 01:01:18:16 01:01:21:01 en 0.1.bmp
2 01:01:26:22 01:01:33:15 en 0.2.bmp
3 01:01:33:17 01:01:35:24 en 0.3.bmp
4...

Anyone any ideas? Thanx for any help

Cona

DaRat
23rd August 2004, 10:31
You can always try to copy-paste the header from a working .sst file. :D

BTW, your header is missing the 'Subtitle' attribute (S will put the subs into a folder with same name). Also try to reduce the 'Pixel Area' to '0, 573'. Oh, and drop the color, background and palette info, it's no use, just set the colors you want for each color of the image (r,b,b,w) in default settings > color > first column.

cona812
23rd August 2004, 10:42
Thanx a lot :D :D ! It's working.

Cona