Jaded-Encoding-Thaumaturgy / vs-source

Source function utils
MIT License
8 stars 4 forks source link

Revamp dvd support #28

Closed jsaowji closed 11 months ago

jsaowji commented 1 year ago

Most stuff should work, but there are some arbitrary restrictions on some uncommon features. example: audio (lpcm,ac3) stereo only, title only one program chain. Mainly due to not having a lot/no samples.

I personally only use a small subset of the code commited, so some stuff isn't tested that much and most bugs will need to be ironed out when their found anyway, since there are many assumptions done that can't be checked due no access to spec. I also don't really know any tooling for cross checking audio delay stuff.

Setsugennoao commented 1 year ago

Thank you so much, I'll review this code asap.

Setsugennoao commented 11 months ago

Thank you again!