zoukankan      html  css  js  c++  java
  • frei0r-20200526-9d3a813 2020最新版版本编译 win x86

    主要修改water滤镜,可以在win系统上正常运行;

    ffplay -i sample.mp4 -vf "frei0r=water:2|1|1|1|0|0|30/30"

    参数说明

        register_param(physics, "physics", "water density: from 1 to 4");
        register_param(swirl, "swirl", "swirling whirpool in the center");
        register_param(rain, "rain", "rain drops all over");
        register_param(surfer, "surfer", "surf the surface with a wandering finger");
        register_param(smooth, "smooth", "smooth up all perturbations on the surface");
        register_param(distort, "distort", "distort all surface like dropping a bucket to the floor");
        register_param(position, "position", "swirl position coordinate, Relative center coordinate");
    position是设置漩涡的中心坐标,相对于视频画面中心坐标,比如设置0/0就是画面中心,不是画面的左上角;
    下载地址:
    https://gitee.com/nlsoft/frei0r_win32/releases
    https://github.com/qq2225936589/frei0r_win32/releases
  • 相关阅读:
    js函数的Json写法
    Bootstrap3和Bootstrap4区别
    Unicode编码是什么
    保留字是什么
    范仁义js课程---5、js字面量和变量
    什么是脚本语言
    ECMAScript 版本
    TortoiseGit上传代码到GitHub
    Android Studio快捷键
    Android 适配
  • 原文地址:https://www.cnblogs.com/nlsoft/p/13630218.html
Copyright © 2011-2022 走看看