Remux
Merge raw files into mkv(s)
Before Running The Program
Activating Virtual Env
Windows
source env/bin/activate
Linux
.\env\Scripts\activate
Remuxing
This mode creates an mkv file via mkvmerge by utilizing the tracks extracted in demux mode. It then reads the JSON file to figure out
What Tracks to pass to mkvmerge
Flags to add to those tracks
What language to set tracks to
The title that the tracks should have, if at all
Reads JSON file. Uses the data to create a remux based on data extracted from the file.
The final .mkv filename is determined by the status of the --site argument
commands
python3 /path/to/app.py demux sourcepath output [optional args]
Required
outputpath [default=current dir]
Optional
--site blutopia/blu/bhd/beyondhd [default=None]
--group [default=Unknown]
--forcemovie
--otherargs
--skipnamecheck
--episodename
--scale
Last updated