-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(server): wrong video rotation with QSV and RKMPP decoding #10905
Conversation
Thanks for the PR! You'll want to update the tests as well to include this flag. |
Should be added now, let me know if it's correct :) |
Running |
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.
Looks great!
@apeman76 Can you help fix the test by running |
Done :) |
This should fix #10634 , #10498 and #9252. Could possibly also fix photos having the same issue if hardware recoding? i.e. #8355
nvenc already had the option, but QSV and RKMPP was missing it
from https://stackoverflow.com/a/69396105
Fixes #10634
Fixes #10498
Fixes #9252