zl程序教程

您现在的位置是:首页 >  工具

当前栏目

QT之FFMPEG视频解码(可反复播放)

Qt 视频 播放 FFMPEG 解码 反复
2023-09-14 09:07:00 时间

在这里插入图片描述

头文件:

#ifndef DECODEVIDEO_H
#define DECODEVIDEO_H


#include <QObject>
#include<QThread>
#include<QImage>
ex