
MKV Extractor Qt
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QT5 version here : http://qt-apps.org/content/show.php?content=170658
This software (in python3 + Qt4) works with the Mastroka files (mkv).
It can :
- Extract the MKV tracks with mkvextract.
- Verify the MKV file with mkvalidator.
- Clean and optimize the MKV file with mkclean.
- Convert the DTS to AC3 with avconv or ffmpeg.
- View and extract attachment files.
- Auto convert VobSub to Srt with Tesseract.
- Auto re-encapsulate after modification in a new MKV file.
- Other options like rename tracks...
How-to :
0) Choose between French, Czech and English.
1) Open a MKV file (file > Open MKV file)
2) Choose output folder for the tracks (file > Output folder), by default, it's the same folder as MKV file.
3a) Use options like mkclean, mkvalidator
3b) Check the tracks to extract.
4) Check the options like convert, re-encapsulate...
5) Execute the work !
If the execute button stay disabled, choose a output folder.
Mandatory dependencies:
- mkvtoolnix
- python3
- python3-pyqt4
Recommended dependencies :
- ffmpeg or avconv (DTS => AC3)
- mkclean (clean the MKV)
- mkvalidator (check the MKV)
- tesseract-ocr (SUB => SRT) +/- tesseract-ocr-fra (Pour les français)
- subptools (ppa or built) or ogmrip (SUB => SRT)
Do not hesitate to ask me questions or give me suggestions for improvements.
5 years ago
[english]
- Bug fixed
[franí§ais]
- Correction de bug
5 years ago
[english]
- Bug fixed
[franí§ais]
- Correction de bug
fuclk
2 months ago
Report
ahjolinna_double
6 years ago
Report
hizoka
5 years ago
Report
hizoka
6 years ago
not for now because I'm on another project but I will.
Report
lionhater
6 years ago
Report
hizoka
6 years ago
For add a file in mkv file, use mkvmerge gui (you can use "Actions > Edit the mkv file" for open this software with your file).
The basic interest of the software was easily edit mkv file containing DTS audio in mkv containing ac3 audio so that the file is readable on the Freebox (french modem).
With the time, I have add options... but I don't want do a duplicate of mkvmerge gui.
I hope I answered your question.
Thank you to use MKV Extractor Qt.
Report
lionhater
6 years ago
Report