-
Notifications
You must be signed in to change notification settings - Fork 76
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
ColorYUV(analyze=true) #256
Comments
Hi!, good observing. So when no information is given, the clip is assumed to be a full-range clip - ColorYUV speciality. If the _ColorRange property does not exist, it will be set to ColorYUV's default. One would argue that when no conversion happens (no gamma is applied on the video or gamma is zero), the _ColorRange would stay undefined? |
I never seen ColorYUV(analyze=true) to change the output in the period before the frame properties. I would expect the same behavior now too. |
True, will be fixed soon |
Thanks. |
Hopefully fixed in 7b30966 |
It's ok now. |
Hi, if there is no frame prop for the color range, coloryuv(analyze=true) is returning a clip with wrong levels and wrong color range property. If there is frame prop, coloryuv(analyze=true) is returning a clip with correct levels and frame prop for the color range. You can test with the above script.
The text was updated successfully, but these errors were encountered: