View Single Post
  #5 (permalink)  
Old 3rd October 2002
xlv600's Avatar
xlv600 xlv600 is offline
Senior Member
BS.Player Power User
 
Join Date: Jun 2002
Location: France
Posts: 218
Rep Power: 0
xlv600 is an unknown quantity at this point
Default

bichenoubi: Answering to the last question, I wanted to suggest you to try latest Vobsub v2.18 together with BSPlayer build 490.
In the "General" tab of the Dvobsub filter properties, you can now change the vertical padding, adding or removing black strips, in order to be able to put subtitles below the picture.

About your first problem, I agree with your structure, it's the way it should work.
I've made some tests with BSPlayer debug version 488 and Vobsub v2.14, and checked with Build 490 and Vobsub v2.18...
In the log file, I've seen that AVI relative file path is appended to the ini real path including the trailing '\'.
For instance, if the ini file path is:
F:\BSPlayer\Movie.bsi
and movie file
F:\Movie.avi
In the [MOVIE] section of your ini file , you should have:
Directory=..
FName=Movie.avi

The resulting path (in log file) will be:
F:\BSPlayer\..\Movie.avi

On my HD disk, the ini file path was:
L:\DivX\_Autorun\BSPlayer\Film.bsi
the movie file :
L:\DivX\Mission Cl?©op??tre\Film.avi
In the ini file , I've written:
[MOVIE]
Title=Ast?©rix & Ob?©lix - Mission Cl?©op??tre
Directory=..\..\Mission Cl?©op??tre
FName=Film.avi
AudioName1=Fran?§ais
;AudioName2=Original (only one audio stream here)

[SUBTITLES]
Directory=..\..\Mission Cl?©op??tre ; Same as movie
directorySub1=Film.idx
DefaultSub=0


Nota:
- Here, directory=..\..\..\DivX\Mission Cl?©op??tre works too.
- Tested successfully with movie an subs located in the root directory (Directory=..\..\..).
- VobSubs were working too, but they had to be located in the movie directory. The only issue is that I can't use a shortcut to cycle through them, but the other ways are working: through DVobsub properties or Right-click on movie.
- This has not been tested on CD!. For these tests, BSPlayer and all the needed codec and filters, are running from HD, bsi extension is registerd and associated to the BSPlayer installed in the system partition. It doesn't mean it would necessary work the same on a self sufficient CD.

Hope it helps...
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20