Keyaku / webm-player

A command line player for webm video files

Home Page:http://www.bluishcoder.co.nz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webm-player

This is a simple player for WebM video files. Currently it plays the video only (no audio).

Dependencies

You will need the following third party libraries to build:

  • nestegg (retrieved in this repo as a submodule)
  • libvpx (retrieved in this repo as a submodule)
  • libogg
  • libvorbis

Building

git clone https://github.com/Keyaku/webm-player
cd webm-player
git submodule init
git submodule update

Then, you'll have to configure and install the dependencies under deps/.

After that, make will do the rest for you.

About

A command line player for webm video files

http://www.bluishcoder.co.nz

License:ISC License


Languages

Language:C++ 80.2%Language:Makefile 19.8%