博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ffmpeg Could not find module pixeliz0r
阅读量:4200 次
发布时间:2019-05-26

本文共 565 字,大约阅读时间需要 1 分钟。

错误信息

[Parsed_frei0r_0 @ 0x55bceaad3600] Could not find module 'pixeliz0r'.[AVFilterGraph @ 0x55bcea795ac0] Error initializing filter 'frei0r' with args 'pixeliz0r:0.1|0.1'Error reinitializing filters!Failed to inject frame into filter network: Invalid argumentError while processing the decoded data for stream #0:0

分析

  1. ffmpeg 编译开启 --enable-frei0r
  2. ffmpeg frei0r filter 已经有了,但是找不到 pixeliz0r 模块
  3. frei0r 编译的时候,需要编译为动态库,同时把动态库安装到系统 /usr/local/lib/frei0r-1/pixeliz0r.so 下面
  4. 这样 frei0r 就可以正常运行了
  5. 更新 frei0r 的用法参考 : https://www.cnblogs.com/nlsoft/archive/2013/05/07/3065311.html
你可能感兴趣的文章
用谷歌账号登陆magento、
查看>>
php oauth 模块在linux下安装
查看>>
代替nginx的服务器 - The Tengine Web Server
查看>>
nginx 升级成 tengine 的代码
查看>>
magento rest api 调用
查看>>
magento rest api 调用!
查看>>
magento rest api get Token key and secret
查看>>
谷歌获取货币汇率代码
查看>>
安装nginx
查看>>
手动6 - 隐藏Nginx版本号
查看>>
手动7 - nginx 日志切割
查看>>
magento - 使用后台设置的时间用法
查看>>
Linux常用命令
查看>>
清除文件中的.svn文件
查看>>
手动11 -nginx 优化配置
查看>>
php加速器 - zendopcache
查看>>
手动12 - 安装php加速器 Zend OPcache
查看>>
set theme -yii2
查看>>
yii2 - 模块(modules)的view 映射到theme里面
查看>>
yii2 - controller
查看>>