💾 Archived View for metasyn.pw › spellbook.gmi captured on 2022-01-08 at 13:39:23. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Notes for things I find myself searching for over and over.
ffmpeg -framerate 30 -i name%4d.webp -c:v libvpx-vp9 -pix_fmt yuva420p -lossless 1 out.webm
ffmpeg -i input.webm -vf reverse reverse.webm
> cat input.txt file 'one.webm' file 'two.webm' ffmpeg -f concat -i input.txt -c copy output.webm
convert INPUT_FILE -rotate "+90" OUTPUT_FILE
convert INPUT_FILE -resize 70% OUTPUT_FILE convert INPUT_FILE -resize 640x480 OUTPUT_FILE
use `mogrify` for processing multiple files at once generally
Gemini Links:
Web Links: