paulpacifico / shutter-encoder

A professional video compression tool accessible to all, mostly based on FFmpeg.
https://www.shutterencoder.com
GNU General Public License v3.0
1.06k stars 60 forks source link

[Feature] Option for Function [Image] -> [.webp] (and maybe [.gif]): Set Loop count / endless loop #160

Open tyron82MMD opened 1 year ago

tyron82MMD commented 1 year ago

First of all, thank you very much for creating and maintaining Shutter Encoder.
It has been very usefull to me, mostly for compressing videos and creating gifs :)

Currently, I wanted to try using more .webp files instead of .gifs.
Creating animated .webp files from .mp4/.avi videos works well, but I noticed that the .webp files never loop.

It would be nice if there was a setting in the top right under Image Scale/Quality to set the loop count for .webm files. Maybe for .gif as well, since the loop can be set there as well? Image .webp

I'm not sure how hard it is to implement, I only know there is an option for loop in img2webp. I think ffmpeg libwebp(_anim) had a setting for loop as well, but I can't find it in the docs anymore, only in some forums.

Looking forward to hearing from you ^^

paulpacifico commented 1 year ago

Thanks for your feedback, I think it's better suited to set loop metadata by default. So it will be working for the next release (v17.7).

Paul.

tyron82MMD commented 1 year ago

Thank you for the quick response and your hard work! Looking forward to the next release :D