Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
but the quality of the video is still noticeably worse than each individual image file.
Any ideas on how I can avoid all compression and retain the quality of the image files?
why do you need -density? it only affects printing of images!
the quality issue may be coming from the ffmpeg delegate library used to make the mpeg. have you tried using that delegate directly without IM? or checked to see what parameters it has for quality control?
I don't know how up to date that is, but it suggests adding M2V: to your output. But that may be from the old mpeg2encode library which I believe has been superceded by ffmpeg library. But can't hurt to try