Update README

This commit is contained in:
Daniel S. 2021-10-28 21:33:59 +02:00
parent 3366ce4ec1
commit e06f1dfad5
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# Choggbuster
Choggbuster is a set of python scripts aimed at automated preprocessing of video DVDs for archival and filtering
# Setup (Windows)
1. Clone the repo
2. `pip install cffi tqdm`
3. Grab [libdvdread, libdvdnav](https://www.videolan.org/developers/libdvdnav.html) and [libdvdcss](https://www.videolan.org/developers/libdvdcss.html) from VLC and drop them next to `dvd_ripper.py`
4. `python dvd_ripper.py F:\` or `python dvd_ripper.py D:\path\to\DVD.ISO`