PlaylistPlayer: *** unable to play - XXX.avi - skipping track! (1 Viewer)

ronilse

Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    The codecs MPV/MPA are installed when applying a SVN, we've had discussions about this before & for now we need to have them registered by default(it's part of a bat file that runs after all files it's copied to make sure all "default" things are intact).
    You can unreg those with a .bat file like this (if i remember correct ;) ):

    Code:
    regsvr32.exe /u /s "%windir%\system32\MpaDecFilter.ax" 
    regsvr32.exe /u /s "%windir%\system32\Mpeg2DecFilter.ax" 
    regsvr32.exe /u /s "%windir%\system32\MpegAudio.dll" 
    regsvr32.exe /u /s "%windir%\system32\MpegVideo.dll"

    If this changes later i dunno.....

    Regards
    Roy
     

    Psycho Reptile

    Retired Team Member
  • Premium Supporter
  • April 19, 2006
    1,316
    787
    Cambridge, England
    Home Country
    United Kingdom United Kingdom
    Since I've made those changes I mentioned in post#9, every single video has played fine so far, I just need to check the subs operation. I'll post if I run into problems. Thanks lads :).
     

    patricon

    Portal Pro
    June 16, 2007
    543
    18
    Home Country
    Spain Spain
    Yes, every time that i install a new SVN i must manually uninstall MPA and MPV codecs because they causes a lot of troubles with other codecs (i use ffdshow and CoreAVC). It could be nice an option to install or not these codecs...

    regards,
     

    Users who are viewing this thread

    Top Bottom