Created
October 8, 2025 15:09
-
-
Save emcodem/b7fe100f7217eed4cf07eaf9604128f7 to your computer and use it in GitHub Desktop.
install avisynth portable for windows integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
;;64bit installation | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}] | |
@="AviSynth+" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32] | |
@="C:\\ffastrans\\Processors\\ffmpeg\\x64\\AviSynth.dll" | |
"ThreadingModel"="Apartment" | |
[HKEY_LOCAL_MACHINE\Software\Classes\Media Type\Extensions\.avs] | |
@="" | |
"Source Filter"="{D3588AB0-0781-11CE-B03A-0020AF0BA770}" | |
[HKEY_LOCAL_MACHINE\Software\Classes\.avs] | |
@="avsfile" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AVIFile\Extensions\AVS] | |
@="{E6D6B700-124D-11D4-86F3-DB80AFD98778}" | |
[HKEY_LOCAL_MACHINE\software\avisynth] | |
@="c:\\ffastrans\\processors\\ffmpeg" | |
"plugindir2_5"="c:\\program files (x86)\\avisynth+\\plugins" | |
"plugindir+"="c:\\ffastrans\\processors\\ffmpeg\\x64\\plugins+" | |
;;32bit installation | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}] | |
@="AviSynth+" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32] | |
@="C:\\ffastrans\\Processors\\ffmpeg\\x86\\AviSynth.dll" | |
"ThreadingModel"="Apartment" | |
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Classes\Media Type\Extensions\.avs] | |
@="" | |
"Source Filter"="{D3588AB0-0781-11CE-B03A-0020AF0BA770}" | |
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Classes\.avs] | |
@="" | |
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Classes\AVIFile\Extensions\AVS] | |
@="{E6D6B700-124D-11D4-86F3-DB80AFD98778}" | |
"Source Filter"="{D3588AB0-0781-11CE-B03A-0020AF0BA770}" | |
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Classes\.avs] | |
@="" | |
[HKEY_LOCAL_MACHINE\software\wow6432node\avisynth] | |
@="c:\\ffastrans\\processors\\ffmpeg" | |
"plugindir2_5"="c:\\program files (x86)\\avisynth+\\plugins" | |
"plugindir+"="c:\\ffastrans\\processors\\ffmpeg\\x86\\plugins+" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just change all the paths to your needs before registering