Scanlines

From Avisynth wiki
Jump to: navigation, search
Abstract
Author turulo
Version v0.1
Download scanlines_dll_20031103.zip
Category Effects
License GPLv2
Discussion

Contents

[edit] Description

Add scanlines (black horizontal bars) to a video.

[edit] Requirements


[edit] Syntax and Parameters

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.


[edit] Examples

Scanlines with default settings:

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


[edit] Changelog

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


[edit] External Links




Back to External Filters

Personal tools