Skip to content

Commit 7cdc1f7

Browse files
committed
edit readme.
1 parent 20c98f6 commit 7cdc1f7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

avisynth/readme.txt

+9-4
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,15 @@ syntax:
125125

126126
note:
127127

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-
128+
- CombMask_avx2.dll is compiled with /arch:AVX2.
129+
130+
- On Avisynth2.6, AVX2 can not to be enabled even if you use CombMask_avx2.dll.
131+
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).
132137

133138
usage:
134139

0 commit comments

Comments
 (0)