This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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












