using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using ThoughtWorks.QRCode.Codec; using ThoughtWorks.QRCode.Codec.D…
用到 video filter —— delogo 通过周围像素插值去除 logo. 参数介绍: x y (必须)指定 logo 的坐标. w h (必须)指定 logo 的宽和高. band, t 指定矩形模糊边缘的厚度(添加到 w 和 h).取值范围:[1, 2.14748e+009],缺省值是4. show 当设置为1时,一个绿色线条的矩形框会指示出 x.y.w.h,缺省值是0. 例如:去除下图左上角的 logo 执行下面的命令: ffplay -i JINUSEAN.mp4 -vf de…