Deinterlacers
Below is a description of the three available deinterlacing filters.
YADIF (Yet Another Deinterlacing Filter)
"This deinterlacing filter checks pixels of previous, current and next frames to re-create the missed field by some local adaptive method (edge-directed interpolation) and uses spatial check to prevent most artifacts." (Source)
Applying this filter does not change the target video frame rate.
Weston Three-Field
"Based on the process described by Martin Weston for BBC R&D, and implemented based on the de-interlace algorithm written by Jim Easterbrook for BBC R&D, the Weston 3 field deinterlacing filter uses filter coefficients calculated by BBC R&D." (Source)
Applying this filter doubles the target video frame rate.
Bob Weaver
An attempt to fuse the best properties of YADIF and Weston Three-Field via cubic interpolation. (Source)
Applying this filter doubles the target video frame rate.
Denoisers
Below is a description of the only available denoising filter.
3D Denoiser
"This is a high precision/quality 3d denoise filter. It aims to reduce image noise, producing smooth images and making still images really still. It should enhance compressibility." (Source)
Scalers
Below is a description of the only available scaling filter.
Bicubic Interpolation
A more complicated resampling scheme than nearest neighbor and bilinear, which means it yields results with fewer interpolation artifacts. (Source)
Frame Rate Converters
Below is a description of the three available frame rate conversion filters.
Constant FPS
"Convert the video to specified constant frame rate by duplicating or dropping frames as necessary." (Source)
Frame Blending
"Change the frame rate by interpolating new video output frames from the source frames. This filter is not designed to function correctly with interlaced media. If you wish to change the frame rate of interlaced media then you are required to deinterlace before this filter and re-interlace after this filter." (Source)
Motion Compensation
"Convert the video to specified frame rate using motion compensated interpolation." (Source)
Stay tuned as additional useful video filters are added in the future!