Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > Bug Reports And Codecs

Bug Reports And Codecs Report BS.Player bugs here - help us to improve BS.Player even further.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10th September 2004
Junior Member
BS.player Regular User
 
Join Date: Jun 2003
Posts: 28
Rep Power: 0
elguaxo is an unknown quantity at this point
Default Subtitles problems in Matroska video

I am using BSPlayer 1.00 Build 810. I have problems displaying subtitles in a Matroska video file. The file is encoded in DivX/AAC and requires VSFilter to display the subtitles. The VSFilter does not even load when playing the file with BSPlayer.

I have all the latests filters:
DivX 5.2.1
VSFilter 2.33 (set to LOAD WHEN NEEDED or even ALWAYS LOAD)
Matroska Splitter 1.0.2.4
CoreAAC 1.0b9

The subtitles display fine if I play the files on the same machine using Zoomplayer 4.03 Standard or even Windows Media Player 9!

Any hints? Thanks.
Reply With Quote
  #2 (permalink)  
Old 12th September 2004
Junior Member
BS.player Regular User
 
Join Date: Jun 2003
Posts: 28
Rep Power: 0
elguaxo is an unknown quantity at this point
Default

I just installed BSPlayer 1.01 Build 811 and the Subtitle problem is still there.

The VSFilter does not even load for displaying the subtitles when playing these files with BSPlayer, and it works fine if I play them with Zoomplayer 4.03 Standard or even Windows Media Player 9!


Any hints? Thanks.
Reply With Quote
  #3 (permalink)  
Old 14th September 2004
bst's Avatar
bst bst is offline
BS.Developer
BS.Player Power User
 
Join Date: Jun 2002
Posts: 181
Rep Power: 10
bst will become famous soon enoughbst will become famous soon enough
Default

It will be fixed in next build also VobSub subtitles will be supported in one of next builds.
For now you can put in bspfilters.dat this lines:

[BSPlayer filter def file]
AddFilter {93A22E7A-5091-45ef-BA61-6DA26156A5D0},Vobsub

Also look in bspfilters.sam for other options
Reply With Quote
  #4 (permalink)  
Old 15th September 2004
Junior Member
BS.player Regular User
 
Join Date: Jun 2003
Posts: 28
Rep Power: 0
elguaxo is an unknown quantity at this point
Default

I created the file bspfilters.dat with the lines you said:

[BSPlayer filter def file]
AddFilter {93A22E7A-5091-45ef-BA61-6DA26156A5D0},Vobsub

But it doesn't work. I am using BSPlayer 1.02 Build 812. I'll wait for the next release. Thanks!
Reply With Quote
  #5 (permalink)  
Old 15th September 2004
Junior Member
BS.Player Newbie
 
Join Date: Nov 2003
Posts: 2
Rep Power: 0
halo is an unknown quantity at this point
Default

I don't know if this will help but try switching the Video Rendering to Overlay Mode 2 (overlay mixer.) I use .mkv files with embedded .ass subtitles all the time and can verify they do work in BSPlayer.
Reply With Quote
  #6 (permalink)  
Old 17th September 2004
Dar Dar is offline
Junior Member
BS.Player Newbie
 
Join Date: May 2004
Location: Russia
Posts: 2
Rep Power: 0
Dar is an unknown quantity at this point
Default

Maybe you should put this line
Code:
AddFilter {9852A670-F845-491B-9BE6-EBD841B8A613},DirectVobSub (auto-loading version)
It will force BSPlayer to load DirectVobSub (not VobSub) according to DirectVobSub settings, i.e. "Do not load", "Load when needed", "Always load", and subtitles searching option enabled. On the other side
Code:
AddFilter {93A22E7A-5091-45ef-BA61-6DA26156A5D0},Vobsub
only loads filter (always) when BSPlayer starts and you have to load subtitles manually.
Reply With Quote
  #7 (permalink)  
