/player

FFmpeg and SDL2 video player

Primary LanguageC++GNU General Public License v2.0GPL-2.0

player

Video player written in C++14 using FFmpeg libraries and SDL2

Usage

./player video.mp4

Controls

  • Space: Toggle play/pause
  • Escape: Quit

Build

sudo pacman -S ffmpeg sdl2
make