ffmpeg
文章平均质量分 80
merlinholland
这个作者很懒,什么都没留下…
展开
-
ffmpeg Ubuntu下开发环境搭建
一、开发环境介绍 1、系统:Ubuntu 16.04.3 LTS 64位系统 2、ffmpeg版本:ffmpeg-3.4.1.tar.bz2 3、IDE:CodeBlocks版本svn build rev 11239 Nov 21 2017二、开发环境搭建 1、虚拟机安装Ubuntu,网上有很多教程,略过不作记录 2、ffmpeg的编译sudo apt-get原创 2018-02-07 10:11:23 · 2119 阅读 · 0 评论 -
ffmpeg之avformat_open_input函数分析
函数定义/** * Open an input stream and read the header. The codecs are not opened. * The stream must be closed with avformat_close_input(). * * @param ps Pointer to user-supplied AVFormatContext (原创 2018-02-07 16:36:40 · 724 阅读 · 0 评论