hplayer icon indicating copy to clipboard operation
hplayer copied to clipboard

A multi-screen player using Qt + FFmpeg.

Results 10 hplayer issues
Sort by recently updated
recently updated
newest added

会报错筛选器“”下已存在项目“rc\lang\app_zh_CN.qm"

首先非常感谢分享。给我了很多思路参考,另外好像没有gpu解码呈现效果,虽然配置文件有cuda,qsv设置,好像没有显示画面,虽然看起来gpu有使用率。看代码是缺少了ffmpeg解码后从gpu拿取帧的功能。

有一个问题,不知道该如何拿到视频流的数据。 我看到了一个push_frame和pop_frame,该怎么操作呢? 谢谢。

I just build the project to qt creator and mingw64, it just paly video and have no voice?

Playing a same video using both **ffplayer** and **hplayer**, I noticed that the hplayer video quality is different than the official [ffplayer.c ](https://github.com/FFmpeg/FFmpeg/tree/master/fftools)video quality. Video quality of **ffplayer**: ![screenshot1](https://user-images.githubusercontent.com/14161646/78988143-860c3f00-7b49-11ea-9f33-f9b9d93bcc61.png) Video...

Let suppose you play a video and now if you **right click and hold it** on the **Titlebar** **_of the Application_** then you would notice that the video would **stop...

### 电脑为M1 Project MESSAGE: ARCH=x86_64 Project MESSAGE: QT_VERSION=5.14.1 Project MESSAGE: QMAKE=/Users/cievon/Qt5.14.1/5.14.1/clang_64/bin/qmake Project MESSAGE: QMAKESPEC=/Users/cievon/Qt5.14.1/5.14.1/clang_64/mkspecs/macx-clang Project MESSAGE: CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang Project MESSAGE: CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ Project MESSAGE: LINK=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ Project MESSAGE: CFLAGS=-pipe -std=c99 Project MESSAGE: CXXFLAGS=-pipe...

``` int load_confile(){ //...... } ``` Fixed: error C4716: “load_confile”: must return a value.

大佬的作品真的很棒。要是有音频功能,那就完美无缺了。 请问一下大佬,有计划加入音频功能吗