Lordmau5 Anfänger
- Mitglied seit 3. September 2024
- Letzte Aktivität:
31. Mai 2025 um 21:47
- Beiträge
- 7
- Erhaltene Reaktionen
- 1
- Punkte
- 41
- Profil-Aufrufe
- 99
Lordmau5 hat eine Antwort im Thema - Behoben
Rendering to WEBP with Loop set to 0 doesn't loop infinitely verfasst.
Yes, it works correctly now! Thank you for the quick fix! 😁
Lordmau5 hat mit
auf den Beitrag von Vouk im Thema - Behoben
Rendering to WEBP with Loop set to 0 doesn't loop infinitely reagiert.
Lordmau5 hat das Thema - Behoben
Rendering to WEBP with Loop set to 0 doesn't loop infinitely gestartet.
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:
(Quelltext, 1 Zeile)
(Alternatively even
(Quelltext, 1 Zeile)
As an extra test I even tried using `LIBWEBP`instead of…