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.
bhamlin@lemmy.world 1 day ago
I’ve been a fan of
libsvtav1lately.WolfLink@sh.itjust.works 1 day ago
I ran a comparison between libsvtav1 and h264 and h265 and found that libsvtav kinda sucks
bhamlin@lemmy.world 4 hours ago
Might be what you’re encoding. So far pretty much everything I’ve done has been visually indistinguishable (to me and my wife). Most of the content I’ve been encoding is anime, however.