Thread: X265 Codec
View Single Post
  #4 (permalink)  
Old 5th June 2014
adicoto adicoto is offline
Moderator
BS.Player Master
 
Join Date: Jan 2003
Location: Romania
Age: 56
Posts: 5,255
Rep Power: 31
adicoto is on a distinguished road
Default

Elecard Group | HEVC PlugIn

To uninstall your codecs, make a copy of register.bat file found in the folder with the decoder, edit it with notepad and after each /s write a " /u " (without the " ), save the file as unregister.bat and run it

register.bat file should look like:

Code:
 
 regsvr32 /s "%~dp0hevcdecfltr.dll"
regsvr32 /s "%~dp0hevcsrc.dll"
regsvr32 /s "%~dp0FLVSplitter.ax"
regsvr32 /s "%~dp0mp4demux.dll"
unregister:

Code:
 
 regsvr32 /s /u "%~dp0hevcdecfltr.dll"
regsvr32 /s /u "%~dp0hevcsrc.dll"
regsvr32 /s /u "%~dp0FLVSplitter.ax"
regsvr32 /s /u "%~dp0mp4demux.dll"
Reply With Quote
 

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