https://github.com/ho-cooh/ffplaycpp
FFPlay in modern C++
https://github.com/ho-cooh/ffplaycpp
Last synced: 18 days ago
JSON representation
FFPlay in modern C++
- Host: GitHub
- URL: https://github.com/ho-cooh/ffplaycpp
- Owner: HO-COOH
- License: mit
- Created: 2026-04-05T19:18:57.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-04-06T18:24:47.000Z (2 months ago)
- Last Synced: 2026-04-06T20:23:00.131Z (2 months ago)
- Language: C++
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FFPlay-Cpp
This is a (modern) C++ rewrite of the original [ffplay](https://ffmpeg.org/ffplay.html).
## Why?
Because the original ffplay is a mess (which might intended to be so), which makes reference to a minimal video player quite hard (at least to me).
## Build
- CMake >= 3.28 that has proper C++20 modules support
- SDL2 (just like the original ffplay, and you can get from vcpkg)
- ffmpeg libraries (you can get from vcpkg)
- A C++23 compatible C++ building system.
I recommend getting them prepared with [vcpkg](vcpkg.io).
Development are done on Windows 10 with Visual Studio 2026.