您尚未登录。

楼主 # 2023-08-23 08:33:57

memory
会员
注册时间: 2021-08-11
已发帖子: 244
积分: 218

编译windows 平台能用 ffmpeg sdk

方案①:

https://blog.csdn.net/qq_38770502/article/details/116715809

MSYS2+mingw 编译 ffmpeg 在windows下完整过程

离线

楼主 #1 2023-08-23 08:35:31

memory
会员
注册时间: 2021-08-11
已发帖子: 244
积分: 218

Re: 编译windows 平台能用 ffmpeg sdk

方案②:


ubunt18.04 编译安装 win32/win64 ffmpeg sdk:



sudo apt-get install git mingw-w64* -y

git clone git clone https://gitee.com/mirrors/ffmpeg -b release/6.0

编译win32版本:
./configure --arch=x86 --target-os=mingw32 --prefix=/opt/ffmpeg_install/ --cross-prefix=i686-w64-mingw32-

编译win64版本:
./configure --arch=x86 --target-os=mingw64 --prefix=/opt/ffmpeg_install/ --cross-prefix=x86_64-w64-mingw32-

离线

楼主 #2 2023-08-23 09:10:41

memory
会员
注册时间: 2021-08-11
已发帖子: 244
积分: 218

Re: 编译windows 平台能用 ffmpeg sdk

_20230823090827.png_20230823090955.png

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn