View Single Post
  #6 (permalink)  
Old 7th May 2007
artam's Avatar
artam artam is offline
Member
BS.player Regular User
 
Join Date: Apr 2004
Posts: 98
Rep Power: 21
artam is on a distinguished road
Default

el_princhipitooo:

One of the features of bsplayer is capability of running it with ini (*.bsi) file instead of movie and subtitles in the command line. It is plain text file where you can specify the behaviour of the playing of the movie of your own. See documentation for more details.
To switch off the loaded subtitles set the parameter DefaultSub=0.

For example, this one will do your thing:

[Main]
Version=2.00

[Movie]
Title=My Movie Title
Directory=.
FName=mymovie.avi

[Subtitles]
Directory=.
Sub1=EN|mymovie.EN.srt
Sub2=SK|mymovie.SK.srt
Sub3=DE|mymovie.DE.srt
Font=238;Arial;28;0;00ffffff
FontColor=00ffffff
BackColor=XXXXXXXX
SubPos=-100
StartTime=0
;default subtitle (0=off)
DefaultSub=0

[Options]
FullScreen=1
PanScan=0
Reply With Quote
 

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