Skip to main content

Vapoursynth Wrapper for DVDs stuff

Project description

vs-source

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 vssource with the following command:

$ pip install vssource

Or if you want the latest git version, install it with this command:

$ pip install git+https://github.com/Irrational-Encoding-Wizardry/vs-source.git

Usage

After installation, functions can be loaded and used as follows:

from vssource 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vssource-0.9.3.tar.gz (17.6 kB view hashes)

Uploaded Source

Built Distribution

vssource-0.9.3-py3-none-any.whl (21.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page