Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 230 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 230 Bytes

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