Lordmau5 Beginner
- Member since September 3, 2024
- Last Activity:
May 31, 2025 at 9:47 PM
- Posts
- 7
- Reactions Received
- 1
- Points
- 41
- Profile Hits
- 97
Lordmau5 replied to the thread - Fixed
Rendering to WEBP with Loop set to 0 doesn't loop infinitely.
Yes, it works correctly now! Thank you for the quick fix! 😁
Lordmau5 reacted with
to Vouk’s post in the thread - Fixed
Rendering to WEBP with Loop set to 0 doesn't loop infinitely.
Lordmau5 posted the thread - Fixed
Rendering to WEBP with Loop set to 0 doesn't loop infinitely.
I wanted to render a small inifinitely looping animation into a WEBP but when setting "loop" to 0 it is not ending up looping infinitely.
I'm not sure if this is an ffmpeg bug and it'd need a new build or if something isn't being passed correctly.
Trying to convert an e.g. WEBM to an animated WEBP via. the command line in ffmpeg it works fine
Example arguments:
(Code, 1 line)
(Alternatively even
(Code, 1 line)
As an extra test I even tried using `LIBWEBP`instead of `LIBWEBP_ANIM` but the…