We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As noticed in https://forum.doom9.org/showthread.php?p=1985041#post1985041 ConvertToXX is showing an error message if frame property _ChromaLocation exists for a YUV411 clip.
ConvertToXX
_ChromaLocation
Resolution: _ChromaLocation frame property with values 0-"left" or 2-"topleft" could be accepted for 411 input. Anyway, this is how it is treated.
Note: ConvertToYV411 would still omit ChromaOutPlacement parameter, nor will set _ChromaLocation to 0-"left".
The text was updated successfully, but these errors were encountered:
Implement #350: ConvertToXX to accept specific _ChromaLocation values…
1444b5b
… for 4:1:1 sources
Done by accepting left-style _ChromaLocation values
Sorry, something went wrong.
No branches or pull requests
As noticed in https://forum.doom9.org/showthread.php?p=1985041#post1985041
ConvertToXX
is showing an error message if frame property_ChromaLocation
exists for a YUV411 clip.Resolution:
_ChromaLocation
frame property with values 0-"left" or 2-"topleft" could be accepted for 411 input.Anyway, this is how it is treated.
Note: ConvertToYV411 would still omit ChromaOutPlacement parameter, nor will set _ChromaLocation to 0-"left".
The text was updated successfully, but these errors were encountered: