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"