Post by Phil Harperi don't recall being able to produce animations in
CinePaint/FilmGIMP(which isn't a GNU program with a GIMP feel, but a
primative GIMP release with high colour depth support) it saves out to
some strange formats, but none were videos last time i looked, may
have changed by now though...
it's used in holywood for work on massively high-res frames of film,
not to generate MPEG videos.
indeed both GIMP 1.2 and 1.3 can export to animated GIF(256c limit
though), and possibly MNG(but i haven't tracked down a plug-in).
They also (if you have loaded a file with name something_0001.[type])
have a video item on the <IMAGE> toolbar (right click on the image)
which can invoke mpeg_encode or mpeg2encode. mpeg2encode suffices
(you will then also have the option to create mpeg1). You would first
have to convert the images to ppm format (images [something]_0001.[type]
[something]_0002.[type], etc.: use the Frames_Convert option and give
the extension ppm) then the VIDEO|ENCODE to mpeg2 will - not encode.
It will create a parameter file for encoding the files and a tiny
script you can run (it will optionally run it, but sometimes it
could not find it). All it does is run:
mpeg2encode paramter_file movie_name
(I have had problems playing an mpeg2 encoded file created from
ppm images on mplayer .90rc5 - it plays ok, but cannot stop! The
last frame locks up mplayer - it is not the format for if I use
"mplayer -frames 20 [movie.name]" so it does not reach the last
frame, it still locks up when it tries to stop.
I haven't had problems when using mplayer to play a sequence
of jpegs while sending the output to stream.yuv, a named pipe,
and "cat"ting that into yuvscaler and them mpeg2encode for SVCD
format (size, fps, etc.))
So ... mpeg2encode, but it may take some time to work out the
command line switches or parameter file format for encoding.
You can use GIMP to create that parameter file.
Post by Phil HarperMEncoder can produce MJPEG from static frames in sequence, so may be
your best bet, nice documentation here
http://mp.dev.hu/DOCS/encoding.html
It can encode them into may different formats.