View Single Post
  #5 (permalink)  
Old 25th August 2005
Tizio Tizio is offline
Moderator
BS.Player Master
 
Join Date: Nov 2003
Location: Italy
Posts: 3,037
Rep Power: 27
Tizio will become famous soon enough
Default

I tried in different manners, and the only one working is to use BSI/INI files.
I created a .bsi file (eg.: "Movie.bsi") and wrote this strings in it:
Code:
[Main]
Version=1.00

[Movie]
Directory=C:\MOVIE_PATH\
FName=Movie_Name.ogm

[Options]
Audio=4
where C:\MOVIE_PATH\ is the path where the movie is placed (if the movie is in the same folder as the one where the .bsi file resides, you only have to put a dot. eg.: Directory=.), Movie_Name.ogm is the file name of the movie.
For the audio info, I put Audio=4 since this is the list of Audio streams that BSplayer gave me:
Stream 1
-- Ogm streams --
Sound English
Sound Japanese

and the fourth line is Sound Japanese. If you have Japanese audio as fifth line, then put Audio=5 in the bsi file.

Note: to visualize the audio streams list in BSplayer, right-click on the movie window, then a menu will pop-up. Now select "Audio -> Audio streams" and there you can see which are your audio streams.

I hope this can help you, anyway I think that there is a bug in BSplayer, since if you set 4 as default audio stream in Audio settings, BSplayer should reproduce the fourth audio stream in the same way as you pass this info by bsi files...

Bye
__________________
BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer
BSP Definitions Manager (v1.02)
BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051)
Reply With Quote
 

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