Animated images converted to WEBP are not looping.
Opened this issue · 4 comments
ProtagNeptune commented
ProtagNeptune commented
I did some tests with the two commands.
Animated GIF
1st command is working fine, and the animation loops indefinitely.
2nd command is working fine, and the animation loops indefinitely.
Transparent Animated PNG
1st command is working fine, and the animation loops indefinitely.
2nd command duplicates frames, and the animation loops indefinitely.
ProtagNeptune commented
I tried with a Transparent Animated GIF
1st command is working fine, and the animation loops indefinitely.
2nd command duplicates frames, and the animation loops indefinitely.
ProtagNeptune commented
I tested another command with Transparent Animated PNG that's working fine, and the animation loops indefinitely.
ffmpeg -i input.png -c:v libwebp_anim -loop 0 -pix_fmt yuva420p output.webp
ProtagNeptune commented
This would be a possible fix: #3214 (comment)