Scanlines
From Avisynth wiki
(Difference between revisions)
m |
m |
||
Line 7: | Line 7: | ||
|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | |[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | ||
|}} | |}} | ||
− | + | ||
== 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/> |
Revision as of 06:06, 22 February 2015
Abstract | |
---|---|
Author | turulo |
Version | v0.1 |
Download | scanlines_dll_20031103.zip |
Category | Effects |
License | GPLv2 |
Discussion |
Contents |
Description
Add scanlines (black horizontal bars) to a video.
Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: RGB24, RGB32, YV12
Syntax and Parameters
- Scanlines (clip, int "STRENGTH")
- clip =
- Input clip.
- 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.
- int STRENGTH = 0
Examples
Scanlines with default settings:
AviSource("Blah.avi") Scanlines(STRENGTH=0)
Changelog
Version Date Changes
v0.1 2003/11/03 - Initial release
External Links
- Doom9 Forum - Alternative scan lines script.
- Doom9 Forum - Dot Matrix effect.
Back to External Filters ←