mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 11:27:50 +00:00
21 lines
1018 B
Plaintext
21 lines
1018 B
Plaintext
Source: mkvtoolnix
|
|
Section: graphics
|
|
Priority: optional
|
|
Maintainer: Moritz Bunkus <moritz@bunkus.org>
|
|
Build-Depends: debhelper (>> 3.0.0), libebml-dev (>= 0.7.3-1), libmatroska-dev (>= 0.7.4-1), libogg-dev, libvorbis-dev, libwxgtk2.4-dev|libwxgtk2.5-dev, libexpat1-dev, zlib1g-dev, liblzo-dev, libbz2-dev, libflac-dev, groff
|
|
Standards-Version: 3.5.8
|
|
|
|
Package: mkvtoolnix
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Description: create and work with Matroska media files
|
|
Matroska is aiming to become the standard of Multimedia Container
|
|
Formats. It is based on EBML (Extensible Binary Meta Language), a
|
|
kind of binary version of XML. These tools can work with Matroska files:
|
|
* mkvmerge creates Matroska files from various other formats.
|
|
* mkvinfo lists information about the tracks contained in a Matroska
|
|
file.
|
|
* mkvextract extracts tracks from a Matroska file into other suitable
|
|
file formats.
|
|
* base64tool can encode to and decode from base64.
|
|
* mmg is a full featured GUI for mkvmerge. |