Skip to content
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

libde265 decoder with YUV444 support #4464

Open
totaam opened this issue Jan 8, 2025 · 0 comments
Open

libde265 decoder with YUV444 support #4464

totaam opened this issue Jan 8, 2025 · 0 comments
Labels
encoding enhancement New feature or request

Comments

@totaam
Copy link
Collaborator

totaam commented Jan 8, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
encoding enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant