-
Notifications
You must be signed in to change notification settings - Fork 674
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 missing video declaration for runner #4636
Conversation
✅ Tests for the commit be98ee2 have passed. See details: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @vitalics!
Please note that the encodingOptions
parameter can take any ffmpeg options. Therefore, we should either define it as any
or find an up-to-date definition for ffmpeg options.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a call to .video
with some options to this file in order to cover your changes by our autotests?
❌ Tests for the commit 4084df0 have failed. See details: |
✅ Tests for the commit 6f6272f have passed. See details: |
✅ Tests for the commit 0dbdcc6 have passed. See details: |
add missing video declaration and interfaces for runner