public
Description: Ruby scripts for manipulating Matroska files
Homepage: http://eastblue.org/projects/matroska
Clone URL: git://github.com/PerfectlyNormal/ruby-matroska.git
name age message
file README Loading commit data...
file Rakefile
file TODO
directory bin/
directory lib/
ruby-matroska.

dependencies
============
 * RubyGems:
   * xml-simple
   * trollop
 * mkvtoolnix

binaries
========

 * playlist
   This little script wants a Matroska file as an argument. 
   It inspects it and, if ordered chapters are found, makes a simple 
   playlist of the individual chapters.

   example:
     a directory contains opening01.mkv, ending01.mkv and episodes 01-10
     each of the episodes is linked so that opening01.mkv plays, then
     the actual episode, before we end it all with ending01.mkv.

     running playlist on one of the episodes would then output
     'opening01.mkv episode01.mkv ending01.mkv', ready to be fed into
     mplayer or a similar player.

   it can also launch the player of choice, and provide additional arguments
   to the player, but the main mode will be a line of files to be used in
   further scripts
 
 * unorder
   this is mainly for people with hardware-players, or those who don't
   particularly like ordered chapters. it'll take a directory of files
   with ordered chapters, and mux them back together to single files
   containing everything needed