ImageMagick horrible quality?
Posted: 2011-09-15T11:00:53-07:00
Hi, New here...
I've been working with Imagemagick for only a few days now and technically i can get it to do what i need it to...
Convert an image sequence into a .mov movie format. It is outputting the correct format, This is the code im using:
convert *.tga -quality 100 c:\destination\test.mpeg
Since i will be getting a lot of images into that source directory i wrote a batch file and duplicated that aboe line several diffrent times, each line replacing the *.tga with other formats. Seems to work just fine, if it gets to a line with a format that is not found it just moves to the next line until it finds a corresponding image sequence with the correct format.
My problem, is that once the .mov file is created, it looks horrible! I mean, bad pixelation, streaking while its being played. etc etc... It reminds me of a monitor refresh rate problem. (But sure its not my monitor.) Tested several diffrent movies on several diffrent monitors, all look the same. I've tried playing with the -quality flag; set to 100, the -delay flag, the compress flag, its all outputing the same way. Anybody run into this before and know a fix? Maybe a flag im missing?
Thanks,
Mike
I've been working with Imagemagick for only a few days now and technically i can get it to do what i need it to...
Convert an image sequence into a .mov movie format. It is outputting the correct format, This is the code im using:
convert *.tga -quality 100 c:\destination\test.mpeg
Since i will be getting a lot of images into that source directory i wrote a batch file and duplicated that aboe line several diffrent times, each line replacing the *.tga with other formats. Seems to work just fine, if it gets to a line with a format that is not found it just moves to the next line until it finds a corresponding image sequence with the correct format.
My problem, is that once the .mov file is created, it looks horrible! I mean, bad pixelation, streaking while its being played. etc etc... It reminds me of a monitor refresh rate problem. (But sure its not my monitor.) Tested several diffrent movies on several diffrent monitors, all look the same. I've tried playing with the -quality flag; set to 100, the -delay flag, the compress flag, its all outputing the same way. Anybody run into this before and know a fix? Maybe a flag im missing?
Thanks,
Mike