随笔分类 - Ffmpeg
摘要:用法 ffmpeg -i hello.mp3 -acodec libfdk_aac hello.aac mp3转aac ffmpeg -i hello.aac -acodec libmp3lame hello.mp3 aac转mp3 ffmpeg -i hello.aac -f s16le -ar
阅读全文
摘要:<center>编译ffmpeg 安装Msys2以及依赖 export arch=mingw-w64-x86_64 export arch=mingw-w64-ucrt-x86_64 pacman -S arch-name arch-make $ar
阅读全文
摘要:1 先安装qt 解压ffmpeg包2打开qt创建工程 3 导入头文件和库文件 这里一定要注意gcc版本和库的版本一定要一致 4 添加一下简单的源代码 1 #include <libavcodec/avcodec.h> 2 #include <libavformat/avformat.h> 3 #in
阅读全文