POV-Ray : Newsgroups : povray.animations : PNG to AVI with MonkeyJam : Re: PNG to AVI with MonkeyJam Server Time: 24 Jul 2008 08:51:43 GMT
  Re: PNG to AVI with MonkeyJam  
From: scott
Date: 28 Feb 2008 11:43:29
> I've been looking around for a simple, free PNG to AVI (xvid) converter 
> for
> Windows for a long time, without much luck.

Just another small recommendation I thought I'd share, I use AVIsynth to 
create an uncompressed AVI stream from PNGs.

For example, just make an avisynth script called PNG.avs (or whatever) that 
contains:

video = ImageSource("frame%03d.png", start=1, end=600, fps=25,pixel_type = 
"rgb24")
return video

Then, you can just use some normal encoder (most accept .avs avisynth files 
as input) to create your compressed video.  I use Xvid4PSP because it can 
create the 1080p h264 files that play on the PS3.  Works a treat and allows 
a lot of flexibility.


Post a reply to this message

Copyright 1991-2004 POV-Team™