💾 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

View Raw

More Information

➡️ Next capture (2023-01-29)

-=-=-=-=-=-=-

spellbook

Notes for things I find myself searching for over and over.

ffmpeg

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

imagemagick

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:

index and recent changes

directory of all pages

Web Links:

tkacz.pro