-
Notifications
You must be signed in to change notification settings - Fork 617
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] Option to automatically convert webp files #398
Comments
What format should it convert too ? |
PNG would be the best option with the least loss in quality and it also supports the transparent that's used in Telegram stickers for example but JPG would be nice as well, to save some space. |
Any news to this? It would also help reducing the storage requirement of the media server, since stickers could then (in PNG form) directly uploaded to networks like Discord. |
No, not yet. But this feature request may resolve it self as all the major browsers are going to support it (https://www.cnet.com/news/firefox-to-support-googles-webp-image-format-for-a-faster-web/) and discord probably will support it too. |
Browser support will get better yes but this is not really a solution to this problem. |
When enabled matterbridge will convert .webp files to .png files before uploading them to the mediaserver of the other bridges. Fixes #398
When enabled matterbridge will convert .webp files to .png files before uploading them to the mediaserver of the other bridges. Fixes #398
It has been added in a PR, could you test https://bintray.com/42wim/nightly/Matterbridge/v1.14.0-rc1-7-gd44d2a5#files ? and give feedback? |
* Add MediaConvertWebPToPNG option (telegram). When enabled matterbridge will convert .webp files to .png files before uploading them to the mediaserver of the other bridges. Fixes #398
* Add MediaConvertWebPToPNG option (telegram). When enabled matterbridge will convert .webp files to .png files before uploading them to the mediaserver of the other bridges. Fixes 42wim#398
Would be nice to have a option to automatically convert webp (common on Telegram) files to more common file formats before uploading them to the mediaserver/other bridged networks (like Discord). Because its nice to be able to see stuff like stickers on networks like IRC but youre then presented with a webp file, which is still a really uncommon file format + Discord for example usually wants to block them.
The text was updated successfully, but these errors were encountered: