Search found 2 matches

by ebe
2012-04-06T03:08:57-07:00
Forum: Bugs
Topic: poor quality .mpeg from a high quality .png
Replies: 2
Views: 6803

Re: poor quality .mpeg from a high quality .png

I solved my problem by doing .mpeg from only 5 .png (I have 200 .png)
Then I concatenate all the .mpeg (40 .mpeg files) files :
cat film*.mpeg > film_inter.mpeg
Then, to avoid "a breakdown in the sync between video and sound" (http://www.arsgeek.com/2006/08/07/how-to-join-multiple-avi-or-mpg-files ...
by ebe
2012-04-05T09:28:28-07:00
Forum: Bugs
Topic: poor quality .mpeg from a high quality .png
Replies: 2
Views: 6803

poor quality .mpeg from a high quality .png

Hello,

I am trying to convert .png pictures on .mpeg movie. I succeed doing that, the film begin in high quality only for a time corresponding to the first 10 pictures :( .
Then the quality become very poor.
The command line I've done :
convert -adjoin -quality 100 imageFs_Vz_2_0??.png -quality ...