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`