Comment on me btw
WolfLink@sh.itjust.works 3 weeks 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 3 weeks ago
I’ve been a fan of
libsvtav1lately.WolfLink@sh.itjust.works 3 weeks ago
I ran a comparison between libsvtav1 and h264 and h265 and found that libsvtav kinda sucks
bhamlin@lemmy.world 2 weeks 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.
WolfLink@sh.itjust.works 2 weeks ago
I should try it on anime. I was using it on phone videos.