Scanlines: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m minor formatting
m /* External Links add link
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Effects}}
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Effects}}
{{Filter3
{{Filter3
|turulo  
|turulo  
Line 8: Line 7:
|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
|}}
|}}
<br>
 
== Description ==
== Description ==
Add [http://en.wikipedia.org/wiki/Scan_line scanlines] (black horizontal bars) to a video. <br/>
Add [http://en.wikipedia.org/wiki/Scan_line scanlines] (black horizontal bars) to a video. <br/>
Line 37: Line 36:
<br>
<br>
==External Links ==
==External Links ==
*[http://forum.doom9.org/showthread.php?t=156658 Doom9 Forum] - Alternative scan lines script.
*[https://forum.doom9.org/showthread.php?t=156658 Doom9 Forum] - Alternative scan lines script.
*[http://forum.doom9.org/showthread.php?t=170970 Doom9 Forum] - Dot Matrix effect.
*[https://forum.doom9.org/showthread.php?p=1719572#post1719572 Doom9 Forum] - Another alternative scan lines script.
*[https://forum.doom9.org/showthread.php?t=170970 Doom9 Forum] - Dot Matrix effect.
<br>
<br>
<br>
<br>
-----------------------------------------------
-----------------------------------------------
'''Back to [[External_filters#Effects|External Filters]] &larr;'''
'''Back to [[External_filters#Effects|External Filters]] &larr;'''

Latest revision as of 09:07, 15 August 2021

Abstract
Author turulo
Version v0.1
Download scanlines_dll_20031103.zip
Category Effects
License GPLv2
Discussion

Description

Add scanlines (black horizontal bars) to a video.

Requirements


Scanlines (clip, int "STRENGTH")


clip   =
Input clip.


int  STRENGTH = 0
Sets the strength of the odd rows from 0% to 100% of a regular row. Valid values are between 0 and 100.
0 is full strength; 100 leaves the video untouched.


Examples

Scanlines with default settings:

AviSource("Blah.avi")
Scanlines(STRENGTH=0)


Changelog

Version      Date            Changes
v0.1 2003/11/03 - Initial release





Back to External Filters