Skip to content
 
 

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C++ video player using FFmpeg 3 and SDL 2.0

Supports video with audio.

1 - Install FFmpeg version >= 3.2.4
sudo add-apt-repository ppa:jonathonf/ffmpeg-3
sudo apt update && sudo apt install ffmpeg libav-tools x264 x265 libavdevice-dev

2 - Install SDL >= 2.0
sudo apt-get install libsdl2-dev libsdl2-2.0

3 - Install:
make

4 - Run
./player video_address

About

SDL2 and FFmpeg Video Player in C++

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages