TheIceCreamTroll / MkvtoolnixBatchTool

Windows Batch script to automate batch processing using MKVToolNix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MkvtoolnixBatchTool

Description

Windows Batch script to automate batch processing using mkvtoolnix.

Dependencies

Usage

  1. Download MKVToolNix.
  2. Open mkvtoolnix-gui.exe.
  3. Add any of the MKV files to be processed (drag-and-drop works just fine).
  4. Perform your changes within the GUI (disable tracks, rename tracks, set default tracks, etc.).
  5. Go to Menu Bar > Multiplexer > Create option file, and save it as 'options.json' in the same directory where all MKV files to be processed are. You can then close the GUI.
  6. Find the mkvmerge.exe executable within MKVToolNix and get its path (Shift + Right-Click > Copy as path from Windows File Explorer).
  7. Download MkvtoolnixBatchTool.bat from this repository and put it in the directory where all MKV files and the JSON are.
  8. Edit MkvtoolnixBatchTool.bat and replace "C:\...\mkvmerge.exe" with your path to mkvmerge.exe from step 5.
  9. Run MkvtoolnixBatchTool.bat by double-clicking it.
  10. Done!

License

Code licensed under GNU General Public License v3.0.

About

Windows Batch script to automate batch processing using MKVToolNix.

License:GNU General Public License v3.0


Languages

Language:Batchfile 100.0%