qt_demoe/ffmpegdemo
feiyangqingyun 8f0d7176a8 新增视频流播放 2020-04-22 14:36:41 +08:00
..
ffmpeg 新增视频流播放 2020-04-22 14:36:41 +08:00
ffmpegdemo.pro 新增视频流播放 2020-04-22 14:36:41 +08:00
main.cpp 新增视频流播放 2020-04-22 14:36:41 +08:00
readme.txt 新增视频流播放 2020-04-22 14:36:41 +08:00
widget.cpp 新增视频流播放 2020-04-22 14:36:41 +08:00
widget.h 新增视频流播放 2020-04-22 14:36:41 +08:00
widget.ui 新增视频流播放 2020-04-22 14:36:41 +08:00

readme.txt

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

编译完成以后记得将dll文件复制到可执行文件同一目录。
对应各个版本的dll文件下载地址https://pan.baidu.com/s/13LDRu6mXC6gaADtrGprNVA 提取码: ujm7

收费增强版本https://blog.csdn.net/feiyangqingyun/article/details/103946731

2. 国内站点:[https://gitee.com/feiyangqingyun](https://gitee.com/feiyangqingyun)
3. 国际站点:[https://github.com/feiyangqingyun](https://github.com/feiyangqingyun)
4. 个人主页:[https://blog.csdn.net/feiyangqingyun](https://blog.csdn.net/feiyangqingyun)
5. 知乎主页:[https://www.zhihu.com/people/feiyangqingyun/](https://www.zhihu.com/people/feiyangqingyun/)

1. 多线程实时绘制
2. 同时解码视频流和音频流
3. 支持任意Qt版本任意系统任意编译器
4. 解码和窗体分离,拓展性强
5. 可选ffmpeg3和ffmpeg4两个版本
6. 可选32位和64位的ffmpeg库
7. 注释绝对详细,包你满意