Comment by throw98226

4 days ago

Works extremely well. Command to install on Debian 13:

sudo apt update && sudo apt install -y ffmpeg python3-pip python3-venv && git clone https://github.com/kouhxp/yapsnap.git && cd yapsnap && python3 -m venv ~/yapsnap-venv && source ~/yapsnap-venv/bin/activate && pip install --upgrade pip && pip install .

On a 32GB ThinkPad X13, a 21 minute YouTube video was processed by yapsnap under 2 minutes.

Very well done!