User:Raffriff42/Wiki notes

From Avisynth wiki
< User:Raffriff42(Difference between revisions)
Jump to: navigation, search
(WikiCode snippets)
 
m (more formatting)
Line 1: Line 1:
 
[[Category:AviSynth]]
 
[[Category:AviSynth]]
 +
 +
== AviSynth H2 19pt + HR ==
 +
=== AviSynth H3 17pt ===
 +
==== AviSynth H4 14pt blue ====
 +
===== AviSynth H5 13pt (=body) =====
 +
====== ''AviSynth H6 10pt'' ======
  
 
====HEADINGS====
 
====HEADINGS====
Line 16: Line 22:
 
<pre>
 
<pre>
 
<div style="max-width:62em" >
 
<div style="max-width:62em" >
 +
text...
 +
</div>
 
</pre>
 
</pre>
 
Before:
 
Before:
Line 24: Line 32:
 
</div>
 
</div>
 
''(set width to preference)''
 
''(set width to preference)''
 +
''(create inside &lt; h2 > blocks)''
  
  
 
====FuncDef LINE BREAK====
 
====FuncDef LINE BREAK====
<pre>
+
<nowiki>{{</nowiki>[[:Template:FuncDef|FuncDef]]
<nowiki>{{</nowiki>FuncDef
+
|FilterName(arguments,&lt;br>
|FilterName(arguments,<br>
+
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; more arguments)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; more arguments)
+
}}
}}
+
</pre>
+
 
Example:<br>
 
Example:<br>
 
{{FuncDef
 
{{FuncDef
Line 44: Line 51:
  
 
====OLD BOX====
 
====OLD BOX====
<pre>
+
<nowiki>{{</nowiki>[[:Template:OldBox|OldBox]]}}
<div {{BoxWidthIndent|36|1}} >
+
text...
{{OldBox}}
+
{{End_OldBox}}
this text is old
+
{{End_OldBox}}
+
</div>
+
</pre>
+
 
Example:<br>
 
Example:<br>
<div {{BoxWidthIndent|36|1}} >
 
 
{{OldBox}}
 
{{OldBox}}
this text is old
+
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.
 
{{End_OldBox}}
 
{{End_OldBox}}
 +
''(set width & indentation to preference with [[:Template:BoxWidthIndent]])''
 +
 +
 +
====BLUE BOX====
 +
<nowiki>{{</nowiki>[[:Template:BlueBox|BlueBox]]}}
 +
text...
 +
{{End_BlueBox}}
 +
Example:<br>
 +
{{BlueBox}}
 +
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.
 +
{{End_BlueBox}}
 +
 +
 +
====GENERIC BOX====
 +
&lt;div style="width:'''''36'''''em;margin-left:'''''5'''''em;padding:0.3em 0.7em;border:'''''1px solid black''''';">
 +
text...
 +
&lt;/div>
 +
Example:<br>
 +
<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.
 
</div>
 
</div>
 
''(set width & indentation to preference)''
 
''(set width & indentation to preference)''
Line 61: Line 101:
  
 
====NOTA BENE (line in left margin)====
 
====NOTA BENE (line in left margin)====
<pre>
+
&lt;div {{[[:Template:NotaBeneWidthIndent|NotaBeneWidthIndent]]}} >
<div {{NotaBeneWidthIndent|56|2|3px solid green}} >
+
text...
Lorem Ipsum
+
&lt;/div>
</div>
+
</pre>
+
&lt;div <nowiki>{{</nowiki>NotaBeneWidthIndent|56|2|3px solid green}} >
 +
text...
 +
&lt;/div>
 
Example:<br>
 
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}} >
 
<div {{NotaBeneWidthIndent|56|2|3px solid green}} >
 
Avisynth is a scripting language and a collection of filters for simple
 
Avisynth is a scripting language and a collection of filters for simple
Line 80: Line 132:
  
 
====nicer looking PREFORMATTED box====
 
====nicer looking PREFORMATTED box====
<pre>
+
&lt;div {{[[:Template:BoxWidthIndent|BoxWidthIndent]]|24|2}} >
<div {{BoxWidthIndent|24|2}} >
+
  BlankClip
BlankClip
+
&lt;/div>
</div>
+
</pre>
+
 
Example:
 
Example:
 
<div {{BoxWidthIndent|24|2}} >
 
<div {{BoxWidthIndent|24|2}} >
Line 93: Line 143:
  
 
====BLOCK QUOTE====
 
====BLOCK QUOTE====
<pre>
+
&lt;div <nowiki>{{</nowiki>[[:Template:BoxWidthIndent|BoxWidthIndent]]|52|1}} >
<div {{BoxWidthIndent|52|1}} >
+
<nowiki>{{</nowiki>[[:Template:BoldColor|BoldColor]]|blue|120|“}}
{{BoldColor|blue|120|“}}
+
...text...
...text...
+
<nowiki>{{</nowiki>BoldColor|blue|120|”}} <sup>[cite link]</sup>
{{BoldColor|blue|120|”}} <sup>[cite link]</sup>
+
&lt;/div>
</div>
+
</pre>
+
 
Example:
 
Example:
 
<div {{BoxWidthIndent|52|1}} >
 
<div {{BoxWidthIndent|52|1}} >
Line 125: Line 173:
 
{| border="0"
 
{| border="0"
 
|-
 
|-
|{{BoldColor|blue|120|&bull;}} '''Term'''
+
|'''Term'''
 
|discussion...
 
|discussion...
 
|-
 
|-
|{{BoldColor|blue|120|&bull;}} '''Term'''
+
|'''Term'''
 
|discussion...
 
|discussion...
 
|-
 
|-
|{{BoldColor|blue|120|&bull;}} '''Term'''
+
|'''Term'''
 
|discussion...
 
|discussion...
 
|}
 
|}
Line 138: Line 186:
 
{| border="0"
 
{| border="0"
 
|-
 
|-
|{{BoldColor|blue|120|&bull;}} '''Term'''
+
|'''Term'''
 
|discussion...
 
|discussion...
 
|-
 
|-
|{{BoldColor|blue|120|&bull;}} '''Another Term'''&nbsp;
+
|'''Another Term'''&nbsp;
 
|discussion...
 
|discussion...
 
|-
 
|-
|{{BoldColor|blue|120|&bull;}} '''A Third Term'''
+
|'''A Third Term'''
 
|discussion...
 
|discussion...
 
|}
 
|}
  
  
====[[:Template:ListItemContinue|ListItemContinue]]====
+
====ListItemContinue====
<pre>
+
* Item 1
* Item 1
+
&lt;div <nowiki>{{</nowiki>[[:Template:ListItemContinue|ListItemContinue]]}} >
&lt;div {{ListItemContinue}} >
+
More about Item 1.
More about Item 1.
+
&lt;/div>
&lt;/div>
+
</pre>
+
 
Example:
 
Example:
 
* Item 1
 
* Item 1

Revision as of 13:51, 18 February 2016


Contents

AviSynth H2 19pt + HR

AviSynth H3 17pt

AviSynth H4 14pt blue

AviSynth H5 13pt (=body)
AviSynth H6 10pt

HEADINGS

== AviSynth H2 19pt + HR ==
=== AviSynth H3 17pt ===
==== AviSynth H4 14pt blue ====
===== AviSynth H5 13pt (=body) =====
====== ''AviSynth H6 10pt'' ======

== Syntax and Parameters ==


MAX-WIDTH (avoid ultra-wide paragraphs)

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

Before:

ColorYUV has many different methods of changing the color and luminance of your images. Gain, offset, gamma and contrast can be set independently on each channel. Also included are two 'auto' modes, an analysis function and a color gamut generator.

After:

ColorYUV has many different methods of changing the color and luminance of your images. Gain, offset, gamma and contrast can be set independently on each channel. Also included are two 'auto' modes, an analysis function and a color gamut generator.

(set width to preference) (create inside < h2 > blocks)


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 ] )


