zoukankan      html  css  js  c++  java
  • FFMpeg ver 20160213-git-588e2e3 滤镜中英文对照

         1 FFMpeg ver 20160213-git-588e2e3 滤镜中英文对照 2016.02.18 by 1CM
         2 T.. = Timeline support
         3       支持时间轴
         4 .S. = Slice threading
         5       分段线程
         6 ..C = Command support
         7       支持命令传送
         8 A = Audio input/output
         9     音频 输入/输出
        10 V = Video input/output
        11     视频 输入/输出
        12 N = Dynamic number and/or type of input/output
        13     可输入动态值
        14 | = Source or sink filter
        15     源或场景过滤
        16 Audio Filters
        17 音频滤镜
        18 ... acompressor       A->A   Audio compressor.
        19                              压缩音频.
        20 ... acrossfade        AA->A  Cross fade two input audio streams.
        21                              交叉混合输入的两个音频流.
        22 T.. adelay            A->A   Delay one or more audio channels.
        23                              延迟单个或多个音频通道.
        24 ... aecho             A->A   Add echoing to the audio.
        25                              音频上追加回波.
        26 ... aemphasis         A->A   Audio emphasis.
        27                              音频补偿.
        28 ... aeval             A->A   Filter audio signal according to a specified expression.
        29                              根据指定的表达式修改音频信号.
        30 T.. afade             A->A   Fade in/out input audio.
        31                              淡入/淡出 输入的音频.
        32 ... afftfilt          A->A   Apply arbitrary expressions to samples in frequency domain.
        33                              将任意表达式应用到采样频域.
        34 ... aformat           A->A   Convert the input audio to one of the specified formats.
        35                              指定格式转换输入的音频.
        36 ... agate             A->A   Audio gate.
        37                              音频通道.
        38 ... ainterleave       N->A   Temporally interleave audio inputs.
        39                              时间交叠输入音频.
        40 ... alimiter          A->A   Audio lookahead limiter.
        41                              音频超前限制.
        42 ... allpass           A->A   Apply a two-pole all-pass filter.
        43                              应用到一个两极全通滤镜.
        44 ... amerge            N->A   Merge two or more audio streams into a single multi-channel stream.
        45                              两个或两个以上的音频流合并到一个多通道流.
        46 T.. ametadata         A->A   Manipulate audio frame metadata.
        47                              操控音频帧的元数据
        48 ... amix              N->A   Audio mixing.
        49                              多个输入音频混合到单个音频输出.
        50 ..C anequalizer       A->N   Apply high-order audio parametric multi band equalizer.
        51                              应用到每个通道高阶参数多波段均衡器.
        52 ... anull             A->A   Pass the source unchanged to the output.
        53                              不改变音频源进行输出.
        54 T.. apad              A->A   Pad audio with silence.
        55                              无声填充模板.
        56 ... aperms            A->A   Set permissions for the output audio frame.
        57                              允许设置输出的音频帧.
        58 ... aphaser           A->A   Add a phasing effect to the audio.
        59                              给输入音频添加调相效果.
        60 ... apulsator         A->A   Audio pulsator.
        61                              音频震动器.
        62 ... arealtime         A->A   Slow down filtering to match realtime.
        63                              减慢过滤作用,近似实时匹配.
        64 ... aresample         A->A   Resample audio data.
        65                              重新采样音频数据.
        66 ... areverse          A->A   Reverse an audio clip.
        67                              反转音频素材.
        68 ... aselect           A->N   Select audio frames to pass in output.
        69                              选择音频帧赋予输出.
        70 ... asendcmd          A->A   Send commands to filters.
        71                              给滤镜发送命令,必须插入到两个音频之间,只对具有该功能的滤镜命令有效.
        72 ... asetnsamples      A->A   Set the number of samples for each output audio frames.
        73                              设置每个输出音频帧的采样数.
        74 ... asetpts           A->A   Set PTS for the output audio frame.
        75                              设置输出音频的表示时间戳(PTS).
        76 ... asetrate          A->A   Change the sample rate without altering the data.
        77                              设置采样率,但不改变PCM数据.
        78 ... asettb            A->A   Set timebase for the audio output link.
        79                              设置时间轴用于音频输出帧的时间戳.
        80 ... ashowinfo         A->A   Show textual information for each audio frame.
        81                              显示每个音频帧的文本信息.
        82 ... asplit            A->N   Pass on the audio input to N audio outputs.
        83                              输入的音频分配给N个相同的输出.
        84 ... astats            A->A   Show time domain statistics about audio frames.
        85                              显示音频帧的时域统计信息.
        86 ..C astreamselect     N->N   Select audio streams.
        87                              多个输入音频流中选择一个音频流,若干个具有相同时间长度的媒体有效.
        88 ..C atempo            A->A   Adjust audio tempo.
        89                              调整音频播放速度, 其范围是0.5-2.0.
        90 ... atrim             A->A   Pick one continuous section from the input, drop the rest.
        91                              从输入音频中挑选连续的组成部分,一直到结束.
        92 ... bandpass          A->A   Apply a two-pole Butterworth band-pass filter.
        93                              应用到一个两极巴特沃斯带通滤波器的主要频率.
        94 ... bandreject        A->A   Apply a two-pole Butterworth band-reject filter.
        95                              应用到一个两极巴特沃斯带阻滤波器的主要频率.
        96 ... bass              A->A   Boost or cut lower frequencies.
        97                              增加或减少低频.
        98 ... biquad            A->A   Apply a biquad IIR filter with the given coefficients.
        99                              应用到双二次滤镜的特定系数.
       100 ... bs2b              A->A   Bauer stereo-to-binaural filter.
       101                              鲍尔立体声双声道的转换,适合用耳机听立体声音频.
       102 ... channelmap        A->A   Remap audio channels.
       103                              将输入音频通道重新映射到新的位置.
       104 ... channelsplit      A->N   Split audio into per-channel streams.
       105                              输入音频流的每个音频通道分为不同的输出流.
       106 ... chorus            A->A   Add a chorus effect to the audio.
       107                              给音频添加合唱效果.
       108 ... compand           A->A   Compress or expand audio dynamic range.
       109                              压缩或展开音频的动态范围.
       110 ... compensationdelay A->A   Audio Compensation Delay Line.
       111                              给音频补偿延迟线.
       112 T.. dcshift           A->A   Apply a DC shift to the audio.
       113                              应用到DC偏置(可能由硬件问题引起的录音通路)的音频.
       114 ... dynaudnorm        A->A   Dynamic Audio Normalizer.
       115                              动态音频的标准化.
       116 ... earwax            A->A   Widen the stereo image.
       117                              扩展到用耳机听到立体感.
       118 ... ebur128           A->N   EBU R128 scanner.
       119                              EBU R128 音频可视化扫描滤镜.
       120 ... equalizer         A->A   Apply two-pole peaking equalization (EQ) filter.
       121                              应用到两极峰值均衡器(EQ)滤镜.
       122 ... extrastereo       A->A   Increase difference between stereo audio channels.
       123                              给左右音频通道线性增加某种"现场"回放效果.
       124 ... flanger           A->A   Apply a flanging effect to the audio.
       125                              翻边效果应用到音频中.
       126 ... highpass          A->A   Apply a high-pass filter with 3dB point frequency.
       127                              应用到3db点频率的高通滤镜.
       128 ... join              N->A   Join multiple audio streams into multi-channel output.
       129                              多输入音频流连接到一个多通道输出流.
       130 ... lowpass           A->A   Apply a low-pass filter with 3dB point frequency.
       131                              应用到3db点频率的低通滤镜.
       132 ... pan               A->A   Remix channels with coefficients (panning).
       133                              混合特定增益电平的通道(填充).
       134 ... replaygain        A->A   ReplayGain scanner.
       135                              显示增益和峰值的扫描滤镜.
       136 ... sidechaincompress AA->A  Sidechain compressor.
       137                              侧链压缩器,需要两个输入流,返回一个输出流.
       138 ... sidechaingate     AA->A  Audio sidechain gate.
       139                              音频侧链的增益.
       140 ... silencedetect     A->A   Detect silence.
       141                              检测音频流中的无声部分.
       142 ... silenceremove     A->A   Remove silence.
       143                              删除无声部分,从开始到结束.
       144 ... stereotools       A->A   Apply various stereo tools.
       145                              应用到不同立体感的功能.
       146 ... stereowiden       A->A   Apply stereo widening effect.
       147                              应用到扩展立体效果.
       148 ... treble            A->A   Boost or cut upper frequencies.
       149                              增加或减少上频率.
       150 ... tremolo           A->A   Apply tremolo effect.
       151                              应用到震音效果,有一点回音效果.
       152 ... vibrato           A->A   Apply vibrato effect.
       153                              应用到颤音效果.
       154 T.C volume            A->A   Change input volume.
       155                              改变输入音频的音量.
       156 ... volumedetect      A->A   Detect audio volume.
       157                              检测输入音频的音量.
       158 ... aevalsrc          |->A   Generate an audio signal generated by an expression.
       159                              根据指定的表达式生成一个音频信号.
       160 ... anoisesrc         |->A   Generate a noise audio signal.
       161                              生成一个噪声音频信号.
       162 ... anullsrc          |->A   Null audio source, return empty audio frames.
       163                              生成无声音频源,返回未处理的空音频帧.
       164 ... sine              |->A   Generate sine wave audio signal.
       165                              生成一个正弦波音频信号.
       166 ... anullsink         A->|   Do absolutely nothing with the input audio.
       167                              无声音频接收器,与输入音频无关.
       168 ... adrawgraph        A->V   Draw a graph using input audio metadata.
       169                              利用音频的元数据画曲线图.
       170 ... ahistogram        A->V   Convert input audio to histogram video output.
       171                              输入音频转换为视频输出,显示音量直方图.
       172 ... aphasemeter       A->V   Convert input audio to phase meter video output.
       173                              输入音频转换为相位表视频输出.
       174 ... avectorscope      A->V   Convert input audio to vectorscope video output.
       175                              输入音频转换为矢量色度显示视频输出.
       176 ... showcqt           A->V   Convert input audio to a CQT (Constant/Clamped Q Transform) spectrum video output.
       177                              输入音频转换为 固定/固支 Q 变换(CQT) 频谱视频输出.
       178 ... showfreqs         A->V   Convert input audio to a frequencies video output.
       179                              输入音频转换为音频功率谱视频输出.
       180 ... showspectrum      A->V   Convert input audio to a spectrum video output.
       181                              输入音频转换为音频频谱视频输出.
       182 ... showspectrumpic   A->V   Convert input audio to a spectrum video output single picture.
       183                              输入音频转换为单张音谱图片.
       184 ... showvolume        A->V   Convert input audio volume to video output.
       185                              输入音频音量转换为视频输出.
       186 ... showwaves         A->V   Convert input audio to a video output.
       187                              输入音频转换为波形视频输出.
       188 ... showwavespic      A->V   Convert input audio to a video output single picture.
       189                              输入音频转换为单张波形图片.
       190 ... spectrumsynth     VV->A  Convert input spectrum videos to audio output.
       191                              输入视频谱转换为音频输出.
       192 ... abuffer           |->A   Buffer audio frames, and make them accessible to the filterchain.
       193                              缓冲音频帧,并用于滤镜链.
       194 ... abuffersink       A->|   Buffer audio frames, and make them available to the end of the filter graph.
       195                              缓冲音频帧,并用于滤镜图的结束.
       196 ... afifo             A->A   Buffer input frames and send them when they are requested.
       197                              缓冲输入帧,若需求时.
       198 ... amovie            |->N   Read audio from a movie source.
       199                              从视频源读入音频.
       200 Video Filters
       201 视频滤镜
       202 ... alphaextract      V->N   Extract an alpha channel as a grayscale image component.
       203                              从灰度级测视图中提取阿尔法α通道分量.
       204 ... alphamerge        VV->V  Copy the luma value of the second input into the alpha channel of the first input.
       205                              使用第一个输入视频的阿尔法α通道分量,添加或替换的第二个输入视频亮度值.
       206 TS. atadenoise        V->V   Apply an Adaptive Temporal Averaging Denoiser.
       207                              自适应时间平均降噪功能应用在输入的视频.
       208 ... ass               V->V   Render ASS subtitles onto input video using the libass library.
       209                              使用libass程序库给输入视频渲染ASS字幕.
       210 T.. bbox              V->V   Compute bounding box for each frame.
       211                              视频的每一个帧上计算边界框.
       212 ... blackdetect       V->V   Detect video intervals that are (almost) black.
       213                              检测视频中完全(几乎)黑色的时间间隔.
       214 ... blackframe        V->V   Detect frames that are (almost) black.
       215                              检测完全(几乎)黑色的帧.
       216 TS. blend             VV->V  Blend two video frames into each other.
       217                              两个视频帧混合到另一个帧上.
       218 T.. boxblur           V->V   Blur the input.
       219                              模糊处理输入视频.
       220 TS. chromakey         V->V   Turns a certain color into transparency. Operates on YUV colors.
       221                              在YUV颜色空间中针对一些颜色做透明处理,应用与抠图功能,比 colorkey 滤镜边界更柔和.
       222 T.. codecview         V->V   Visualize information about some codecs.
       223                              导出一些解码器的可视化信息.
       224 T.. colorbalance      V->V   Adjust the color balance.
       225                              修改输入帧的三原色(红、绿、蓝)信号亮度.
       226 T.. colorchannelmixer V->V   Adjust colors by mixing color channels.
       227                              调整输入视频帧的混合颜色通道.
       228 TS. colorkey          V->V   Turns a certain color into transparency. Operates on RGB colors.
       229                              在RGB颜色空间中针对一些颜色做透明处理,边界较为生硬.
       230 T.. colorlevels       V->V   Adjust the color levels.
       231                              调整输入视频帧的颜色信号电平.
       232 TS. colormatrix       V->V   Convert color matrix.
       233                              转换颜色矩阵.
       234 T.. convolution       V->V   Apply convolution filter.
       235                              使用卷积3x3或5x5滤镜,适用于锐化,模糊,边缘增强,边缘检测和浮雕等处理.
       236 ... copy              V->V   Copy the input video unchanged to the output.
       237                              复制输入视频,原封不动输出,主要是用于测试目的.
       238 ... cover_rect        V->V   Find and cover a user specified object.
       239                              查找并覆盖用户指定的矩形对象.
       240 ..C crop              V->V   Crop the input video to given dimensions.
       241                              剪切输入视频显示区域,并给于新的尺寸.
       242 T.. cropdetect        V->V   Auto-detect crop size.
       243                              自动检测剪切大小.
       244 TS. curves            V->V   Adjust components curves.
       245                              利用曲线功能调整颜色分量,也可以利用图象处理软件的曲线文件来处理颜色.
       246 TS. dctdnoiz          V->V   Denoise frames using 2D DCT.
       247                              使用二维频域过滤(2D DCT)对帧进行降噪处理.
       248 TS. deband            V->V   Debands video, Remove banding artifacts from input video.
       249                              从输入视频中移除带状伪像.
       250 ... decimate          N->V   Decimate frames (post field matching filter).
       251                              定期删除重复的帧(后场匹配滤镜).
       252 T.. deflate           V->V   Apply deflate effect.
       253                              适用于紧缩效果.
       254 ... dejudder          V->V   Remove judder produced by pullup.
       255                              删除动作产生的部分颤抖.
       256 T.. delogo            V->V   Remove logo from input video.
       257                              对指定区域做模糊处理,比如能移除输入视频中的标识.
       258 ... deshake           V->V   Stabilize shaky video.
       259                              试图修改水平或垂直的移位,降低颤抖让视频更稳定,这个滤镜有助于减小手持相机抖动影响.
       260 ... detelecine        V->V   Apply an inverse telecine pattern.
       261                              适用于电视电影的精确反向操作,颜色边界有锯齿效果.
       262 T.. dilation          V->V   Apply dilation effect.
       263                              膨胀效果应用于视频.
       264 T.. displace          VVV->V Displace pixels.
       265                              移走像素,需要三个视频输入流和一个视频输出流,第一个输入源,第二和第三个输入位移的映射.
       266 T.. drawbox           V->V   Draw a colored box on the input video.
       267                              输入视频图像上绘制彩色的矩形区域.
       268 ... drawgraph         V->V   Draw a graph using input video metadata.
       269                              利用输入视频的元数据绘制图表.
       270 T.. drawgrid          V->V   Draw a colored grid on the input video.
       271                              在输入视频上绘制彩色网格.
       272 T.C drawtext          V->V   Draw text on top of video frames using libfreetype library.
       273                              使用 libfreetype 程序库,在顶层帧上绘制文本字符串,文本内容可从指定文件中读取.
       274 T.. edgedetect        V->V   Detect and draw edge.
       275                              检测并绘制边缘.
       276 ... elbg              V->V   Apply posterize effect, using the ELBG algorithm.
       277                              使用增强型LBG(ELBG)算法,用于多色调分色印效果.
       278 ..C eq                V->V   Adjust brightness, contrast, gamma, and saturation.
       279                              调整亮度、对比度、灰度和饱和度.
       280 T.. erosion           V->V   Apply erosion effect.
       281                              侵蚀效果应用于视频,类似油画处理.
       282 ... extractplanes     V->N   Extract planes as grayscale frames.
       283                              从输入视频流中提取颜色通道分量用在单独灰度视频流的帧上.
       284 .S. fade              V->V   Fade in/out input video.
       285                              适用于输入视频的淡入/淡出效果.
       286 ... fftfilt           V->V   Apply arbitrary expressions to pixels in frequency domain.
       287                              频域内将任意表达式用于采样的像素集.
       288 ... field             V->V   Extract a field from the input video.
       289                              使用步进算法,从输入视频里的隔行图像中提取单场.
       290 ... fieldhint         V->V   Field matching using hints.
       291                              使用指定配置文件进行场匹配,根据配置文件内容读取两个帧进行合并后创建新帧并插入到当前位置.
       292 ... fieldmatch        N->V   Field matching for inverse telecine.
       293                              场匹配滤镜适用于电视电影的反向操作.
       294 T.. fieldorder        V->V   Set the field order.
       295                              改变输入视频的场顺序.
       296 ... find_rect         V->V   Find a user specified object.
       297                              寻找用户指定的矩形区域.
       298 ... format            V->V   Convert the input video to one of the specified pixel formats.
       299                              输入视频转换为指定的像素格式.
       300 ... fps               V->V   Force constant framerate.
       301                              强制设定固定帧频.
       302 ... framepack         VV->V  Generate a frame packed stereoscopic video.
       303                              生成帧叠加的立体视频.
       304 ... framerate         V->V   Upsamples or downsamples progressive source between specified frame rates.
       305                              上采样或下采样顺序渐进的视频源之间设定指定帧频.
       306 T.. framestep         V->V   Select one frame every N frames.
       307                              每 N 个帧中选一个帧,设置帧步.
       308 ... frei0r            V->V   Apply a frei0r effect.
       309                              使用 frei0r 滤镜.
       310 T.. fspp              V->V   Apply Fast Simple Post-processing filter.
       311                              用于快速和简单的后处理滤镜.
       312 T.. geq               V->V   Apply generic equation to each pixel.
       313                              利用一般表达式改变每个像素点的特征.
       314 T.. gradfun           V->V   Debands video quickly using gradients.
       315                              利用梯度快速移除带状伪像.
       316 TS. haldclut          VV->V  Adjust colors using a Hald CLUT.
       317                              利用哈尔德查色表调整颜色.
       318 .S. hflip             V->V   Horizontally flip the input video.
       319                              水平翻转显示输入视频.
       320 T.. histeq            V->V   Apply global color histogram equalization.
       321                              适用于全局颜色直方图均衡化.
       322 ... histogram         V->V   Compute and draw a histogram.
       323                              计算并绘制颜色分布直方图.
       324 T.. hqdn3d            V->V   Apply a High Quality 3D Denoiser.
       325                              使用高质量三维降噪滤镜.
       326 .S. hqx               V->V   Scale the input by 2, 3 or 4 using the hq*x magnification algorithm.
       327                              利用高质量放大算法缩放视频显示大小,可输入2,3或4.
       328 ... hstack            N->V   Stack video inputs horizontally.
       329                              把若干个输入视频合并到一个水平显示的输出视频.
       330 T.C hue               V->V   Adjust the hue and saturation of the input video.
       331                              调整输入视频的色相和饱和度.
       332 ... idet              V->V   Interlace detect Filter.
       333                              检测视频的交叉类型滤镜.
       334 T.. il                V->V   Deinterleave or interleave fields.
       335                              允许处理不交叉的隔行图像场.
       336 T.. inflate           V->V   Apply inflate effect.
       337                              膨胀效果用于视频.
       338 ... interlace         V->V   Convert progressive video into interlaced.
       339                              转化为分段视频用于隔行处理,颜色边界有锯齿效果.
       340 ... interleave        N->V   Temporally interleave video inputs.
       341                              能执行时间场交叉的各种类型.
       342 ... kerndeint         V->V   Apply kernel deinterlacing to the input.
       343                              对输入的视频进行内核反交叉处理.
       344 .S. lenscorrection    V->V   Rectify the image by correcting for lens distortion.
       345                              矫正图像用于校正透镜畸变.
       346 TS. lut3d             V->V   Adjust colors using a 3D LUT.
       347                              利用三维查色表调整颜色.
       348 T.. lut               V->V   Compute and apply a lookup table to the RGB/YUV input video.
       349                              利用查表计算处理 RGB/YUV 格式输入的视频.
       350 T.. lutrgb            V->V   Compute and apply a lookup table to the RGB input video.
       351                              利用查表计算处理 RGB 格式输入的视频.
       352 T.. lutyuv            V->V   Compute and apply a lookup table to the YUV input video.
       353                              利用查表计算处理 YUV 格式输入的视频.
       354 T.. maskedmerge       VVV->V Merge first stream with second stream using third stream as mask.
       355                              合并前二个输入视频,掩模到第三个输入视频,透明合并三个视频.
       356 ... mcdeint           V->V   Apply motion compensating deinterlacing.
       357                              适用于运动补偿反交叉.
       358 ... mergeplanes       N->V   Merge planes.
       359                              合并多个视频流的颜色通道分量.
       360 T.. metadata          V->V   Manipulate video frame metadata.
       361                              操作视频帧的元数据,用于调试.
       362 ... mpdecimate        V->V   Remove near-duplicate frames.
       363                              移除近似重复的帧.
       364 T.. negate            V->V   Negate input video.
       365                              取消输入视频的阿尔法通道分量,滤镜效果类似底片.
       366 T.. nnedi             V->V   Apply neural network edge directed interpolation intra-only deinterlacer.
       367                              使用神经网络边缘插值法进行反隔行处理,需要加权重的二进制文件.
       368 ... noformat          V->V   Force libavfilter not to use any of the specified pixel formats for the input to the next filter.
       369                              取消指定的像素格式,用于下一个滤镜.
       370 TS. noise             V->V   Add noise.
       371                              视频输入帧上添加噪声.
       372 ... null              V->V   Pass the source unchanged to the output.
       373                              不改变视频源进行输出.
       374 T.C overlay           VV->V  Overlay a video source on top of the input.
       375                              把一个视频覆盖到另一个视频上面,需要两个输入和一个输出.
       376 T.. owdenoise         V->V   Denoise using wavelets.
       377                              利用小波降噪法进行降噪处理.
       378 ... pad               V->V   Pad the input video.
       379                              给输入视频添加填充新的显示区域.
       380 ... palettegen        V->V   Find the optimal palette for a given stream.
       381                              生成最佳调色板,用于给定的视频流.
       382 ... paletteuse        VV->V  Use a palette to downsample an input video stream.
       383                              下采样输入视频流中使用调色板,适用于生成 GIF 动态图.
       384 ... perms             V->V   Set permissions for the output video frame.
       385                              给输出视频帧设置读/写权限.
       386 TS. perspective       V->V   Correct the perspective of video.
       387                              校正视频的透视.
       388 T.. phase             V->V   Phase shift fields.
       389                              对隔行视频延迟单场时间,便于场序的变化.
       390 ... pixdesctest       V->V   Test pixel format definitions.
       391                              像素格式描述符测试滤镜,主要用于内部测试.
       392 T.C pp                V->V   Filter video using libpostproc.
       393                              使用 libpostproc 后处理程序库进行过滤.
       394 T.. pp7               V->V   Apply Postprocessing 7 filter.
       395                              使用后处理滤镜7.
       396 ... psnr              VV->V  Calculate the PSNR between two video streams.
       397                              计算两个视频流之间的峰值信噪比(PSNR).
       398 ... pullup            V->V   Pullup from field sequence to frames.
       399                              折叠场序用于输出帧,退回到电视电影效果.
       400 T.. qp                V->V   Change video quantization parameters.
       401                              改变视频量化参数(QP).
       402 ... random            V->V   Return random frames.
       403                              从内部缓存刷新出视频帧的随机帧.
       404 ... realtime          V->V   Slow down filtering to match realtime.
       405                              减慢过滤速度,接近实时效果.
       406 TS. removegrain       V->V   Remove grain.
       407                              移除纹理,对步进视频进行降噪处理.
       408 T.. removelogo        V->V   Remove a TV logo based on a mask image.
       409                              利用掩模图像移除电视徽标,掩模图像的大小必须与视频相同,黑色是透明.
       410 ... repeatfields      V->V   Hard repeat fields based on MPEG repeat field flag.
       411                              根据运动图象专家组(MPEG)重复场标志,硬执行重复场.
       412 ... reverse           V->V   Reverse a clip.
       413                              倒放一段视频片段,需要把整个片段装入内存缓冲区.
       414 TSC rotate            V->V   Rotate the input image.
       415                              任意角度旋转视频,用弧度表示的单位.
       416 T.. sab               V->V   Apply shape adaptive blur.
       417                              形状自适应模糊滤镜.
       418 ..C scale             V->V   Scale the input video size and/or convert the image format.
       419                              缩放输入视频的尺寸并/或改变图像格式,使用libswscale库.
       420 ..C scale2ref         VV->VV Scale the input video size and/or convert the image format to the given reference.
       421                              缩放输入视频的尺寸并/或改变图像格式用于引用视频,使用libswscale库.
       422 ... select            V->N   Select video frames to pass in output.
       423                              选择视频帧用于下一个滤镜.
       424 TS. selectivecolor    V->V   Apply CMYK adjustments to specific color ranges.
       425                              利用青色,品红色,黄色和黑色(CMYK)调整特定范围的颜色.
       426 ... sendcmd           V->V   Send commands to filters.
       427                              给滤镜发送命令,必须插入到两个视频之间,只对具有该功能的滤镜命令有效.
       428 ... separatefields    V->V   Split input video frames into fields.
       429                              分解输入视频帧进场,产生一个新的一半高度剪辑帧.
       430 ... setdar            V->V   Set the frame display aspect ratio.
       431                              设置视频的显示纵横比.
       432 ... setfield          V->V   Force field for the output video frame.
       433                              改变输出视频帧的属性,不改变视频帧的数据.
       434 ... setpts            V->V   Set PTS for the output video frame.
       435                              设置输出视频帧的显示时间戳(PTS),可以用于快放或慢放等.
       436 ... setsar            V->V   Set the pixel sample aspect ratio.
       437                              设置像素采样纵横比.
       438 ... settb             V->V   Set timebase for the video output link.
       439                              设置时间轴用于视频输出帧的时间戳,主要用于测试时间轴配置.
       440 ... showinfo          V->V   Show textual information for each video frame.
       441                              显示每个视频帧的文本信息.
       442 T.. showpalette       V->V   Display frame palette.
       443                              显示每一帧的 256 色调色板.
       444 T.. shuffleframes     V->V   Shuffle video frames.
       445                              打乱视频帧,重新排序和/或重复视频帧.
       446 ... shuffleplanes     V->V   Shuffle video planes.
       447                              打乱视频映射平面,重新排序和/或重复视频映射平面.
       448 .S. signalstats       V->V   Generate statistics from video analysis.
       449                              分析视频过程中生成统计信息.
       450 T.. smartblur         V->V   Blur the input video without impacting the outlines.
       451                              模糊处理输入视频而不影响轮廓.
       452 ... split             V->N   Pass on the input to N video outputs.
       453                              输入的视频分配给N个相同的视频输出.
       454 T.C spp               V->V   Apply a simple post processing filter.
       455                              简单的后处理滤镜,设置压缩品质对视频进行压缩.
       456 ... ssim              VV->V  Calculate the SSIM between two video streams.
       457                              计算两个输入视频之间的结构相似度(SSIM).
       458 .S. stereo3d          V->V   Convert video stereoscopic 3D view.
       459                              视频转换成具有不同立体图像格式的三维视觉视频.
       460 ..C streamselect      N->N   Select video streams
       461                              多个输入视频流中选择一个视频流,若干个具有相同时间长度的媒体有效.
       462 ... subtitles         V->V   Render text subtitles onto input video using the libass library.
       463                              使用 libass 程序库输入视频上绘制字幕.
       464 ... super2xsai        V->V   Scale the input by 2x using the Super2xSaI pixel art algorithm.
       465                              利用像素艺术扩展算法把输入视频平滑放大两倍.
       466 T.. swaprect          V->V   Swap 2 rectangular objects in video.
       467                              视频流中交换两个矩形对象.
       468 ... swapuv            V->V   Swap U and V components.
       469                              交换 U 和 V 映射平面分量.
       470 .S. tblend            V->V   Blend successive frames.
       471                              两个视频帧混合到另一个帧上.
       472 ... telecine          V->V   Apply a telecine pattern.
       473                              使用电视电影模式,颜色边界有锯齿效果.
       474 ... thumbnail         V->V   Select the most representative frame in a given sequence of consecutive frames.
       475                              在给定的连续帧序列中选择具有代表性帧.
       476 ... tile              V->V   Tile several successive frames together.
       477                              瓦状布局若干个连续的帧,类似视频缩略图.
       478 ... tinterlace        V->V   Perform temporal field interlacing.
       479                              使用不同的隔行模式处理每一个帧.
       480 .S. transpose         V->V   Transpose input video.
       481                              翻转输入视频,默认垂直翻转.
       482 ... trim              V->V   Pick one continuous section from the input, drop the rest.
       483                              从输入视频中挑选连续的组成部分,一直到结束.
       484 T.. unsharp           V->V   Sharpen or blur the input video.
       485                              锐化或模糊处理输入视频.
       486 T.. uspp              V->V   Apply Ultra Simple / Slow Post-processing filter.
       487                              超慢/简单的后处理滤镜,设置压缩品质对视频进行压缩.
       488 ... vectorscope       V->V   Video vectorscope.
       489                              显示输入视频的两个颜色分量值的二维图(矢量显示).
       490 ... vflip             V->V   Flip the input video vertically.
       491                              垂直翻转显示输入视频.
       492 ... vidstabdetect     V->V   Extract relative transformations,for stabilization.
       493                              提取视频的相对地变化,绘制矩形图矩阵内的箭头方向来显示变化趋势.
       494 ... vidstabtransform  V->V   Video stabilization/deshaking.
       495                              平滑/反锐化处理视频.
       496 T.. vignette          V->V   Make or reverse a vignette effect.
       497                              生成或扭转镜头自然渐晕效果.
       498 ... vstack            N->V   Stack video inputs vertically.
       499                              把若干个输入视频垂直放置,所有视频的像素格式和宽度必须相同.
       500 TS. w3fdif            V->V   Apply Martin Weston three field deinterlace.
       501                              使用马丁韦斯顿三场反隔行滤镜。
       502 ... waveform          V->V   Video waveform monitor.
       503                              视频波形监视器.
       504 .S. xbr               V->V   Scale the input using xBR algorithm.
       505                              应用xBR算法放大输入视频,默认是放大三倍.
       506 TS. yadif             V->V   Deinterlace the input image.
       507                              对输入图像进行反隔行处理.
       508 T.. zoompan           V->V   Apply Zoom & Pan effect.
       509                              用于缩放和填充效果.
       510 ..C zscale            V->V   Apply resizing, colorspace and bit depth conversion.
       511                              用于重新调整大小,改变色隙和色彩深度.
       512 ... allrgb            |->V   Generate all RGB colors.
       513                              生成大小为 4096x4096 的包含所有 RGB 颜色表,需要大量内存.
       514 ... allyuv            |->V   Generate all yuv colors.
       515                              生成大小为 4096x4096 的包含所有 yuv 颜色表,需要大量内存.
       516 ... cellauto          |->V   Create pattern generated by an elementary cellular automaton.
       517                              利用初级多孔自动生成器创建一个图案,指定模式生成无数小三角形矩阵.
       518 ..C color             |->V   Provide an uniformly colored input.
       519                              提供了一个单色输入视频源.
       520 ... frei0r_src        |->V   Generate a frei0r source.
       521                              提供frei0r接口,frei0r是ffmpeg的子滤镜.
       522 ... haldclutsrc       |->V   Provide an identity Hald CLUT.
       523                              给哈尔德查色表源提供单位特征.
       524 ... life              |->V   Create life.
       525                              生成随机花纹的图案.
       526 ... mandelbrot        |->V   Render a Mandelbrot fractal.
       527                              生成一个曼德尔勃特集合分形,逐渐放大到指定点.
       528 ... mptestsrc         |->V   Generate various test pattern.
       529                              生成各种测试图案,静/动态小方块矩阵和圆形图案.
       530 ... nullsrc           |->V   Null video source, return unprocessed video frames.
       531                              生成空视频源,返回未处理的空视频帧.
       532 ... rgbtestsrc        |->V   Generate RGB test pattern.
       533                              生成 RGB 测试图案,横向红绿蓝三条图案.
       534 ... smptebars         |->V   Generate SMPTE color bars.
       535                              生成 SMPTE 颜色条图案,像电视测试信号视频.
       536 ... smptehdbars       |->V   Generate SMPTE HD color bars.
       537                              生成 SMPTE HD 颜色条图案.
       538 ... testsrc           |->V   Generate test pattern.
       539                              生成测试图案.
       540 ... testsrc2          |->V   Generate another test pattern.
       541                              生成另一个测试图案.
       542 ... nullsink          V->|   Do absolutely nothing with the input video.
       543                              生成空视频模板,与输入视频无关.
       544 ... concat            N->N   Concatenate audio and video streams.
       545                              连接音频和视频流.
       546 ... movie             |->N   Read from a movie source.
       547                              从视频源读入视频.
       548 ... buffer            |->V   Buffer video frames, and make them accessible to the filterchain.
       549                              缓冲视频帧,并用于滤镜链.
       550 ... buffersink        V->|   Buffer video frames, and make them available to the end of the filter graph.
       551                              缓冲视频帧,并用于滤镜图的结束.
       552 ... fifo              V->V   Buffer input images and send them when they are requested.
       553                              缓冲输入帧,若需要时.
    
  • 相关阅读:
    jQuery源码dom ready分析
    jQuery的deferred对象详解(二)
    jQuery的deferred对象详解(一)
    javascript线程解释(setTimeout,setInterval你不知道的事)---转载
    前端工程精粹(二):静态资源管理与模板框架
    拒绝了对对象 'sp_sdidebug'(数据库 'master',所有者 'dbo')的 EXECUTE 权限。
    Page.User.Identity.Name获取不到结果
    水晶报表(web)表格信息展示
    Office导入导出组件权限配置汇总
    CSS hack样式兼容模式收藏
  • 原文地址:https://www.cnblogs.com/nlsoft/p/5198484.html
Copyright © 2011-2022 走看看