Old 20th September 2004
Junior Member
BS.player Regular User
 
Join Date: Jun 2003
Posts: 28
Rep Power: 0
elguaxo is an unknown quantity at this point
Default

Quote:
Originally Posted by Dar
Maybe you should put this line
Code:
AddFilter {9852A670-F845-491B-9BE6-EBD841B8A613},DirectVobSub (auto-loading version)
This works perfect! Thanks.
Reply With Quote
  #8 (permalink)  
Old 29th September 2004
Junior Member
BS.Player Newbie
 
Join Date: Sep 2004
Posts: 2
Rep Power: 0
fusio is an unknown quantity at this point
Default

Where to put this bspfilters.dat, under BSPlayer?
Reply With Quote
  #9 (permalink)  
Old 29th September 2004
Senior Member
BS.Player Power User
 
Join Date: Sep 2004
Location: Warsaw, Poland
Posts: 124
Rep Power: 0
Garet_Jax is an unknown quantity at this point
Default

Yes, in your BSPlayer install directory.
Reply With Quote
  #10 (permalink)  
Old 20th October 2004
Junior Member
BS.Player Newbie
 
Join Date: Jul 2004
Posts: 4
Rep Power: 0
Hitokiri is an unknown quantity at this point
Default

I've the same problem but I can't solve it with these codes. They don't work! :(

what can I do?




Ps: excuse me for my english! :D
Reply With Quote
  #11 (permalink)  
Old 26th January 2005
Junior Member
BS.Player Newbie
 
Join Date: Jan 2005
Posts: 1
Rep Power: 0
BBoy is an unknown quantity at this point
Default

Quote:
Originally Posted by Hitokiri
I've the same problem but I can't solve it with these codes. They don't work! :(

what can I do?




Ps: excuse me for my english! :D
Put into THIS file "\Program Files\Webteh\BSPlayer\bspfilters.dat" the above mentioned lines:

Code:
[BSPlayer filter def file]
AddFilter {93A22E7A-5091-45ef-BA61-6DA26156A5D0},Vobsub
I bet you tried to edit "\Program Files\Webteh\BSPlayer\bspfilters.sam" I've tried also edit this file , then I discovered hopefully that this is a sample config file :D

I think this is your problem also! ;)
Reply With Quote
  #12 (permalink)  
Old 9th February 2005
Junior Member
BS.Player Newbie
 
Join Date: Feb 2005
Posts: 6
Rep Power: 0
Rogersmith is an unknown quantity at this point
Default

I have this problem as well, I would like to try pasting that code into bspfilters.dat, but I cannot find it! I only see bspfilters.sam. :?:
Reply With Quote
  #13 (permalink)  
Old 9th February 2005
BSPeter's Avatar
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default

Quote:
Originally Posted by Rogersmith
I would like to try pasting that code into bspfilters.dat, but I cannot find it! I only see bspfilters.sam. :?:
That's correct. That is a sample file for a bspfilters.dat-file.
Perhaps see second part of this post
__________________
Help2Help (click) BSplayer: simply the best & most versatile (Build 1072 Dutch language here!)
When posting always mention your computer's OS and the version and build number(!) of BS.Player as used by you,
as well as - if applicable and especially when encountering problems - the type(s) of the file(s) mentioned in your post.
Private messages/Visitor messages are NOT for seeking personal help with respect to BS.Player! Instead use the forums!
Reply With Quote
  #14 (permalink)  
Old 9th February 2005
Junior Member
BS.Player Newbie
 
Join Date: Feb 2005
Posts: 6
Rep Power: 0
Rogersmith is an unknown quantity at this point
Default

Cool! It worked! Just had to place it in the right place ^^;

Again, thank you all who helped in this topic. 8)
Reply With Quote
  #15 (permalink)  
Old 6th March 2005
Junior Member
BS.Player Newbie
 
Join Date: Jul 2004
Posts: 3
Rep Power: 0
djezus is an unknown quantity at this point
Default

Me, I cant :(

Media Player Classic read perfectly my file, but not bsplayer

Is it possible that BSPlayer read karaoke effect (ssa) in a mkv file ?

I run under win98, and use the last version of bsplayer.
Reply With Quote
  #16 (permalink)  
Old 26th August 2005
Junior Member
BS.Player Newbie
 
Join Date: Feb 2005
Posts: 6
Rep Power: 0
Rogersmith is an unknown quantity at this point
Default

Well, I just reinstalled BS Player in hopes of correcting this problem.

I opened a MKV file, and went to turn on the subs, but the options are grayed.


I looked into the bspfilters.dat, and I have the code still the same as before:

Quote:
; Filters that are always loaded
;AddFilter {9D2935C7-3D8B-4EF6-B0D1-C14064698794},DivXG400
;AddFilter {149D2E01-C32E-4939-80F6-C07B81015A7A},Matroska Filter

;AddFilter C:\temp\MatroskaSplitter.ax,{149D2E01-C32E-4939-80F6-C07B81015A7A},Matroska Splitter
;AddFilter G:\WINDOWS\system32\OggDS.dll,{F07E245F-5A1F-4D1E-8BFF-DC31D84A55AB},Ogg Splitter
;AddFilter G:\WINDOWS\system32\OggDS.dll,{02391F44-2767-4E6A-A484-9B47B506F3A4},Vorbis Decoder
;AddFilter G:\WINDOWS\system32\xvid.ax,{64697678-0000-0010-8000-00AA00389B71},XviD MPEG-4 Video Decoder
;AddFilter G:\WINDOWS\system32\l3codecx.ax,{38BE3000-DBF4-11D0-860E-00A024CFEF6D},Fhg MPEG Layer3 decoder
;AddFilter C:\temp\cdxareader.ax,{D367878E-F3B8-4235-A968-F378EF1B9A44},CDXA Reader
;AddFilter {9852A670-F845-491B-9BE6-EBD841B8A613},DirectVobSub (auto-loading version)
[BSPlayer filter def file]
;AddFilter {93A22E7A-5091-45ef-BA61-6DA26156A5D0},Vobsub

I'm not sure why it wouldn't work like it did before. :?

Again, sorry for resurrecting an old topic, but I need some help.
Reply With Quote
  #17 (permalink)  
Old 27th August 2005
Moderator
BS.Player Master
 
Join Date: Nov 2003
Location: Italy
Posts: 3,037
Rep Power: 27
Tizio will become famous soon enough
Default

Try the night build BSplayer v1.3.6.824 (exe only)!
I hope that it will fix your problem, and don't worry for resurrecting an old post! It's a good thing to search for previous posts regarding owns problems before creating a new post, and if something similar is present, why not to resume the old post?!
__________________
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
  #18 (permalink)  
Old 27th August 2005
Junior Member
BS.Player Newbie
 
Join Date: Feb 2005
Posts: 6
Rep Power: 0
Rogersmith is an unknown quantity at this point
Default

Quote:
Originally Posted by Tizio
Try the night build BSplayer v1.3.6.824 (exe only)!
I hope that it will fix your problem, and don't worry for resurrecting an old post! It's a good thing to search for previous posts regarding owns problems before creating a new post, and if something similar is present, why not to resume the old post?!
Hm, I downloaded it, unziped it and replaced the one I had.

No change...... :(



I think I might need to reinstall VobSubs.. :?:


Oh goddamnit!

I installed "Matroska_Pack_Full_v1.1.1", and now BS Player won't open Matroska files. :evil:


Phew, ok I now installed "Matroska_Pack_Full_v1.0.3", and I can open Matroska files, but still no subs.
Reply With Quote
Reply

Tags
matroska, subtitles, video

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules


All times are GMT +1. The time now is 11:23 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger

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