thomas779 / concat-videos

creating script to concatenate my torrented videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation process:

  1. create local environment
# just on the first time do this
python3 -m venv .venv      # sets up the venv first time

# do this every time before starting the server
source .venv/bin/activate

# OR this if you use fish as a shell
source .venv/bin/activate.fish
  1. Install required packages
pip install -r requirements.txt
  1. Run the file
python3 vesting_csv.py

About

creating script to concatenate my torrented videos


Languages

Language:Python 100.0%