A python script to automatically encode media in a specified directory.
Usage:
python3 auto_encoder.py [-i <input_dir>] [-o <output_dir>] [--debug] [--dry] [--watch] [--delete-original]
brew install ffmpeg
pip install -r requirements.txt
Change configuration constants in config.py.
--debug
Encodes only the first 15 seconds of each file.
--dry
Logs the output of each encoding command without actually encoding.
--watch
Watches for changes in the input directory.
--delete-original
Deletes files from input_dir after encoding.