On Thu, May 27, 2010 at 02:00:41PM +0300, Mehmet Kaplan wrote: > Hi all, i use the following command to create an avi video file from > png image sequence: > mencoder mf://images/temp/*.png -ovc lavc -mf type=png:fps=25 -o output.avi > > But this command doesn't work at all. > I get the following output, what can be the problem? Maybe try setting -ofps 25 -mc 0 -noskip and add -v to get some extra information.