Here's a sample bsi file couple
the subtitles declaration is a bit special here cause it's vobsub subtitles but it would work too with text subtitles [the subtitles files must be the same (and cover the whole movie) on the 2 CDs]
the time offsets are given in frames but it would be exactly the same thing with hh:mm:ss
finally, note that the bsi files must have the exact same name on the 2 CDs
meaning: NOT lotr_fellow.part1.bsi and lotr_fellow.part2.bsi
but lotr_fellow.bsi on both CDs
the only difference between the 2 files is in the [Main] section
Code:
[Main]
NumberCDs=2
CD=1
[Movie]
Title=The Lord Of The Rings: The FellowShip Of The Ring
Directory=.
FName=lotr-fellowship-p1.avi
Audioname1=English
Audioname2=Fran?§ais
[Subtitles]
Directory=.
sub1=|lotr-fellowship-p1.idx
defaultsub=3
[CHAPTERS1]
1=0 Prologue: un Anneau pour les gouverner tous
(more chapters here)
24=134587 Les pr?©sents de Bilbon
Startime=0
[CHAPTERS2]
1=137249 L'Anneau prend le chemin du Sud
(more chapters here)
16=245520 G?©n?©rique de fin
StartTime=137249
[Options]
FullScreen=1
RunHD=2
Code:
[Main]
NumberCDs=2
CD=2
(repeat movie subtitles, chapters and options sections)
for text stream subtitles, the subs declaration would be something like:
Code:
[subtitles]
sub1=English|lotr_fellow.eng.srt
sub2=Fran?§ais|lotr_fellow.fra.srt
defaultsub=2