FFmpeg 0.11.5
Audio
aconvert
Convert the input audio format to the specified formats.
aformat
Convert the input audio to one of the specified formats.
amerge
Merge two audio streams into a single multi-channel stream.
amix
Mixes multiple audio inputs into a single output.
anull
Pass the audio source unchanged to the output.
aresample
Resample the input audio to the specified sample rate.
ashowinfo
Show a line containing various information for each input audio frame.
asplit
Split input audio into several identical outputs.
astreamsync
Forward two audio streams and control the order the buffers are forwarded.
earwax
Make audio easier to listen to on headphones.
pan
Mix channels with specific gain levels.
silencedetect
Detect silence in an audio stream.
volume
Adjust the input audio volume.
asyncts
Synchronize audio data with timestamps by squeezing/stretching it and/or dropping samples/adding silence when needed.
resample
Convert the audio sample format, sample rate and channel layout.
Video
ass
Draw ASS (Advanced Substation Alpha) subtitles on top of input video using the libass library.
bbox
Compute the bounding box for the non-black pixels in the input frame luminance plane.
blackdetect
Detect video intervals that are (almost) completely black.
blackframe
Detect frames that are (almost) completely black.
boxblur
Apply boxblur algorithm to the input video.
colormatrix
The colormatrix filter allows conversion between any of the following color space: BT.
copy
Copy the input source unchanged to the output.
crop
Crop the input video to out_w:out_h:x:y:keep_aspect.
cropdetect
Auto-detect crop size.
delogo
Suppress a TV station logo by a simple interpolation of the surrounding pixels.
deshake
Attempt to fix small changes in horizontal and/or vertical shift.
drawbox
Draw a colored box on the input image.
drawtext
Draw text string or text from specified file on top of video using the libfreetype library.
fade
Apply fade-in/out effect to input video.
fieldorder
Transform the field order of the input video.
fifo
Buffer input images and send them when they are requested.
format
Convert the input video to one of the specified pixel formats.
fps
Convert the video to specified constant framerate by duplicating or dropping frames as necessary.
frei0r
Apply a frei0r effect to the input video.
gradfun
Fix the banding artifacts that are sometimes introduced into nearly flat regions by truncation to 8bit color depth.
hflip
Flip the input video horizontally.
hqdn3d
High precision/quality 3d denoise filter.
idet
Interlaceing detect filter.
lut
Compute a look-up table for binding each pixel component input value to an output value, and apply it to input video.
lutrgb
Compute a look-up table for binding each pixel component input value to an output value, and apply it to input video.
lutyuv
Compute a look-up table for binding each pixel component input value to an output value, and apply it to input video.
mp
Apply an MPlayer filter to the input video.
negate
Negate input video.
noformat
Force libavfilter not to use any of the specified pixel formats for the input to the next filter.
null
Pass the video source unchanged to the output.
ocv
Apply video transform using libopencv.
overlay
Overlay one video on top of another.
pad
Add paddings to the input image, and places the original input at the given coordinates x, y.
pixdesctest
Pixel format descriptor test filter, mainly useful for internal testing.
removelogo
Suppress a TV station logo, using an image file to determine which pixels comprise the logo.
scale
Scale the input video to width:height[:interl={1|-1}] and/or convert the image format.
select
Select frames to pass in output.
setdar
The setdar filter sets the Display Aspect Ratio for the filter output video.
setsar
The setsar filter sets the Sample (aka Pixel) Aspect Ratio for the filter output video.
setfield
Force field for the output video frame.
setpts
Change the PTS (presentation timestamp) of the input video frames.
settb
Set the timebase to use for the output frames timestamps.
showinfo
Show a line containing various information for each input video frame.
slicify
Pass the images of input video on to next video filter as multiple slices.
split
Split input video into several identical outputs.
super2xsai
Scale the input by 2x and smooth using the Super2xSaI (Scale and Interpolate) pixel art scaling algorithm.
swapuv
Swap U & V plane.
thumbnail
Select the most representative frame in a given sequence of consecutive frames.
tile
Tile several successive frames together.
tinterlace
Perform various types of temporal field interlacing.
transpose
Transpose rows with columns in the input video and optionally flip it.
unsharp
Sharpen or blur the input video.
vflip
Flip the input video vertically.
yadif
Deinterlace the input video ("yadif" means "yet another deinterlacing filter").