From e06f1dfad566813d0be61b79ad19a478a9eee8ff Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Thu, 28 Oct 2021 21:33:59 +0200 Subject: [PATCH] Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57b5bf0..ec65bc8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Choggbuster -Choggbuster is a set of python scripts aimed at automated preprocessing of video DVDs for archival and filtering \ No newline at end of file +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` \ No newline at end of file