8000 GitHub - pcaddict/AutoRemux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pcaddict/AutoRemux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AutoRemux

AutoRemux aims to make the process of batch-converting ISO images to MKV easy.

Description

AutoRemux uses MakeMKV to batch process folders containing ISO images and outputting MKV files to a destination folder. There are two steps to this process:

Finding Main Titles

Each ISO file will be passed to MakeMKV to (hopefully) find the main title. The methodology used is very rudamentary, generally searching for the largest playlist. Once this process is complete, a json file will be written to disk. This file contains information found about each movie and includes the title that will be saved. This title can be changed manually if needed, if the wrong title has been identified.

This script assumes ISOs are kept in a folder structure like so: /Movies/Movie Name (Year)/Movie.iso MKV output will match this folder structure: /Movie Name (Year)/title.mkv

Processing the Queue

Once the queue json file has been created, run the program with the json file as an input. Each movie will be converted in turn.

Getting Started

Dependencies

  • makemkv (pip install makemkv)
  • tqdm

Executing program

Get Titles

python BatchRemux.py --get-titles --in-dir <root movie dir> --json movie_queue.json

Process Titles

python BatchRemux.py --process --load-json movie_queue.json --out-dir <root output dir>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0