Engineering:Filter (video)
A video filter is a software component that performs some operation on a multimedia stream.[1] Multiple filters can be used in a chain, known as a filter graph, in which each filter receives input from its upstream filter, processes the input and outputs the processed video to its downstream filter.
With regards to video encoding three categories of filters can be distinguished:
- prefilters: used before encoding
- intrafilters: used while encoding (and are thus an integral part of a video codec)
- postfilters: used after decoding
Prefilters
Common prefilters include:
- denoising
- resizing (upsampling, downsampling)
- contrast enhancement
- deinterlacing (used to convert interlaced video to progressive video)
- deflicking
Intrafilters
Common intrafilters include:
- deblocking
Postfilters
Common postfilters include:
- deinterlacing
- deblocking
- deringing
See also
Notes
- ↑ "Introduction to DirectShow Application Programming". https://msdn.microsoft.com/en-us/library/windows/desktop/dd390352(v=vs.85).aspx. Retrieved September 14, 2017.
References
- Bovik, Al (ed.). Handbook of Image and Video Processing. San Diego: Academic Press, 2000. ISBN:0-12-119790-5.
- Wang, Yao, Jörn Ostermann, and Ya-Qin Zhang. Video Processing and Communications. Signal Processing Series. Upper Saddle River, N.J.: Prentice Hall, 2002. ISBN:0-13-017547-1.
{{Navbox |name = Video processing |title = Video processing |state = autocollapse |listclass = hlist |basestyle = text-align:center;
|group1 = Post-processing |list1 =
|group2 = Special processing |list2 =
- [[Engineering:Film colorizatFilm colorization (tinting)
- Color grading
- Film look
- Super-resolution imaging
- Uncompressed
- Pixel art scaling
|group3 = 24 to 30 fps conversion |list3 =
|group4 = 30 to 24 fps conversion |list4 =
}}
Original source: https://en.wikipedia.org/wiki/Filter (video).
Read more |