Go to file
2019-05-15 00:10:29 +02:00
.gitattributes Initial commit 2019-03-18 12:49:08 +01:00
.gitignore Create .gitignore 2019-03-18 13:23:07 +01:00
auto-CRC.py moved primary functionality into its own function 2019-03-24 20:40:25 +01:00
clean-dir.py Update clean-dir.py 2019-03-22 15:20:00 +01:00
encode_audio.py Create encode_audio.py 2019-05-15 00:10:29 +02:00
README.md Update README.md 2019-03-22 13:57:15 +01:00

A collection of utilities for fansubbing that I've written. Improvements and ideas are always welcome.

Requirements:

  • Python 3.6 or higher

Usage:

$ python [script].py [--args]

Utilities:

auto-CRC

A small script that appends CRC-32's to every mkv in the current directory.

Arguments:

Argument Arg Description
--help -h show this help message and exit
--recursive -R check recursively

clean-dir

Cleans a directory of everything but mkv's or a given ext.
Please make sure it doesn't accidently wipe everything else you need to include in there. Ext is intended to be used for other video extensions, like mp4, webm, etc.

Arguments:

Argument Arg Description
--help -h show this help message and exit
--recursive -R check recursively
--extension -E change extension