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

remove exceptions from FFV1 version 4? #275

Open
dericed opened this issue Jan 23, 2024 · 1 comment
Open

remove exceptions from FFV1 version 4? #275

dericed opened this issue Jan 23, 2024 · 1 comment

Comments

@dericed
Copy link
Contributor

dericed commented Jan 23, 2024

The ffv1 spec currently lists a few exceptions:

https://github.com/FFmpeg/FFV1/blob/master/ffv1.md#rgb-exception
https://github.com/FFmpeg/FFV1/blob/master/ffv1.md#exception

Should these be removed in ffv1 version 4?

@JeromeMartinez
Copy link
Contributor

In my opinion they should be removed in order to have a clean and less complex code managing theses parts.
If it leads to worse compression ratio, well, it may mean that we have a more global optimization to do somewhere (IIRC FFmpeg code has already some stuff in v4 for a global version of the RGB exception not yet in the spec draft).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants