We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
support partial
ffmpeg.input(X).scale(Y, -1).run(X=1, Y=2)
Originally posted by @lucemia in #164 (comment)
The text was updated successfully, but these errors were encountered:
fix #180, add Lazy Operator
9721124
Fix #180 partial eval (#346)
47166c1
* fix #180, add Lazy Operator * add test case * udpate test case * update snapshot * add partical * wip * wip * fix import path * fix * fix * update templ * update snapshot * docstrings * fix
lucemia
Successfully merging a pull request may close this issue.
ffmpeg.input(X).scale(Y, -1).run(X=1, Y=2)
Originally posted by @lucemia in #164 (comment)
The text was updated successfully, but these errors were encountered: