diff options
author | salo <salo@pkgsrc.org> | 2004-04-07 12:52:16 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-04-07 12:52:16 +0000 |
commit | 644de826f7cecc93e5602565c996e34eba5b5678 (patch) | |
tree | ac08480287faa941388cb5d1c7d3558959265f65 /multimedia/libmatroska/DESCR | |
parent | e3b2f012f36634871d44df8ba61931f815d103f0 (diff) | |
download | pkgsrc-644de826f7cecc93e5602565c996e34eba5b5678.tar.gz |
Initial import of libmatroska-0.6.3: Extensible open standard Audio/Video
container format library.
Matroska aims to become THE Standard of Multimedia Container Formats.
It was derived from a project called MCF, but differentiates from it
significantly. It is based on EBML (Extensible Binary Meta Language),
a binary derivative of XML.
Matroska is designed with the future in mind. It incorporates features
you would expect from a modern container format, like:
- Streamable over internet (HTTP and RTP)
- Fast seeking in the file
- High error recovery
- Menus (like DVDs have)
- Chapter entries
- Selectable subtitle streams
- Selectable audio streams
- Modularly extendable
From pkgsrc-wip, submitted by Sergey Svishchev.
Diffstat (limited to 'multimedia/libmatroska/DESCR')
-rw-r--r-- | multimedia/libmatroska/DESCR | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/libmatroska/DESCR b/multimedia/libmatroska/DESCR new file mode 100644 index 00000000000..311c345fdce --- /dev/null +++ b/multimedia/libmatroska/DESCR @@ -0,0 +1,16 @@ +Matroska aims to become THE Standard of Multimedia Container Formats. +It was derived from a project called MCF, but differentiates from it +significantly. It is based on EBML (Extensible Binary Meta Language), +a binary derivative of XML. + +Matroska is designed with the future in mind. It incorporates features +you would expect from a modern container format, like: + +- Streamable over internet (HTTP and RTP) +- Fast seeking in the file +- High error recovery +- Menus (like DVDs have) +- Chapter entries +- Selectable subtitle streams +- Selectable audio streams +- Modularly extendable |