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