View Single Post
  #2 (permalink)  
Old 5th March 2004
Quietseb's Avatar
Quietseb Quietseb is offline
Senior Member
BS.Player Power User
 
Join Date: Jun 2002
Location: back in France...
Posts: 581
Rep Power: 0
Quietseb is an unknown quantity at this point
Default

.sub + .idx = vobsub
bsplayer can't handle vobsub subtitles; you need directVobsub to display them (now known as VSFilter)

VSFilter download page

to install it: extract VSFilter.dll to c:\windows\system32\
register the dll to the system: start->run->
Code:
regsvr32.exe vsfilter.dll
it should load automatically when needed (provided subs files have same name as avi file) [to be honest, I did not myself test releases further than 2.23 with further than bsplayer 0.86.501...]
if you want to configure vsfilter at any time (not only when it is loaded by bsplayer or whatever player), you may create a shortcut with the following target:
Code:
C:\WINDOWS\system32\rundll32.exe vsfilter.dll,DirectVobSub
Reply With Quote
 

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