Simple python script to transcode a directory of videos all into h264
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
usage: transcode.py [-h] dir
positional arguments:
dir directory of files to transcode
optional arguments:
-h, --help show this help message and exit