随笔分类 - FFmpeg
摘要:代码基于FFmpeg5.0.1 目录 FFFormatContext AVFormatContext AVIOContext FFIOContext URLContext URLProtocol AVInputFormat FFStream AVStream AVCodecParameters AV
阅读全文
摘要:本篇主要用于记录SDL2.0.22的基本用法,参考别人的代码,并加了注释方便理解这些api 以下两个demo可以在VS中编译并运行,代码参考 SDL视频显示_奋斗吧!骚年!的博客-CSDN博客 1、SimpleSDL 这个demo使用SDL api来播放yuv视频,运行可以发现窗口并不能移动或者缩放
阅读全文
摘要:1、avformat_open_input 该方法声明在libavformat/avformat.h:2093 int avformat_open_input(AVFormatContext **ps, const char *url, const AVInputFormat *fmt, AVDic
阅读全文
摘要:从这里开始,就要踏上学习FFmpeg的旅程了,使用的FFmpeg版本5.0.1 1、ubuntu下,如何下载并编译FFmpeg源码 打开FFmpeg官网 Download FFmpeg,我们可以通过git来下载源码 $ git clone https://git.ffmpeg.org/ffmpeg.
阅读全文