Skip to content
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

Add support for passing variables to the vspipe python environment #858

Merged
merged 6 commits into from
Jul 6, 2024

Conversation

Vernoxvernax
Copy link
Contributor

This adds support to use the --arg key=value argument through av1an.

Usage:
av1an -i script.vpy --vspipe-args "source=video.mp4"
av1an -i script.vpy --vspipe-args "deinterlace=True" "source=video.mp4"

The Vec<String> containing the input is saved in the Vapoursynth variant/struct of Input.

Changes are welcome.
Completes #528 .

Copy link
Collaborator

@shssoichiro shssoichiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@shssoichiro shssoichiro merged commit 01c5781 into master-of-zen:master Jul 6, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants