Josh Holmer
Josh Holmer
I second the above suggestion, I'd rather have less surprising behavior for the end user if possible. If it's possible to update this PR to make that change, it would...
I think the code looks fine, but I don't normally use the VMAF features to know more about how useful this is. Thoughts @redzic @master-of-zen ?
This is a little confusing. Matches are supposed to be exhaustive, so `1..` should be catching everything 1 and greater. What bug is occurring here? This should be a compile-time...
I see, however, I don't understand why this fixes the issue. As I mentioned, `1..` and `_` should be equivalent here. If they're not, then that's a very unexpected behavior...
Thanks, I need to look through more in detail but a lot of this looks like an improvement.
Or just nobody saw this by mistake. A polite reminder to look at this would have been fine. This is most likely because of the decoder having issues with the...
You don't have to worry about HDR specifications in the lossless intermediary, as long as they get copied over to the final encode one way or another. You can even...
Not likely, unfortunately this seems to be a sourcing issue. When the source filters attempt to seek to the starting point of a chunk in the input, certain sources can...
Looks like clap 4.5 is wanting rustc 1.74. Didn't we talk about potentially bumping the rustc version in another PR? That may have been on another repo though, so I...
Oh, I can't read apparently. Somehow I thought it was 2022. Well, let me see if I can adjust this thing to exclude clap 4.5 for now.