You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: