随笔 - 15  文章 - 4  评论 - 1  阅读 - 49821
06 2024 档案
AVProgram
摘要:详细说明 新字段可以添加到末尾并进行较小的版本更新 对现有字段的删除、重新排序和更改需要主要版本更新。 sizeof(AVProgram) 不得在 libav* 之外使用 文件avformat.h第1179行的定义 1 int id //文件avformat.h第1180行的定义。由av_new_p 阅读全文
posted @ 2024-06-13 14:37 粒子少爷 阅读(19) 评论(0) 推荐(0) 编辑
FFmpeg结构体:AVStream
摘要:1.描述 AVStream是存储每一个视频/音频流信息的结构体,位于avformat.h文件中。 2.结构体定义 1 typedef struct AVStream { 2 int index; /**< stream index in AVFormatContext */ 3 /** 4 * Fo 阅读全文
posted @ 2024-06-13 11:03 粒子少爷 阅读(186) 评论(0) 推荐(0) 编辑
FFmpeg结构体:AVIOContext
摘要:1.描述 AVIOContext是FFmpeg管理输入输出数据的结构体,位于avio.h文件中。 2.结构体定义 1 typedef struct AVIOContext { 2 /** 3 * A class for private options. 4 * 5 * If this AVIOCon 阅读全文
posted @ 2024-06-11 14:34 粒子少爷 阅读(50) 评论(0) 推荐(0) 编辑
FFmpeg结构体:AVOutputFormat
摘要:1.描述 AVOutpufFormat与AVInputFormat类似,是类似COM 接口的数据结构,表示输出文件容器格式,着重于功能函数,位于Avoformat.h文件中。 ffmpeg支持各种各样的输出文件格式,MP4,FLV,3GP等等。而 AVOutputFormat 结构体则保存了这些格式 阅读全文
posted @ 2024-06-11 08:51 粒子少爷 阅读(102) 评论(0) 推荐(0) 编辑
FFmpeg结构体:AVInputFormat
摘要:1.描述 AVInputFormat 是类似COM 接口的数据结构,表示输入文件容器格式,着重于功能函数,一种文件容器格式对应一个AVInputFormat 结构,在程序运行时有多个实例,位于avoformat.h文件中。 2.结构体定义 1 typedef struct AVInputFormat 阅读全文
posted @ 2024-06-06 16:45 粒子少爷 阅读(29) 评论(0) 推荐(0) 编辑
ffmpeg结构体解析-AVClass 和 AVOption
摘要:AVClass 先来看 AVClass 的结构如下: /** * Describe the class of an AVClass context structure. That is an * arbitrary struct of which the first field is a point 阅读全文
posted @ 2024-06-06 16:24 粒子少爷 阅读(54) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示