
ffmpeg
陶二先生
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ffmpeg3.x 编码实现
首先向雷神致敬!本文是在雷神的基础上进行修改,基于ffmpeg3.X版本,进行修改,本地测试通过。#include "stdafx.h" #include #include #include extern "C" { #include #include #include #include #include #in原创 2018-01-18 10:49:54 · 649 阅读 · 0 评论 -
ffmpeg3.X解码器
首先致敬雷神!代码参考了雷神代码,在ffmpeg3.X的基础上进行修改。int videoDecode() { AVFormatContext *pFormatCtx = NULL; AVCodec *pCodec = NULL; AVCodecContext *pCodecCtx = NULL; AVFrame *pFrame原创 2018-01-18 20:01:05 · 401 阅读 · 0 评论