Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Amber :neocat_flag_nb: (kemona_halftau) :niko:@kemona_halftau@sharkey.skydevs.me (2026-07-22 04:29:50)
how does one convert a webp into an apng?
ffmpeg doesnt recognize animated webp files
Reply

---Replies---
Amber :neocat_flag_nb: (kemona_halftau) :niko:@kemona_halftau@sharkey.skydevs.me (2026-07-22 04:49:17)
imagemagick (convert-im6.q16(1)) seems to be scaling each frame to fit the entire image, which is a problem because this particular webp has a lot of transparent areas in each frame which i need to preserve

how do i get it to Not do that