ffmpeg源码编译 #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
其中--prefix可以指定编译后执行make install的安装位置
会在执行configure时提示
如果没有安装在默认的目录下,运行时可能出现
ffmpeg: error while loading shared libraries: libavdevice.so.59: cannot open shared object file: No such file or directory
比如在上述安装配置中,指定了安装位置是**/usr/local/ffmpeg**,那么执行
修改库文件查找位置
添加一行
之后执行
现在可以运行了

mov转mp4