sapphic-navi-cheats/images/ffmpeg.cheat
Lily Hannah 5ac90e459c
Add one-liner to ffmpeg cheat
This adds a way to convert a gif to an animated avif!
2025-04-26 03:06:16 -04:00

4 lines
164 B
Text

% ffmpeg
# Convert a .gif into an animated .avif
ffmpeg -i "<file_name>.gif" -strict -1 -f yuv4mpegpipe -pix_fmt yuva444p - | avifenc --stdin "<file_name>-c.avif"