Update README
This commit is contained in:
parent
aeb624bcf3
commit
5828282d93
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
# Choggbuster
|
# Choggbuster
|
||||||
|
|
||||||
Choggbuster is a set of python scripts aimed at automated preprocessing of video DVDs for archival and filtering
|
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`
|
Loading…
Reference in a new issue