首页 > TAG信息列表 > codecContext

使用FFMPEG5.0和SDL2.0编写视频简单播放器

使用ffmpeg5.0和SDL1.2(操作系统原本安装了这个版本,所以想先用这个库调试看看),编写视频播放器daemon时,视频卡在第一帧会报错: 测试例程如下: int B_Play_Openfile(const char* szFilePath) { int iRet = 0; int iVideo_index = 0; char szError[128] = {0}; unsigned char *o

Qt+FFMPEG学习(二)屏幕录制+实时显示(GDIGRAB)

 widget.h #ifndef WIDGET_H #define WIDGET_H extern "C"{ #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" #include "libswscale/swscale.h" #include "libavdevice/avdevice.h"

Qt+FFMPEG学习(一)视频帧转换为QImage

extern "C"{ #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" #include "libswscale/swscale.h" #include "libavdevice/avdevice.h" #include "libavformat/avio.h"

多媒体开发(10):提取图片以及位图保存

小白:提取视频中的图片吗?那很简单,播放视频再截图就行啦。 播放视频再截图的做法,当然可以。但是,手动截图会太累而且无法保证准确度,特别是需要反复提取图片时,或者需要提取“105秒那一瞬间的美女图片”时,或者我需要每秒出一张图片时,那有别的办法吗? 本文介绍,如何使用FFmpeg实现从视频