POV-Ray : Newsgroups : povray.animations : GIMP-GAP creating big mpegs, crashing. : Re: GIMP-GAP creating big mpegs, crashing. Server Time
1 Jun 2024 09:30:19 EDT (-0400)
  Re: GIMP-GAP creating big mpegs, crashing.  
From: Jaap
Date: 9 Dec 2005 16:20:01
Message: <web.4399f4d7e0eced8ea8399d8d0@news.povray.org>
(note i never used GIMP-GAP)
it probably stores the video as a sequenc of seperate images becouse that
makes editing a 1000 times simpler. It alse means there is no
frame-to-frame compression so the resulting animation is just as big as the
input images, unless you set it to a lower quality.

these days I juse a simple linux command:

ffmpeg -hq -b 1000 -i "filename%3d.png" -y "filename.mpg"
(high quality, 1000 kbit/s)


Post a reply to this message

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