[MEncoder-users] Re: x264 lossless, or is it?

Aleksandar Uzelac uzi at galeb.etf.bg.ac.yu
Wed Dec 7 07:25:12 CET 2005


Wednesday, December 7, 2005, 6:37:13 AM, Milan Cutka wrote:
 
> > mencoder "mf://*.png" -mf fps=0.25:type=png \
> > -ffourcc MPNG -ovc copy -nosound -o result.avi

> However, to make file playable I had to
> add "w=320:h=240" (resolution of my input images) to -mf options,
> because without these options mencoder stored zero resolution in video
> info header.

  so, to make MPNG movies from mencoder use

mencoder "mf://*.png" -mf fps=0.25:type=png:w=720:h=576 \
-ffourcc MPNG -ovc copy -nosound -o result.avi

  where 720x576 is size of input PNG files.

  tnx goes to milan.




More information about the MEncoder-users mailing list