- Registrado
- 28 de Sep, 2023
Sigue el video de abajo para ver cómo instalar nuestro sitio como una aplicación web en tu pantalla de inicio.
Nota: Esta función puede no estar disponible en algunos navegadores.

For the normal people who don't understand ffmpeg wizardry, I'd also recommend ezgif which has animated WebP support and converters for whatever video format you use.I found this solution to creating an animated WEBP from MP4 video using FFMPEG.
Ver archivo adjunto 6605192
Source:
Converting part of an MP4 video to an animated WEBP. In this example the start point is 44 seconds for a duration of 4 seconds, frames per second is 15, width is 300, quality level is 50 and loop set to 0 (infinite).
ffmpeg -ss 44 -t 4 -i input.mp4 -vf "fps=15,scale=300:-1:flags=lanczos" -vcodec libwebp -lossless 0 -compression_level 6 -q:v 50 -loop 0 -preset picture -an -vsync 0 output.webp
Ver archivo adjunto 6605260

should already work@Null will there be a possibility of using WebP for avatars?
Penis.What does the P stand for?
PniggerWhat does the P stand for?