Closed ProtagNeptune closed 4 months ago
Does libwebp_anim
also work with static images? For example JPG or PNG to WEBP?
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 32.63%. Comparing base (
3fb1769
) to head (bbbe81f
).
Does
libwebp_anim
also work with static images? For example JPG or PNG to WEBP?
Yep.
Indeed, it's confirmed in their mailing list: https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2023-August/313001.html
LGTM! 😄
Note that the medium-term solution will be to allow users to provide their own CLI arguments for ffmpeg in the conversion options 👍
Note that the medium-term solution will be to allow users to provide their own CLI arguments for ffmpeg in the conversion options 👍
There's still no way to separate animated images from static images for conversion purposes thou. This is still needed: https://github.com/Bionus/imgbrd-grabber/issues/3117
libwebp_anim
is the encoder for Animated WEBP.-pix_fmt yuva420p
is to have image transparency in WEBP.