分类: FFmpeg学习笔记

3 篇文章

3、FFmpeg编解码
1、视频编码 环境配了半天(下午到晚上)。具体怎么配好我也不记得了,,就一通乱下 下载x264后要重新编译ffmpeg ./configure --enable-shared --enable-libx264 --enable-gpl --enable-pthreads #include <libavutil/log.h> #inclu…
2、FFmpeg多媒体文件处理
1、FFmpeg日志的使用及目录操作 1.1、日志 日志级别:ERROR > WARNING > INFO > DEBUG 使用下log: #include <stdio.h> #include <libavutil/log.h> // 引入头文件 int main(int argc, char* argv…
1、FFmpeg常用命令
1、安装ffmpeg 1.1、centos安装 git clone https://git.ffmpeg.org/ffmpeg.git cd ffmpeg su yum install gcc gcc-c++ make nasm pkgconfig yum install zlib-devel freetype-devel libjpeg-turb…