FFMPEG进阶系列04-ffmpeg滤镜及其效果

可参考

ffmpeg代码中使用滤镜

滤镜及其效果

原素材:ffmpeg -i test.mp4 -ss 3 -t 2 output.gif


源视频

1.boxblur

  • 功能:模糊处理。
  • 接受参数有:
    • luma_radius(lr): Radius of the luma blurring box (default "2")
    • luma_power(lp):How many times should the boxblur be applied to luma (from 0 to INT_MAX) (default 2)
    • chroma_radius(cr): Radius of the chroma blurring box
    • chroma_power(cp):ow many times should the boxblur be applied to chroma (from -1 to INT_MAX) (default -1)
    • alpha_radius:Radius of the alpha blurring box
    • alpha_power:How many times should the boxblur be applied to alpha (from -1 to INT_MAX) (default -1)

另外参数值可以使用:可以使用w,h等变量表达式。

  • 使用举例:

    ffplay -i input.mp4 -vf boxblur=2:1:cr=0:ar=0

2. blend

blend是视频叠加,在代码中无法直接使用之前的初始化滤镜使用,查看过ffmpeg实现之后发现其实现就是历遍每个yuv值,通过两个视频帧的权重来加权叠加。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 超高速音视频编码器用法: ffmpeg [options] [[infile options] -i infile...
    吉凶以情迁阅读 10,118评论 0 4
  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 12,136评论 0 10
  • 《我的前半生》火了,子君初始的命运也触动了一大波家庭主妇,应该说叫全职主妇,就是不工作的留在家庭里照顾生活的主妇们...
    流年芳华阅读 7,270评论 0 6
  • 那个沉睡的人 蜷缩在黑暗的角落里 迟迟不愿睁开双眸 可是幻想终究抵不过流年 斗转星移 又到了花开的季节 只是,花瓣...
    雨韩阅读 2,144评论 5 4
  • 2016.06.26 夏至时节蝉无言。 适休息,却无眠。 时年九月通武关。 接四海宾, 迎五湖友, 恰同...
    悟道1997阅读 3,328评论 2 1