View Single Post
Old 31st May 2005, 13:49   #108  |  Link
ai4spam
Programmer
 
ai4spam's Avatar
 
Join Date: Sep 2003
Posts: 382
REQ: It's a feature, not a bug : if a DVD is detected as NTSC, the size is automatically set to 480 instead of 576. I guess I *could* change it, but I'm not sure what it entitles (padding the bitmaps, etc), because I don't know the .stl format well enough. Also, let me to suggest using XnView (www.xnview.com) for batch padding/resizing, it's really easy to use (deffinitely easier than Photoshop).

BUG: I can't reproduce it here. When I open a .srt file, then set the output format to .stl (Spruce subtitle file) and save it, the headers are generated normally:
Code:
//
// Generated by SubRip 1.30b3 on 5/31/2005 8:33:09 AM
//
//Font select and font size
$FontName       = Arial
$FontSize       = 36

//Character attributes (global)
$Bold           = TRUE
$UnderLined     = FALSE
$Italic         = FALSE

//Position Control
$HorzAlign      = Center
$VertAlign      = Bottom
$XOffset        = 0
$YOffset        = 2

//Colors
$ColorIndex1    = 0
$ColorIndex2    = 1
$ColorIndex3    = 2
$ColorIndex4    = 3

//Contrast Control
$Contrast1      = 15
$Contrast2      = 15
$Contrast3      = 15
$Contrast4      = 0

//Effects Control
$ForceDisplay   = FALSE
$FadeIn         = 0
$FadeOut        = 0

//Other Controls
$TapeOffset     = FALSE

//Subtitles
00:02:44:12,00:02:46:02,Are you guys cops!?
ai4spam is offline   Reply With Quote