当前位置:   article > 正文

深入理解 FFmpeg 书籍笔记

深入理解 FFmpeg 书籍笔记

知识点太多,目前只记录遇到的错误

1. 在 Ubuntu 22.04 64位上编译 FFmpeg-0.6.3 时,使用 ./configure 配置时遇到如下错误

  1. ffserver.c: In function ‘rtsp_cmd_describe’:
  2. ffserver.c:2987:5: error: implicit declaration of function
  3. ‘ff_url_split’ [-Werror=implicit-function-declaration]

解决方法:添加 disbable ffserver 操作,因为是初期学习阶段,先编译出 ffmpeg 再说

--disable-ffserver

全部 configure 命令:

./configure --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-pthreads --enable-libfaac --enable-libmp3lame --enable-libx264 --disable-ffserver

接下来 make 去编译

相关文章:[FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2. Windows 的 FFmpeg 一般是在 MSYS2 的 MINGW64上编译的

            

 3. 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/646986
推荐阅读
相关标签
  

闽ICP备14008679号