An open source video player developed by Leon. It supports the latest FFMPEG version 6.0.0 and SDL version 2.28.3. Developed with Qt v6.4.3 & QtCreator v11 IDE.
lionstory/leonplayer: An open source video player.
- Use FFmpeg-6.0.0 (x64) for codec,SDL2-devel-2.28.3(x64) for rendering.
- Use Qt6.4.3 (MinGW x64), Qt Creator 11 as dev environment.
- Use QtCreator open the .pro file for debug & compiling, multiple platforms(Windows, Linux, Mac)are supported.
- Runtime library is in directory leonplayer\dll
- FFmpeg lib https://www.gyan.dev/ffmpeg/builds/
- SDL2 lib https://www.libsdl.org/download-2.0.php
- Use QtCreator open leonplayer.pro。
- compling and run。
- Issues are more than welcome.