Changes between Version 18 and Version 19 of FilteringGuide
- Timestamp:
- 06/15/2012 12:40:26 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FilteringGuide
v18 v19 95 95 96 96 === List of Filters === 97 Filters bundled with libavfilter as of 2. 63.100 (as configured with --enable-gpl). Filters relying on external libraries, such as frei0r, are not listed here.97 Filters bundled with libavfilter as of 2.79.100 (as configured with --enable-gpl). Filters relying on external libraries, such as frei0r, are not listed here. 98 98 {{{ 99 aconvert A->A Convert the input audio to sample_fmt:channel_layout :packed_fmt.99 aconvert A->A Convert the input audio to sample_fmt:channel_layout. 100 100 aformat A->A Convert the input audio to one of the specified formats. 101 amerge AA->A Merge two audio streams into a single multi-channel stream. 101 amerge |->A Merge two audio streams into a single multi-channel stream. 102 amix |->A Audio mixing. 102 103 anull A->A Pass the source unchanged to the output. 103 104 aresample A->A Resample audio data. 104 105 ashowinfo A->A Show textual information for each audio frame. 105 asplit A-> AA Pass on the audio input to two outputs.106 asplit A->| Pass on the audio input to N audio outputs. 106 107 astreamsync AA->AA Copy two streams of audio data in a configurable order. 108 channelsplit A->| Split audio into per-channel streams 107 109 earwax A->A Widen the stereo image. 108 110 pan A->A Remix channels with coefficients (panning). 109 111 silencedetect A->A Detect silence. 110 112 volume A->A Change input volume. 111 abuffer |->A Buffer audio frames, and make them accessible to the filterchain.112 113 aevalsrc |->A Generate an audio signal generated by an expression. 113 114 amovie |->A Read audio from a movie source. … … 115 116 abuffersink A->| Buffer audio frames, and make them available to the end of the filter graph. 116 117 anullsink A->| Do absolutely nothing with the input audio. 118 bbox V->V Compute bounding box for each frame. 117 119 blackdetect V->V Detect video intervals that are (almost) black. 118 120 blackframe V->V Detect frames that are (almost) black. 119 121 boxblur V->V Blur the input. 122 colormatrix V->V Color matrix conversion 120 123 copy V->V Copy the input video unchanged to the output. 121 124 crop V->V Crop the input video to width:height:x:y. … … 128 131 fifo V->V Buffer input images and send them when they are requested. 129 132 format V->V Convert the input video to one of the specified pixel formats. 133 fps V->V Force constant framerate 130 134 gradfun V->V Debands video quickly using gradients. 131 135 hflip V->V Horizontally flip the input video. 132 136 hqdn3d V->V Apply a High Quality 3D Denoiser. 137 idet V->V Interlace detect Filter. 133 138 lut V->V Compute and apply a lookup table to the RGB/YUV input video. 134 139 lutrgb V->V Compute and apply a lookup table to the RGB input video. … … 141 146 pad V->V Pad input image to width:height[:x:y[:color]] (default x and y: 0, default color: black). 142 147 pixdesctest V->V Test pixel format definitions. 148 removelogo V->V Remove a TV logo based on a mask image. 143 149 scale V->V Scale the input video to width:height size and/or convert the image format. 144 150 select V->V Select frames to pass in output. … … 150 156 showinfo V->V Show textual information for each video frame. 151 157 slicify V->V Pass the images of input video on to next video filter as multiple slices. 152 split V->VV Pass on the input to two outputs. 158 split V->| Pass on the input to two outputs. 159 super2xsai V->V Scale the input by 2x using the Super2xSaI pixel art algorithm. 160 swapuv V->V Swap U and V components. 153 161 thumbnail V->V Select the most representative frame in a given sequence of consecutive frames. 162 tile V->V Tile several successive frames together. 154 163 tinterlace V->V Perform temporal field interlacing. 155 164 transpose V->V Transpose input video. … … 169 178 nullsink V->| Do absolutely nothing with the input video. 170 179 buffer |->V Buffer video frames, and make them accessible to the filterchain. 180 abuffer |->A Buffer audio frames, and make them accessible to the filterchain. 181 buffersink_old V->| Buffer video frames, and make them available to the end of the filter graph. 182 abuffersink_old A->| Buffer audio frames, and make them available to the end of the filter graph. 171 183 }}} 172 184 … … 175 187 176 188 * https://github.com/indiefan/FFmpeg-Filters an updated vf_fade filter. 189 190 === Other Filter Examples === 191 * [wiki:FancyFilteringExamples Fancy Filtering Example] -- Examples for various psychedelic effects and other weird filtering


