POV-Ray : Newsgroups : povray.animations : lame png -> avi : Re: lame png -> avi Server Time
18 Jun 2024 09:28:12 EDT (-0400)
  Re: lame png -> avi  
From: Mike C
Date: 16 Aug 2005 13:55:00
Message: <web.430227e8f0f9442544365ed70@news.povray.org>
"Rafal 'Raf256' Maj" <spa### [at] raf256com> wrote:
> Hi,
> how can I compress *.png / *.tga output into *.avi in XVid/DivX/Mpeg-1,2,4
> codecs, and set up quality (and kb/s, and use 2-pass encoding)?
>
> Can this be done in MPlayer (how?)

Read the MPlayer/MEncoder man page.
mencoder "mf://*.png" -mf fps=30:type=png -o output.avi -ovc lavc -lavcopts
vcodec=msmpeg4

Feel free to change "*.png" to "name???.png" and "output.avi" to whatever
you want.

Feelfree to change msmpeg4 to whatever you want that is supported; see "lavc
(-lavcopts)" under the man page of mplayer.

Man page can be accessed via "man mplayer" or online on a mirror that isn't
the main one (which is currently offline).


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.