Filter: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
No edit summary
 
Line 1: Line 1:
A filter is a computer program or subroutine to process a stream, producing another stream.  
A filter is a computer program or subroutine to process a stream, producing another stream.  


While a single filter can be used individually, they are frequently strung together to form a pipeline or filter graph.
While a single filter can be used individually, they are frequently concatened together to form a pipeline or filter graph.


[[File:Gstreamer_Technical_Overview.png]]
[[File:Gstreamer_Technical_Overview.png]]

Latest revision as of 20:50, 15 September 2015

A filter is a computer program or subroutine to process a stream, producing another stream.

While a single filter can be used individually, they are frequently concatened together to form a pipeline or filter graph.


Source: