View Single Post
Old 8th January 2013, 03:57   #4566  |  Link
MaterSystem
Registered User
 
Join Date: Dec 2012
Posts: 5
I want to find the version, not add One Click Folder
I see the core 2153 run pretty good
But core 2237 is not very good
1. If a computer has not installed Avisynth, Protable AviSynth not working well
- Should add the library attached (msvcp60.dll) can be a number no
- Registration should AviSynth_Template.bat
Code:
set DIR_TOOLS=%cd%\tools
reg add HKCR\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778} /ve /t REG_SZ /d AviSynth /f
reg add HKCR\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32 /ve /t REG_SZ /d "%DIR_TOOLS%\avs\avisynth.dll" /f
reg add HKCR\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32 /v ThreadingModel /t REG_SZ /d Apartment /f
reg add "HKCR\Media Type\Extensions\.avs" /ve /t REG_SZ /d "" /f
reg add "HKCR\Media Type\Extensions\.avs" /v "Source Filter" /t REG_SZ /d {D3588AB0-0781-11CE-B03A-0020AF0BA770} /f
reg add HKCR\.avs /ve /t REG_SZ /d avsfile /f
reg add HKCR\avsfile /ve /t REG_SZ /d "AviSynth Script" /f
reg add HKCR\avsfile\DefaultIcon /ve /t REG_SZ /d "%DIR_TOOLS%\avs\avisynth.dll,0" /f
reg add HKCR\.avsi /ve /t REG_SZ /d avs_auto_file /f
reg add HKCR\avs_auto_file /ve /t REG_SZ /d "AviSynth Autoload Script" /f
reg add HKCR\avs_auto_file\DefaultIcon /ve /t REG_SZ /d "%DIR_TOOLS%\avs\avisynth.dll,0" /f
reg add HKCR\AVIFile\Extensions\AVS /ve /t REG_SZ /d {E6D6B700-124D-11D4-86F3-DB80AFD98778} /f
reg add HKLM\SOFTWARE\Avisynth /ve /t REG_SZ /d "" /f
reg add HKLM\SOFTWARE\Avisynth /v plugindir2_5 /t REG_SZ /d "%DIR_TOOLS%\avisynth_plugin" /f
pause
2. Structure inappropriate folder Protable AviSynth
+ "Plugindir2_5" is "avisynth_plugin"
+ Move DirectShowSource.dll (MT.dll) on directory avisynth_plugin, the file (dll, avs) without LoadPlugin (), Import ()
when creating Script by AVS Script Creator
3. One Click folders but files with multiple audio tracks
4. if possible refer source code AvsPmod, the IDE integrated into MeGUI\AVS Script Creator\Tab Script
5. AviSynth Template
replace <input>, Clip properties by every <clip>, <fps>, ...to facilitate the mold load and processing clip

Last edited by MaterSystem; 8th January 2013 at 05:25.
MaterSystem is offline   Reply With Quote