OLD BOX

{{OldBox}}
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 with Template:BoxWidthIndent)


BLUE BOX

{{BlueBox}}
text...
</blockquote>

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.


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)


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)


nicer looking PREFORMATTED box

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

Example:

BlankClip

(set width & indentation to preference)


BLOCK QUOTE

<div {{BoxWidthIndent|52|1}} >
{{BoldColor|blue|120|“}}
...text...
{{BoldColor|blue|120|”}} [cite link]
</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)


LINK ANCHORS etc


INVISIBLE TABLE FOR ALIGNING COLUMNS

{| border="0"
|-
|'''Term'''
|discussion...
|-
|'''Term'''
|discussion...
|-
|'''Term'''
|discussion...
|}

Example:

Term discussion...
Another Term  discussion...
A Third Term discussion...


ListItemContinue

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

Example:

  • Item 1

More about Item 1.


REDIRECTS

Redirect "top note"

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

(Example here)


SPECIAL CHARACTERS & MATH

×, &middot;
2×3
Y · (k/256 + 1)
&radic;
&ndash;
– (medium dash)
&mdash;
— (long dash)
&bull;
• (bullet)
&diams;
♦ (diamond bullet)
BoldColor version: {{BoldColor|blue|120|&diams;}}
&rarr; / &larr; / &harr;
Arrows: → / ← / ↔
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
Complex math formatting
enter the formula in Wikipedia's math editor, save the image & upload to the AviSynth wiki -- see this Wikipedia sandbox.
More...
More special characters & useful wikicode knowledge at Mediawiki Help:Formatting
Personal tools