Re: creating animated gifs -> making MPEG movies

2000-05-31 Thread Marc Lehmann

On Tue, May 30, 2000 at 09:10:16AM +0100, Simon Wood <[EMAIL PROTECTED]> wrote:
> I've no experience with 'convert' and it's 'mpg' features, but I have
> successfully used the 'mpeg2encode' to animate small movies.

Just FYI, ImageMagick simply does this

encoding:
mpg=>
mpeg2decode -q -b %i -f -r -o3 %o%%05d
/usr/app/bin/convert -concatenate %o*.ppm %o

yuv<=mpg
mpeg2encode %u %o
/usr/app/bin/convert -concatenate %i*.yuv %u

So using mpeg2encode gives you the same or more options.

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



RE: creating animated gifs -> making MPEG movies

2000-05-30 Thread Simon Wood

I've no experience with 'convert' and it's 'mpg' features, but I have
successfully used the 'mpeg2encode' to animate small movies.

I've put an example of some stuff I did a while ago at
http://www.mungewell.uklinux.net/spotlite.mpg (508KBytes) the individual
frames were made with Povray, but could be any source

Hope this helps
Simon Wood