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

Webp support for thumbnails #79

Open
vitormmatos opened this issue Aug 16, 2021 · 2 comments
Open

Webp support for thumbnails #79

vitormmatos opened this issue Aug 16, 2021 · 2 comments

Comments

@vitormmatos
Copy link

Webp is currently a more compact format than jpeg when on lossy compression, same with PNG and lossless compression:
https://github.com/webmproject/libwebp/

Is it possible and viable to implement it for usage on thumbnails with the ogg container, either video or audio?

@rillian
Copy link
Contributor

rillian commented Aug 16, 2021

In Ogg metadata is attached to specific compressed formats, not the overall container.

It should work to put image/web in a METADATA_BLOCK_PICTURE tag in an Opus file, also the reference encoder app only has specific support for png/jpeg/gif.

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

3 participants
@rillian @vitormmatos and others