User:Raffriff42/Wiki notes

From Avisynth wiki
< User:Raffriff42(Difference between revisions)
Jump to: navigation, search
m (add link)
m (edit)
Line 3: Line 3:
 
====Mediawiki====
 
====Mediawiki====
 
: More special characters & useful wikicode knowledge at [https://www.mediawiki.org/wiki/Help:Formatting Mediawiki Help:Formatting]
 
: More special characters & useful wikicode knowledge at [https://www.mediawiki.org/wiki/Help:Formatting Mediawiki Help:Formatting]
 
 
====HEADINGS====
 
<div style="color:black; font: x-small sans-serif; font-size:150%; line-height:1.5em; font-weight:normal;">H2 19pt + HR</div>
 
----
 
== H2 19pt + HR ==
 
== Syntax and Parameters ==
 
&lt;div style="color:black; font: x-small sans-serif; font-size:150%; line-height:1.5em; font-weight:normal;">
 
 
<div style="color:black; font: x-small sans-serif; font-size:132%; line-height:1.5em; font-weight:bold;">H3 17pt</div>
 
=== H3 17pt ===
 
&lt;div style="color:black; font: x-small sans-serif; font-size:132%; line-height:1.5em; font-weight:bold;">
 
 
<div style="color:#4F81BD; font: x-small sans-serif; font-size:112%; line-height:1.5em; font-weight:bold;">H4 14pt blue</div>
 
==== H4 14pt blue ====
 
&lt;div style="color:#4F81BD; font: x-small sans-serif; font-size:112%; line-height:1.5em; font-weight:bold;">
 
 
<div style="color:black; font: x-small sans-serif; font-size:100%; line-height:1.5em; font-weight:bold;">H5 13pt (=body+bold)</div>
 
===== H5 13pt (=body+bold) =====
 
&lt;div style="color:black; font: x-small sans-serif; font-size:100%; line-height:1.5em; font-weight:bold;">
 
 
<div style="color:black; font: x-small sans-serif; font-size:80%; line-height:1.5em; font-weight:bold;">H6 10pt</div>
 
====== H6 10pt ======
 
&lt;div style="color:black; font: x-small sans-serif; font-size:80%; line-height:1.5em; font-weight:bold;">
 
 
<div style="margin:0 0 0 2em" >
 
===== indented heading =====
 
</div>
 
&lt;div style="margin:0 0 0 2em" >
 
===== indented heading =====
 
&lt;/div>
 
  
  
Line 61: Line 30:
  
  
====FuncDef LINE BREAK====
+
====nicer looking PREFORMATTED box====
  <nowiki>{{</nowiki>[[:Template:FuncDef|FuncDef]]
+
  &lt;div {{[[:Template:BoxWidthIndent|BoxWidthIndent]]|24|2}} >
  |FilterName(arguments,&lt;br>
+
  BlankClip
  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; more arguments)
+
  &lt;/div>
  }}
+
Example:
 +
<div {{BoxWidthIndent|24|2}} >
 +
  BlankClip
 +
</div>
 +
''(set width & indentation to preference)''
 +
 
 +
 
 +
====NOTA BENE (line in left margin)====
 +
&lt;div {{[[:Template:NotaBeneWidthIndent|NotaBeneWidthIndent]]}} >
 +
text...
 +
&lt;/div>
 +
   
 +
&lt;div <nowiki>{{</nowiki>NotaBeneWidthIndent|56|2|3px solid green}} >
 +
text...
 +
&lt;/div>
 
Example:<br>
 
Example:<br>
{{FuncDef
+
<div {{NotaBeneWidthIndent}} >
|ColorYUV(clip [, <br>
+
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;float ''gain_y'', float ''off_y'', float ''gamma_y'', float ''cont_y'',<br>
+
</div>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;float ''gain_u'', float ''off_u'', float ''gamma_u'', float ''cont_u'',<br>
+
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;float ''gain_v'', float ''off_v'', float ''gamma_v'', float ''cont_v'',<br>
+
<div {{NotaBeneWidthIndent|56|2|3px solid green}} >
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string ''levels'', string ''opt'', bool ''showyuv'', bool ''analyze'',<br>
+
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bool ''autowhite'', bool ''autogain'', bool ''conditional'' ] )}}
+
</div>
 +
''(set width, indentation & line style to preference)''<br>
 +
''('Nota Bene' is probably ''not'' the correct name for this effect; the template is named after an old MS Word predefined style)''
  
  
Line 105: Line 90:
 
<div style="width:36em;margin-left:5em;padding:0.3em 0.7em;border:1px solid black;">
 
<div style="width:36em;margin-left:5em;padding:0.3em 0.7em;border:1px solid black;">
 
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
 
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
</div>
 
''(set width & indentation to preference)''
 
 
 
====NOTA BENE (line in left margin)====
 
&lt;div {{[[:Template:NotaBeneWidthIndent|NotaBeneWidthIndent]]}} >
 
text...
 
&lt;/div>
 
 
&lt;div <nowiki>{{</nowiki>NotaBeneWidthIndent|56|2|3px solid green}} >
 
text...
 
&lt;/div>
 
Example:<br>
 
<div {{NotaBeneWidthIndent}} >
 
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
 
</div>
 
 
<div {{NotaBeneWidthIndent|56|2|3px solid green}} >
 
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
 
</div>
 
''(set width, indentation & line style to preference)''<br>
 
''('Nota Bene' is probably ''not'' the correct name for this effect; the template is named after an old MS Word predefined style)''
 
 
 
====nicer looking PREFORMATTED box====
 
&lt;div {{[[:Template:BoxWidthIndent|BoxWidthIndent]]|24|2}} >
 
  BlankClip
 
&lt;/div>
 
Example:
 
<div {{BoxWidthIndent|24|2}} >
 
BlankClip
 
 
</div>
 
</div>
 
''(set width & indentation to preference)''
 
''(set width & indentation to preference)''
Line 141: Line 95:
  
 
====BLOCK QUOTE====
 
====BLOCK QUOTE====
 +
Nicer looking blockquote
 
  &lt;div <nowiki>{{</nowiki>[[:Template:BoxWidthIndent|BoxWidthIndent]]|52|1}} >
 
  &lt;div <nowiki>{{</nowiki>[[:Template:BoxWidthIndent|BoxWidthIndent]]|52|1}} >
 
  <nowiki>{{</nowiki>[[:Template:BoldColor|BoldColor]]|blue|120|“}}
 
  <nowiki>{{</nowiki>[[:Template:BoldColor|BoldColor]]|blue|120|“}}
Line 153: Line 108:
 
</div>
 
</div>
 
''(set width & indentation to preference)''
 
''(set width & indentation to preference)''
 +
 +
 +
====FuncDef LINE BREAK====
 +
<nowiki>{{</nowiki>[[:Template:FuncDef|FuncDef]]
 +
|FilterName(arguments,&lt;br>
 +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; more arguments)
 +
}}
 +
Example:<br>
 +
{{FuncDef
 +
|ColorYUV(clip [, <br>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;float ''gain_y'', float ''off_y'', float ''gamma_y'', float ''cont_y'',<br>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;float ''gain_u'', float ''off_u'', float ''gamma_u'', float ''cont_u'',<br>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;float ''gain_v'', float ''off_v'', float ''gamma_v'', float ''cont_v'',<br>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string ''levels'', string ''opt'', bool ''showyuv'', bool ''analyze'',<br>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bool ''autowhite'', bool ''autogain'', bool ''conditional'' ] )}}
 +
 +
 +
====ListItemContinue====
 +
* Item 1
 +
&lt;div <nowiki>{{</nowiki>[[:Template:ListItemContinue|ListItemContinue]]}} >
 +
More about Item 1.
 +
&lt;/div>
 +
Example:
 +
* Item 1
 +
<div {{ListItemContinue}} >
 +
More about Item 1.
 +
</div>
  
  
Line 234: Line 216:
  
  
====ListItemContinue====
+
====HEADINGS====
* Item 1
+
And their CSS equivalents
  &lt;div <nowiki>{{</nowiki>[[:Template:ListItemContinue|ListItemContinue]]}} >
+
<div style="color:black; font: x-small sans-serif; font-size:150%; line-height:1.5em; font-weight:normal;">H2 19pt + HR</div>
More about Item 1.
+
----
  &lt;/div>
+
== H2 19pt + HR ==
Example:
+
== Syntax and Parameters ==
* Item 1
+
  &lt;div style="color:black; font: x-small sans-serif; font-size:150%; line-height:1.5em; font-weight:normal;">
<div {{ListItemContinue}} >
+
----
More about Item 1.
+
 
 +
<div style="color:black; font: x-small sans-serif; font-size:132%; line-height:1.5em; font-weight:bold;">H3 17pt</div>
 +
=== H3 17pt ===
 +
&lt;div style="color:black; font: x-small sans-serif; font-size:132%; line-height:1.5em; font-weight:bold;">
 +
 
 +
<div style="color:#4F81BD; font: x-small sans-serif; font-size:112%; line-height:1.5em; font-weight:bold;">H4 14pt blue</div>
 +
==== H4 14pt blue ====
 +
  &lt;div style="color:#4F81BD; font: x-small sans-serif; font-size:112%; line-height:1.5em; font-weight:bold;">
 +
 
 +
<div style="color:black; font: x-small sans-serif; font-size:100%; line-height:1.5em; font-weight:bold;">H5 13pt (=body+bold)</div>
 +
===== H5 13pt (=body+bold) =====
 +
&lt;div style="color:black; font: x-small sans-serif; font-size:100%; line-height:1.5em; font-weight:bold;">
 +
 
 +
<div style="color:black; font: x-small sans-serif; font-size:80%; line-height:1.5em; font-weight:bold;">H6 10pt</div>
 +
====== H6 10pt ======
 +
&lt;div style="color:black; font: x-small sans-serif; font-size:80%; line-height:1.5em; font-weight:bold;">
 +
 
 +
<div style="margin:0 0 0 2em" >
 +
===== indented heading =====
 
</div>
 
</div>
 +
&lt;div style="margin:0 0 0 2em" >
 +
===== indented heading =====
 +
&lt;/div>
  
  
Line 255: Line 258:
 
  see [[Internal_functions#String|Internal functions: String]]''
 
  see [[Internal_functions#String|Internal functions: String]]''
 
  </nowiki>
 
  </nowiki>
 +
 +
 +
====CITATIONS====
 +
Emulate Wikipedia's [https://www.mediawiki.org/wiki/Extension:Cite Extension:Cite]
 +
(body text)
 +
<nowiki>The sky is blue.<sup>[http://en.wikipedia.org/wiki/Rayleigh_scattering (1)]</sup></nowiki>
 +
. . .
 +
(optional References section)
 +
# <nowiki>[http://en.wikipedia.org/wiki/Rayleigh_scattering ''Rayleigh scattering''] (wikipedia.org)</nowiki>
 +
 +
The sky is blue.<sup>[http://en.wikipedia.org/wiki/Rayleigh_scattering (1)]</sup><br>
 +
. . .
 +
;References
 +
# [http://en.wikipedia.org/wiki/Rayleigh_scattering ''Rayleigh scattering''] (wikipedia.org)
  
  
Line 266: Line 283:
 
: ► (triangle bullet, U+25BA)
 
: ► (triangle bullet, U+25BA)
 
: &diams; (diamond bullet)
 
: &diams; (diamond bullet)
: {{BoldColor|blue|120|&diams;}} [[:Template:BoldColor|BoldColor]] version: <code><nowiki>{{</nowiki>BoldColor|blue|120|&amp;diams;}}</code>
+
: {{BoldColor|blue|120|&diams;}} [[:Template:BoldColor|BoldColor]] version:  
 +
<nowiki>{{</nowiki>BoldColor|blue|120|&amp;diams;}}
 
;Arrows  
 
;Arrows  
 
: Arrows: &rarr; / &larr; / &harr;
 
: Arrows: &rarr; / &larr; / &harr;
Line 277: Line 295:
 
:{{Serif|j}},{{Serif|k}}=1,2
 
:{{Serif|j}},{{Serif|k}}=1,2
 
:{{Serif|P<sub>''n''</sub>}} luma differs from {{Serif|P}} luma by more than {{FuncArg|luma_threshold}}
 
:{{Serif|P<sub>''n''</sub>}} luma differs from {{Serif|P}} luma by more than {{FuncArg|luma_threshold}}
 +
<nowiki>{{</nowiki>FuncArg|level}} = {{Serif|10}}<sup> <nowiki>{{</nowiki>Serif|'''dB''' / 20}}</sup>
 +
<nowiki>{{</nowiki>Serif|j}},<nowiki>{{</nowiki>Serif|k}}=1,2
 +
<nowiki>{{</nowiki>Serif|P<sub>''n''</sub>}} luma differs from <nowiki>{{</nowiki>Serif|P}} luma by more than {{FuncArg|luma_threshold}}
 
;Complex math formatting:  
 
;Complex math formatting:  
 
: Enter the formula in Wikipedia's math editor, save the image & upload to the AviSynth wiki -- see this [https://en.wikipedia.org/wiki/User:XyKyWyKy/sandbox Wikipedia sandbox].
 
: Enter the formula in Wikipedia's math editor, save the image & upload to the AviSynth wiki -- see this [https://en.wikipedia.org/wiki/User:XyKyWyKy/sandbox Wikipedia sandbox].
  
 
. . . . . . . . . . . . . .
 
. . . . . . . . . . . . . .

Revision as of 14:38, 16 March 2016


Contents

Mediawiki

More special characters & useful wikicode knowledge at Mediawiki Help:Formatting


MAX-WIDTH (avoid ultra-wide paragraphs)

<div style="max-width:62em" >
text...
</div>

Before:

Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.

After:

Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.

(set width to preference)
(create inside < h2 > blocks, not @ top level)

== H2 ==
<div style="max-width:62em" >
text...
</div>

== H2 ==
<div style="max-width:62em" >
text...
</div>


nicer looking PREFORMATTED box

<div {{BoxWidthIndent|24|2}} >
 BlankClip
</div>

Example:

BlankClip

(set width & indentation to preference)


NOTA BENE (line in left margin)

<div {{NotaBeneWidthIndent}} >
text...
</div>

<div {{NotaBeneWidthIndent|56|2|3px solid green}} >
text...
</div>

Example:

Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.

Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.

(set width, indentation & line style to preference)
('Nota Bene' is probably not the correct name for this effect; the template is named after an old MS Word predefined style)


OLD BOX

{{OldBox}}
text...
{{End_OldBox}}

Example:

Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.

(normally set at top level – cf. Original_AviSynth_announcement)


BLUE BOX

{{BlueBox}}
text...
{{End_BlueBox}}

Example:

Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.

(note BlueBox uses <blockquote>, which sets width & indentation, and can affect formatting of the enclosed text)


GENERIC BOX

<div style="width:36em;margin-left:5em;padding:0.3em 0.7em;border:1px solid black;">
text...
</div>

Example:

Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.

(set width & indentation to preference)


BLOCK QUOTE

Nicer looking blockquote

<div {{BoxWidthIndent|52|1}} >
{{BoldColor|blue|120|“}}
...text...
{{BoldColor|blue|120|”}} <sup>[cite link]</sup>
</div>

Example:

Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. What makes Avisynth unusual is that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed. [1]

(set width & indentation to preference)


FuncDef LINE BREAK

{{FuncDef
|FilterName(arguments,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; more arguments)
}}

Example:
ColorYUV(clip [,
     float gain_y, float off_y, float gamma_y, float cont_y,
     float gain_u, float off_u, float gamma_u, float cont_u,
     float gain_v, float off_v, float gamma_v, float cont_v,
     string levels, string opt, bool showyuv, bool analyze,
     bool autowhite, bool autogain, bool conditional ] )


ListItemContinue

* Item 1
<div {{ListItemContinue}} >
More about Item 1.
</div>

Example:

  • Item 1

More about Item 1.


LINK ANCHORS etc


INVISIBLE TABLE FOR ALIGNING COLUMNS

{| border="0"
|-
|style="line-height:1.2em"|'''Item'''
|style="line-height:1.2em"|discussion...
|-
|style="line-height:1.2em"|'''Item 2'''
|style="line-height:1.2em"|discussion...
|-
|style="line-height:1.2em"|'''Item 2.1'''
|style="line-height:1.2em"|discussion...
|}

Before:
Item discussion...
Item 2 discussion...
Item 2.1 discussion...


After:

Item discussion...
Item 2 discussion...
Item 2.1 discussion...


Fake bullet list with alignment:

<div style="margin:0 0 0 0.2em" >
{| border="0"
|-
|style="line-height:1.2em"|{{BoldColor|#669999|85|■}} '''Item'''
|style="line-height:1.2em"|discussion...
|-
|style="line-height:1.2em"|{{BoldColor|#669999|85|■}} '''Item 2'''
|style="line-height:1.2em"|discussion...
|-
|style="line-height:1.2em"|{{BoldColor|#669999|85|■}} '''Item 2.1'''
|style="line-height:1.2em"|discussion...
|}
</div>

Before:

  • Item discussion...
  • Item 2 discussion...
  • Item 2.1 discussion...


After:

Item discussion...
Item 2 discussion...
Item 2.1 discussion...


HEADINGS

And their CSS equivalents

H2 19pt + HR

== H2 19pt + HR ==
== Syntax and Parameters ==
<div style="color:black; font: x-small sans-serif; font-size:150%; line-height:1.5em; font-weight:normal;">
----
H3 17pt
=== H3 17pt ===
<div style="color:black; font: x-small sans-serif; font-size:132%; line-height:1.5em; font-weight:bold;">
H4 14pt blue
==== H4 14pt blue ====
<div style="color:#4F81BD; font: x-small sans-serif; font-size:112%; line-height:1.5em; font-weight:bold;">
H5 13pt (=body+bold)
===== H5 13pt (=body+bold) =====
<div style="color:black; font: x-small sans-serif; font-size:100%; line-height:1.5em; font-weight:bold;">
H6 10pt
====== H6 10pt ======
<div style="color:black; font: x-small sans-serif; font-size:80%; line-height:1.5em; font-weight:bold;">
indented heading
<div style="margin:0 0 0 2em" >
===== indented heading =====
</div>


REDIRECTS

Redirect "top note" — emulate wikipedia Template:Redirect

Example: see Script_variables
"String" redirects here. For the String() conversion function, see Internal functions: String

 ''"String" redirects here. For the String() conversion function, 
 see [[Internal_functions#String|Internal functions: String]]''
 


CITATIONS

Emulate Wikipedia's Extension:Cite

(body text)
The sky is blue.<sup>[http://en.wikipedia.org/wiki/Rayleigh_scattering (1)]</sup>
. . .
(optional References section)
# [http://en.wikipedia.org/wiki/Rayleigh_scattering ''Rayleigh scattering''] (wikipedia.org)

The sky is blue.(1)
. . .

References
  1. Rayleigh scattering (wikipedia.org)


SPECIAL CHARACTERS & MATH

Dashes
– (medium dash)
— (long dash)
Bullets
• (bullet)
■ (square bullet, U+25A0)
► (triangle bullet, U+25BA)
♦ (diamond bullet)
BoldColor version:
{{BoldColor|blue|120|&diams;}}
Arrows
Arrows: → / ← / ↔
Misc
© / ® / µ / ¶ / ° / § / † / ‡
Math Symbols
2×3; Y · (k/256 + 1); √2; π ≠ 3
Simple math formatting with Template:Serif
level = 10 dB / 20
j,k=1,2
Pn luma differs from P luma by more than luma_threshold
{{FuncArg|level}} = 10 {{Serif|dB / 20}}
{{Serif|j}},{{Serif|k}}=1,2
{{Serif|Pn}} luma differs from {{Serif|P}} luma by more than luma_threshold
Complex math formatting
Enter the formula in Wikipedia's math editor, save the image & upload to the AviSynth wiki -- see this Wikipedia sandbox.

. . . . . . . . . . . . . .

Personal tools