Filter

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(Glossary: explain 'Filter')
 
 
(One intermediate revision by one user not shown)
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]]
Line 9: Line 9:
 
* [http://en.wikipedia.org/wiki/Filter_%28software%29 wikipedia:Filter (software)]
 
* [http://en.wikipedia.org/wiki/Filter_%28software%29 wikipedia:Filter (software)]
 
* [http://en.wikipedia.org/wiki/Filter_graph wikipedia:Filter Graph]
 
* [http://en.wikipedia.org/wiki/Filter_graph wikipedia:Filter Graph]
 +
 +
[[Category:Glossary]]

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.

Gstreamer Technical Overview.png


Source:

Personal tools