xjunko / mpv-v

Basic video player in V using mpv and gg!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World's Simplest Video Player

(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.

About

Basic video player in V using mpv and gg!!

License:GNU General Public License v3.0


Languages

Language:V 100.0%