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
libde265
This would help with artifacts caused by subsampling: #4397 (comment)
libde265 supports the following formats: https://github.com/strukturag/libde265/blob/01bb88b7a518bedec28b9c9229ee7ee83d436832/libde265/de265.h#L316-L321
enum de265_image_format { de265_image_format_mono8 = 1, de265_image_format_YUV420P8 = 2, de265_image_format_YUV422P8 = 3, de265_image_format_YUV444P8 = 4 };
Decoder API Tutorial
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This would help with artifacts caused by subsampling: #4397 (comment)
libde265
supports the following formats:https://github.com/strukturag/libde265/blob/01bb88b7a518bedec28b9c9229ee7ee83d436832/libde265/de265.h#L316-L321
Decoder API Tutorial
The text was updated successfully, but these errors were encountered: