Lossless gif2avif #2693
-
The webp project has a Is there a similar tool or script for avif to convert a gif losslessly? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is none right now. Going through ffmpeg like in https://www.reddit.com/r/AV1/comments/1f2f7ou/animated_gif_to_visually_lossless_avifav1_command/ is probably uour best bet. Then again, AVIF is not competitive for pure lossless compared to WebP (but is for lossy animations) so you might want to try dumping your images to PNG and create an animation from there (that will lose the frame durations, but it will give your compression results). |
Beta Was this translation helpful? Give feedback.
-
Tracking issue: #468 |
Beta Was this translation helpful? Give feedback.
There is none right now. Going through ffmpeg like in https://www.reddit.com/r/AV1/comments/1f2f7ou/animated_gif_to_visually_lossless_avifav1_command/ is probably uour best bet. Then again, AVIF is not competitive for pure lossless compared to WebP (but is for lossy animations) so you might want to try dumping your images to PNG and create an animation from there (that will lose the frame durations, but it will give your compression results).