View Single Post
  #7 (permalink)  
Old 24th February 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

To register a DirectShow library enter this command in Run:
Code:
regsvr32.exe <myfilter.ax>
To unregister a filter, add /u parameter
Code:
regsvr32.exe /u <myfilter.ax>
<Myfilter.ax> is the full path to your library. For quartz you just enter "regsvr32 quartz.dll" because it is in the searchpath (system).

To find out what filters are in use you can load your video file in mplayer2.exe (legacy Windows Media Player), rightclick in the play window, choose Properties and Advanced. Mplayer2 most likely can also be run by typing its name in Start -> Run.
Reply With Quote
 

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