-
Notifications
You must be signed in to change notification settings - Fork 179
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
Improve Transcode Quality #2848
Conversation
net/lp_rpc.proto
Outdated
@@ -301,6 +301,7 @@ message VideoProfile { | |||
CHROMA_444 = 2; | |||
} | |||
ChromaSubsampling chromaFormat = 27; | |||
uint32 crf = 28; |
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.
Is this the default? I'd suggest setting this lower since it translates to a pretty high CQ.
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.
OK i see now after reading your comment in the other PR. But should this be 27 like the other PR?
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.
This is not a value, just the field number in the probuf. So, in short, in just needs to be the next number after the line above.
@emranemran as discussed, I renamed |
Codecov Report
@@ Coverage Diff @@
## master #2848 +/- ##
===================================================
+ Coverage 56.48625% 56.50637% +0.02012%
===================================================
Files 88 88
Lines 19233 19235 +2
===================================================
+ Hits 10864 10869 +5
+ Misses 7770 7767 -3
Partials 599 599
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Related to livepeer/lpms#371