I'm converting a set of images to avi, but the quality is very poor. How can I change the quality of a video?

This is my current command:

ffmpeg -i music.wav -f image2 -r 11 -i %%d.png video.avi

And you can see a still of the movie here, you can notice the bad quality:

enter image description here

link|improve this question
1  
Avi is just the container. You need to look at the codec options too. Which codec you use would depend on what kind of device you plan to play back the video on and how large you want the final file to be. – user859955 Dec 21 '11 at 3:11
avi and mpeg you can try for options of codecs. I did the same thing in one of my projects.. Another thing you can try is improve the fps. Even this will have effect on the final output.. – happy2Help May 3 at 10:20
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.