Usage
If you're using conda, switch to the koemoe conda environment
Quick Start and Examples
Single File
Condense a single file, Anime_S01E01.mkv
Folder
Condense a every video file in a folder, X:/anime/
Note
The rest of the examples are run for a folder, but work the same on single files
Include OP and ED
-io
--include-op
-ie
--include-ed
#Include the opening
python './condense.py' -io 'X:/anime/'
#Include the ending
python './condense.py' -ie 'X:/anime/'
# Include both
python './condense.py' -io -ie 'X:/anime/'
Change the output directory
-o
--output-dir
python './condense.py' -o 'X:/condensed_anime/' 'X:/anime/'
python './condense.py' --output-dir 'X:/condensed_anime/' 'X:/anime/'
Change the output name or format
-f
--output-format