-
Strange blurring/loss of hard edges
I’m trying to merge a bunch of still images into a video using ffmpeg. The process has been fine and very fast (which is why I’d like to use ffmpeg over Final Cut), but the source files are hard-edged graphics and the resulting videos have a lot of blurring and compression-looking issues.
Here’s my current command (I’ve experimented changing the bitrate with no difference noted):
ffmpeg -r 24 -i %04d.png test.movHere is the original image file:

… and here is the resulting video frame:

… and finally a detail of the weird compression issues:

Can any ffmpeg ninjas suggest some settings to try?