-
Notifications
You must be signed in to change notification settings - Fork 387
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
Calling Save Images from Python Interface #88
Comments
This comment has been minimized.
This comment has been minimized.
Implemented global function |
After #129 is merged, work on this will resume, which also needs to write unit tests for the new global function. |
This resolves #88. TODO: Finish documentation, add unit tests.
This is now available in the v0.5.5 branch. It can be called via TODO:
|
This has been included in the v0.5.5 release. Documentation for the |
Description of Problem & Solution
I would like to be able to generate images for split scenes with the Python API, in the same way you can generate them with the CLI save-images command
Proposed Implementation:
The addition of an API method in the video-splitting module, ideally, or wherever else might be deemed appropriate.
The text was updated successfully, but these errors were encountered: