View Single Post
  #4 (permalink)  
Old 12th July 2006
J7N's Avatar
J7N J7N is offline
Senior Member
BS.Player Power User
 
Join Date: Feb 2006
Location: Cyberspace
Posts: 762
Rep Power: 0
J7N is an unknown quantity at this point
Default

I recommend you install these 2 filters in place of "MPV decoder filter" and "mpg2splt.ax".
Code:
http://rapidshare.de/files/25642909/mpeg2dec.rar.html
First you need to unregister the old filters. To find out the filename for that MPV video decoder, right-click BSPlayer, choose Options -> Filters -> Advanced.
Code:
regsvr32 /u mpg2splt.ax
To register the new ones use the following command
Code:
regsvr32.exe <filter_name>
where <filter_name> is the full path to where you unpacked my files, say c:\plugins\mpeg2dec\mpgdec.ax

The problem with M$ mpg2splt.ax is that it fails to estimate (even approximate) time on most VBR (or incorrectly authored) VOBs and skips certain frames at MPEG-2 cell boundaries. Haven't heard of MPV decoder... These 2 filters I posted work fine for me.
Reply With Quote
 

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