My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add one-liner to ffmpeg cheat

This adds a way to convert a gif to an animated avif!

+4
+4
images/ffmpeg.cheat
··· 1 + % ffmpeg 2 + 3 + # Convert a .gif into an animated .avif 4 + ffmpeg -i "<file_name>.gif" -strict -1 -f yuv4mpegpipe -pix_fmt yuva444p - | avifenc --stdin "<file_name>-c.avif"