/transcode-directory

Simple python script to transcode a directory of videos all into h264

Primary LanguagePython

transcode-directory

Simple python script to transcode a directory of videos all into h264

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running

usage: transcode.py [-h] dir

positional arguments:
  dir         directory of files to transcode

optional arguments:
  -h, --help  show this help message and exit