-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Feature Request: davs2-10bit #450
Comments
Are you sure FFmpeg actually supports that? |
How to view ffmpeg configure log in |
Seem to be possible. https://github.com/xatabhk/FFmpeg-avs2-avs3
Yeah.
Yeah. The original davs2 ONLY supports 8bit videos, and does not support 10bit formats commonly used in 4K HDR videos. I'm not sure if the code here can be used normally, and more tests are required. |
That is a fork of FFmpeg, so adding that library here would not do any good, since I only build original upstream FFmpeg. Also, the only difference of that fork seems to be the addition of a libuavs3e based encoder? |
Hope to add AVS2-10bit support |
Again, I won't patch FFmpeg here. |
Refer to my fork and https://github.com/xatabhk/FFmpeg-avs2-avs3 |
You are offering nonfree builds for download, that is a direct violation of the GPL. Besides, the only apparent difference is you re-enabling vvenc, and said nonfree builds? And again, I won't carry third party FFmpeg patches here. Get them upstreamed, and I can take a look at the necessary libraries here. |
https://github.com/aliofwind/davs2-10bit
I tried to integrate it in my fork but failed. I'm not sure if this is related to the upstream.
The text was updated successfully, but these errors were encountered: