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)
- Host: GitHub
- URL: https://github.com/darealshinji/mkv-extractor-qt5
- Owner: darealshinji
- License: gpl-3.0
- Created: 2014-07-06T21:48:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T12:35:52.000Z (over 5 years ago)
- Last Synced: 2025-03-27T10:46:56.209Z (7 months ago)
- Language: Python
- Homepage: https://launchpad.net/~hizo/+archive/ubuntu/mkv-extractor-gui
- Size: 1.84 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.Debian
- License: COPYING
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 againCopyright (C) 2013-2020 Terence Belleguic
https://launchpad.net/~hizo/+archive/mkv-extractor-gui
http://forum.ubuntu-fr.org/viewtopic.php?id=1508741Requires 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`