-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: support for mpls files #46
Comments
loading the content of a blu-ray like this:
really is annoying. So it would be really nice if mpls files could be used as input. |
I didn't really test it much, but maybe this will work for you: https://gist.github.com/4re/e04ebfb300de4e4b7501622afb1764a7 import vapoursynth as vs
import mpls
core = vs.get_core()
clip = mpls.source("rule6.mpls")
clip.set_output() |
Thanks! will test tomorrow (on the road atm.) and report back, still would be better to have such support native in LWLibavSource, instead of having another script. :) |
Would be nice if LWLibavSource would support .mpls files (Blu-ray Playlist files) an directly load and append the files in the playlist.
The text was updated successfully, but these errors were encountered: