7th May 2007
|
| Member BS.player Regular User | | Join Date: Apr 2004
Posts: 98
Rep Power: 21 | |
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
|