View Single Post
Old 3rd June 2005, 10:40   #114  |  Link
NN
Registered User
 
Join Date: Nov 2004
Posts: 5
Font color bug in 1.30b4 + .idx delay info

Hi,

Sorry it took so long for me to respond, but I've been on holiday the last 2 weeks. I just installed 1.30b4 and my first 3 requests have been implemented (the % character now works). Thanks !

However, 1.30b4 does seem to have a bug when loading .idx/sub files. Both the font color and the background color get set to black (so I can't read them !). My .idx files contain the following color information:

Code:
# The original palette of the DVD
palette: 000000, 828282, 828282, 828282, 828282, 828282, 828282, ffffff, 828282, bababa, 828282, 828282, 828282, 828282, 828282, 828282

# Custom colors (transp idxs and the four colors)
custom colors: OFF, tridx: 1000, colors: 000000, bababa, 828282, 000000

For my 5th request (processing delay in .idx files) here is some additinal info (direct copy from the .idx header):

Code:
# VobSub index file, v7 (do not modify this line!)
# 
# To repair desyncronization, you can insert gaps this way:
# (it usually happens after vob id changes)
# 
#	 delay: [sign]hh:mm:ss:ms
# 
# Where:
#	 [sign]: +, - (optional)
#	 hh: hours (0 <= hh)
#	 mm/ss: minutes/seconds (0 <= mm/ss <= 59)
#	 ms: milliseconds (0 <= ms <= 999)
# 
#	 Note: You can't position a sub before the previous with a negative value.
# 
# You can also modify timestamps or delete a few subs you don't like.
# Just make sure they stay in increasing order.
Example of an .idx file with delay:

Code:
# English
id: en, index: 0
# Decomment next line to activate alternative name in DirectVobSub / Windows Media Player 6.x
# alt: English
# Vob/Cell ID: 6, 1 (PTS: 7610833)
delay: -02:06:50:700
timestamp: 02:07:04:396, filepos: 000000000
timestamp: 02:07:08:200, filepos: 000001800
Thanks, NN
NN is offline   Reply With Quote