All Projects → Serede → Mkvtoolnix Batch

Serede / Mkvtoolnix Batch

Licence: gpl-3.0
Windows Batch script to automate batch processing using mkvtoolnix.

Projects that are alternatives of or similar to Mkvtoolnix Batch

spring-batch-rest
REST API for Spring Batch using Spring Boot 2.2
Stars: ✭ 85 (+102.38%)
Mutual labels:  batch, batch-processing
rack-cargo
🚚 Batch requests for Rack apps (works with Rails, Sinatra, etc)
Stars: ✭ 17 (-59.52%)
Mutual labels:  batch, batch-processing
aws-batch-example
Example use of AWS batch
Stars: ✭ 96 (+128.57%)
Mutual labels:  batch, batch-processing
Faast.js
Serverless batch computing made simple.
Stars: ✭ 1,323 (+3050%)
Mutual labels:  batch, batch-processing
Rocketjob
Ruby's missing background and batch processing system
Stars: ✭ 258 (+514.29%)
Mutual labels:  batch, batch-processing
Excel Parser Processor
Simply does the tedious, repetitive operations for all rows of excel files step by step and reports after the job is done. It can download files from URL(s) in a column of Excel files. If a new filename is provided at column B it will rename the file before saving. It will even create sub folders if column C is full with a valid folder name.
Stars: ✭ 177 (+321.43%)
Mutual labels:  batch, batch-processing
goroutines
It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource.
Stars: ✭ 88 (+109.52%)
Mutual labels:  batch, batch-processing
Asakusafw
Asakusa Framework
Stars: ✭ 114 (+171.43%)
Mutual labels:  batch, batch-processing
svg2vector
Online batch converter of SVG images to Android vector drawable XML resource files
Stars: ✭ 39 (-7.14%)
Mutual labels:  batch, batch-processing
rocketjob
Ruby's missing background and batch processing system
Stars: ✭ 281 (+569.05%)
Mutual labels:  batch, batch-processing
python-batch-runner
A tiny framework for building batch applications as a collection of tasks in a workflow.
Stars: ✭ 22 (-47.62%)
Mutual labels:  batch, batch-processing
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (+1259.52%)
Mutual labels:  json, subtitles
gobatch
Batch processing library for Golang.
Stars: ✭ 19 (-54.76%)
Mutual labels:  batch, batch-processing
Easy Batch
The simple, stupid batch framework for Java
Stars: ✭ 493 (+1073.81%)
Mutual labels:  batch, batch-processing
Ps Webapi
(Migrated from CodePlex) Let PowerShell Script serve or command-line process as WebAPI. PSWebApi is a simple library for building ASP.NET Web APIs (RESTful Services) by PowerShell Scripts or batch/executable files out of the box.
Stars: ✭ 24 (-42.86%)
Mutual labels:  json, batch
Gocd Json Config Plugin
GoCD configuration plugin which supports JSON format
Stars: ✭ 39 (-7.14%)
Mutual labels:  json
Manifold
Manifold plugs into Java to supplement it with powerful features, from Type-safe Metaprogramming (direct access to GraphQL, JSON, XML, etc.), Extension Methods, Operator Overloading, and Unit Expressions to an integrated Template Engine and a Preprocessor. All fully supported in IntelliJ IDEA and Android Studio. Simply add Manifold to your project and begin taking advantage of it.
Stars: ✭ 993 (+2264.29%)
Mutual labels:  json
Jazzon
Add some jazz to your JSON files
Stars: ✭ 38 (-9.52%)
Mutual labels:  json
Configr
Implements the JSON, INI, YAML and TOML parser, for R setting and writing of configuration file.
Stars: ✭ 38 (-9.52%)
Mutual labels:  json
Pantry
🥑 Free data storage as a service that allows devs to store JSON for multiple apps & users. A good resource when building personal projects, apps for hackathons, and prototypes alike.
Stars: ✭ 42 (+0%)
Mutual labels:  json

mkvtoolnix-batch

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. Open said JSON file with your favourite editor and completely delete:
    • The "--output", line along with the one coming right after it.
    • The "(", and ")", lines together with the one in between them.
  7. Find the mkvmerge.exe executable within MKVToolNix and get its path (Shift + Right-Click > Copy as path from Windows File Explorer).
  8. Download mkvtoolnix-batch.bat from this repository and put it in the directory where all MKV files and the JSON are.
  9. Edit mkvtoolnix-batch.bat and replace "D:\...\mkvmerge.exe" with your path to mkvmerge.exe from step 6.
  10. Run mkvtoolnix-batch.bat by double-clicking it.
  11. Go grab yourself a cup of coffee and wait for the multiplexing process to complete. Processed MKV files will appear inside the mkvmerge_out directory.
  12. Profit.

License

Code licensed under GNU General Public License v3.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].