Vapoursynth Wrapper for DVDs stuff
Project description
vs-parsedvd
DVDs were an error.
A wrapper for DVD file structure and ISO files.
You can find me in the IEW Discord server, @Setsugennoao#6969.
How to install
Install vsparsedvd with the following command:
$ pip install vsparsedvd
Or if you want the latest git version, install it with this command:
$ pip install git+https://github.com/Irrational-Encoding-Wizardry/vs-parsedvd.git
Usage
After installation, functions can be loaded and used as follows:
from vsparsedvd import IsoFile, DGIndexNV
# Indexing with D2VWitch
haruhi = IsoFile(r".\Suzumiya_2009_DVD\KABA_6001.ISO")
...
# Indexing with DGIndexNV
haruhi = IsoFile(r".\Suzumiya_2009_DVD\KABA_6001.ISO", DGIndexNV())
ep1, ep2, dvd_menu = haruhi.get_title(None, [(0, 7), (8, 15), -1])
...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vsparsedvd-0.1.0.tar.gz.
File metadata
- Download URL: vsparsedvd-0.1.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3cfde05445928d15471e82def9ed7a4a9a95d8ac0b0be03ae07800422b51395
|
|
| MD5 |
138c9e6a7b112956a48eb87ca3fa5d69
|
|
| BLAKE2b-256 |
f0aae43f1a5a2b8371d5d8680d3cb23adc0000aab6ab05acb968074bfbe098dc
|
File details
Details for the file vsparsedvd-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vsparsedvd-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
490de3f0f3b0d4a64b4200687e5dfe8e7ed0c7a572a3693733d62959dcfc367d
|
|
| MD5 |
16355731047e3f30c6e1ea59a84304c9
|
|
| BLAKE2b-256 |
9eb26a9425729d1076c5dec04c8e12152d7b594b74328852e8ad3a8f6778ce8b
|