Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 831 Bytes

File metadata and controls

30 lines (19 loc) · 831 Bytes

World's Simplest Video Player

image image

(it even works with pipe!!!!)

Building

Tested in Arch Linux (6.1.9-arch1-2), but I assumed it would work anywhere else as long as you have mpv installed.

What I used:

clear && v fmt -w . && v -cc clang (or gcc) -d show_fps .

To Windows User

  • Get MPV Shared library from libmpv@sourceforge.net
  • Copy include folder and libmpv-2.dll into project folder
  • And you're ready to go!

Features

It has a lot of features, such as:

  • Playing a video or anything that mpv supports.
  • That's about it really.