Demux

Extract Raw Files From Blu-ray

Before Running The Program

Activating Virtual Env

Windows

  • .\env\Scripts\activate

Linux

  • source env/bin/activate

Demuxing Files

This mode allows the user to pick multiple BDMV/ISO. For each source, it will do the following

  • Extract every track for that source

  • Search and extract any embedded forced subs for main, and secondary movie language

  • Search and extract compatibility tracks

  • Generate and save the bdinfo log

  • Save eac3to log

  • Extracts ISO with 7zip or udevil as backup

When all sources are extracted. The data is then saved to a file called output.json. The user can then update the JSON before running remux mode

Commands

python3 /path/to/app.py -demux sourcepath outputpath [optional args]

Required

sourcepath

outputpath [default=current dir]

Optional

--site [default=None]

--sortpref [default=size]

--audiolang [default=[]]

--sublang[default=[]]

--ocr [default=None]

--voicerec [default=None]

--keepocr

--splitplaylist

--dontconvert

-- extractprogram [default=eac3to]

--loglevel [default=INFO]

--title

--extra

Last updated