[MEncoder-users] png to avi problem

D Richard Felker III dalias at aerifal.cx
Thu Mar 17 21:45:56 CET 2005


On Thu, Mar 17, 2005 at 08:02:17PM +0100, javier garcia wrote:
> > The size of your files is invalid. At the very least width and height
> > need to be even numbers, and encoding efficiency will be maximized if
> > they're both multiples of 16. If you don't want to regenerate your
> > files at a different size, you can have mencoder scale them by adding
> > something like:
> >
> > -vf scale=416:640
> >
> > to the command line.
> >
> > Rich
> >
> > P.S. Please don't top-post on mailing lists.
> >
> > _______________________________________________
> > MEncoder-users mailing list
> > MEncoder-users at mplayerhq.hu
> > http://mplayerhq.hu/mailman/listinfo/mencoder-users
> 
> Rich, thanks for your answers, the problem doesn't solves, perhaps I'm doing 
> something wrong.
> 
> I send you the answer I obtain, just in case you think it is easy to solve it. 
> If not, anyway, thanks a lot for your help.

Try adding -mf width and height options to tell mencoder the image
size. Also you might want to try just 'playing' the png files with
mplayer mf://*.png and see if that works..

Rich




More information about the MEncoder-users mailing list