【FFMPEG】NI Real time linux上安装ffmpeg

【FFMPEG】NI Real time linux上安装ffmpeg,第1张

由于需要在NI平台上使用ffmpeg库,以实现网络媒体流。安装过程与正常安装有些许区别,记录如下:

1. 硬件平台 NI-IC-373

2. ffmpeg 版本 ffmpeg-3.3.4

参考

/configure会报错:pr command not found

Compile FFmpeg on Ubuntu, Debian, or Mint

参考: [FFmpeg-devel] [PATCH] Fix pkg-config detection when using a cross-prefix

注:如果需要安装libx264支持,请参考

http://blog.csdn.net/li_wen01/article/details/62889494

http://www.cnblogs.com/gjianw217/p/3228455.html

环境变量

引用库目录

参考:  多线程的make

其他参考

1.  FFmpeg在Linux下编译使用

2. ffmpeg 在linux下编译

3. FFmpeg在Linux下安装编译过程

4. Linux-安装FFmpeg

其他问题

1. Ffmpeg error in linux [closed]

2.  https://linuxserverguide.wordpress.com/2010/10/15/ffmpeg-error-while-loading-shared-libraries-libavdevice-so-52-cannot-open-shared-object-file/

1. librtmp

cd rtmpdump

make

make install123123

2. yasm

cd yasm

./configure --prefix=/usr/local/yasm

make

make install12341234

3. libx264

cd x264

./configure --prefix=/usr/local/x264 --enable-shared --enable-static --enable-yasm

make

make install


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8489739.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-17
下一篇 2023-04-17

发表评论

登录后才能评论

评论列表(0条)

保存