Skip to content

doublec/webm-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webm-player
===========

This is a simple player for webm video files. Currently it plays the
video only (no audio). I used it for testing the initial Firefox
webm decoder/player.

It is hosted on github at:

  http://github.com/doublec/webm-player

You will need the following third party libraries to build:

  - nestegg
  - libvpx
  - libogg
  - libvorbis

To build:

  $ git clone git://github.com/doublec/webm-player.git
  $ cd webm-player
  $ git submodule init
  $ git submodule update
  $ make

Note the need to pull some submodules. This retrieves the following:

  nestegg - http://github.com/kinetiknz/nestegg
  libvpx  - http://www.webmproject.org/code/


About

A command line player for webm video files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published