Comment on me btw

WolfLink@sh.itjust.works ⁨1⁩ ⁨day⁩ ago

Compress video to a broadly compatible format:

ffmpeg -i input -c:v libx264 -pix_fmt yuv420p -crf 25 -preset slow -c:a libfdk_aac -b:a 128k output.mp4

This incantation is what I end up needing 99% of the time I do something with ffmpeg.

source
Sort:hotnewtop