We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c98f6 commit 7cdc1f7Copy full SHA for 7cdc1f7
avisynth/readme.txt
@@ -125,10 +125,15 @@ syntax:
125
126
note:
127
128
- - CombMask_avx2.dll is compiled with /arch:AVX2.
129
- - On Avisynth2.6, AVX2 can not to be enabled even if you use CombMask_avx2.dll.
130
- - On Avisynth+MT, CombMask and MaskedMerge are set as MT_NICE_FILTER automatically.
131
-
+ - CombMask_avx2.dll is compiled with /arch:AVX2.
+
+ - On Avisynth2.6, AVX2 can not to be enabled even if you use CombMask_avx2.dll.
132
+ - On Avisynth+MT, CombMask and MaskedMerge are set as MT_NICE_FILTER automatically.
133
134
+ - This plugin's filters require appropriate memory alignments.
135
+ Thus, if you want to crop the left side of your source clip before these filters,
136
+ you have to set crop(align=true).
137
138
usage:
139
0 commit comments