ffmpeg相关

2016-03-16  张君宝 

ffpmeg报错:

ffmpeg: error while loading shared libraries: libx264.so.148: cannot open shared object file: No such file or directory

解决方法:

 edit /etc/ld.so.conf and add this path:


include ld.so.conf.d/*.conf
/usr/local/libevent-1.4.14b/lib
/usr/local/lib
执行:# ldconfig


ffmpeg转码命令:

h264*acc *1M


ffmpeg -i 201603041105516066.mp4 -an -vcodec libx264  -acodec  libfaac -b:v 1000k -minrate 1000k -maxrate 1000k -y 1000k.flv

ffmpeg安装英文地址:

https://forum.ivorde.com/ffmpeg-error-while-loading-shared-libraries-libavdevice-so-52-cannot-open-shared-object-file-no-t129.html

207°/2044 人阅读/3 条评论 发表评论

张丽丽  2016-03-24

哇塞,你居然也在用这个


小窝  2016-03-24

@张丽丽 莫非你们认识?


张君宝  2016-04-06

@张丽丽 测试就得啥都会一点,但要精一点。次一点菲比一点。


登录 后发表评论