Filter: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
Glossary: explain 'Filter'
 
No edit summary
 
(One intermediate revision by one other 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.


Source: