An open API service indexing awesome lists of open source software.

https://github.com/darealshinji/mkv-extractor-qt5

Graphical MKV demultiplexer (inofficial mirror)
https://github.com/darealshinji/mkv-extractor-qt5

Last synced: 6 months ago
JSON representation

Graphical MKV demultiplexer (inofficial mirror)

Awesome Lists containing this project

README

          

Graphical MKV demultiplexer
===========================

Inofficial working tree

Features:
* DTS to AC3 conversion via ffmpeg
* Automatic conversion from SUB to SRT via [Qtesseract5](https://github.com/darealshinji/Qtesseract5)
* Read and extract joined files
* Extract and re-encapsule tracks
* And more again

Copyright (C) 2013-2020 Terence Belleguic

https://launchpad.net/~hizo/+archive/mkv-extractor-gui

http://forum.ubuntu-fr.org/viewtopic.php?id=1508741

Requires Python 3.4 or higher.

Build dependencies: `pyqt5-dev-tools qttools5-dev-tools`

Runtime dependency: `mkvtoolnix` (http://www.bunkus.org/videotools/mkvtoolnix/)

Other branches:

oldpython: made for python below version 3.4 (discontinued)

subptools: addon for mkv-extractor-qt to convert vobsubs into soft subtitles.

subptools build dependencies: `dh-autoreconf pkg-config libxml2-dev libtiff-dev libpng12-dev zlib1g-dev`