POV-Ray : Newsgroups : povray.animations : PNG to AVI with MonkeyJam : Re: PNG to AVI with MonkeyJam Server Time
5 May 2024 18:40:15 EDT (-0400)
  Re: PNG to AVI with MonkeyJam  
From: scott
Date: 28 Feb 2008 06:43:29
Message: <47c69e61@news.povray.org>
> 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 2003-2023 Persistence of Vision Raytracer Pty. Ltd.