Remux
Merge raw files into mkv(s)
Last updated
Merge raw files into mkv(s)
Last updated
sourcepath
The mux folder created during the demux process
This holds all your configurations and is what will be used to generate the mkv file The folder you want the final MKV to be outputted toExample:python3 /path/to/app.py "remux" --site blutopia
This will mainly affect the final filenameExample:python3 /path/to/app.py remux --group superduperremuxing
This will change the group tag of the final MKVExample:python3 /path/to/app.py remux --forcemovie
overwrites TV Movies by treating them as a movie, instead of a TV showExample:python3 /path/to/app.py remux --otherargs "--split chapters:13,22,33,45,54"
Passes mkvtoolnix options to the final mkvtoolnix command
Can be used for example to pass global argsExample:python3 /path/to/app.py remux --skipnamecheck
Skip confirmation of filenamesExample:python3 /path/to/app.py remux --episodename
Searches Wiki or TMDB for episode titles, adds to filenameExample:python3 /path/to/app.py remux --scale native
Scale down video for test on local machine
i.e match chapters to i frames
choices -> avisynth, native
avisynth: uses avisynth to output video with frame information via ffms2
may require avisynth to be installed
native: uses ffmpeg to scale video down to 1/4