Go to file
2019-07-16 13:41:24 +02:00
old and dumb scripts Update fansub-util repository 2019-07-16 13:41:24 +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 Update fansub-util repository 2019-07-16 13:41:24 +02:00
encode_audio.py Update fansub-util repository 2019-07-16 13:41:24 +02:00
generate_keyframes.py Update fansub-util repository 2019-07-16 13:41:24 +02:00
README.md Update README.md 2019-03-22 13:57:15 +01:00
remux.py Update fansub-util repository 2019-07-16 13:41:24 +02: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