
12th July 2006
|
 | Senior Member BS.Player Power User | | Join Date: Feb 2006 Location: Cyberspace
Posts: 762
Rep Power: 0 | |
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.
|