A simple video player based on QT and FFmpeg. This is just a rough product for personal entertainment.
Please find the release player here.
Visual studio 19 + QT vs tools extention.
If you use another version vs, please use CMake and CMakeLists.txt to generate your own vs project.
- v2.0.3, play speed; full screen
- v2.0.1, CMake configuration
- v2.0.0, add cv effects by using OpenCV;
- v1.1.8, bugs fixed;
- v1.1.6, app settings; loop play; media info;
- v1.1.5, dxva2 decode support; recent files;
- v1.1.4, play seek bug fixed;
- v1.1.2, 29/04/22
- play start thread; progressbar; skin;
- v1.1.0, 23/04/22
- A/V sync control
- v1.0.1, 20/04/22
- A/V play buffer control
- v1.0.0, 16/04/22
- initial version
- A/V library FFmpeg.
- GUI framework QT.
- QT skins github.
- youtube-dl.
- OpenCV