[EMAIL PROTECTED] on wrote...
|
| I have images of a moving part I've made into an animated GIF using
| "convert -dispose 2 @StaticImages.txt -loop 0 Animation.gif." That
| worked quite well, except I wanted a slower animation, so I generated
| again with "convert -delay 20 -dispose 2 @StaticImages.txt -loop 0
| Animation.gif." The "-delay 20" option made a better animation and
| didn't make a larger Animation.gif file.
|
| However, I want the animation interactive, which I'm told isn't possible
| with a GIF. And if I understand correctly, the "dispose" and "loop" are
| GIF-only options. So I made an MPG animation using "convert
| @StaticImages.txt Animation.mpg." That was again too fast so I again
| successfully used "convert -delay 20 @StaticImages.txt Animation.mpg."
|
They are not the only options, but GIF is not interactive. unless the
specific driver for the GIF image makes it so.
Remember GIF is really just a file containing multiple images. When
Netscape added GIF animations, it classified that sequence as an
fixed animation. Other GIF players could use the images in a different
way, though only Window managers and GUI interfaces seem to do this to
allos two or more 'button press' type indications on there controls.
that is very specific an fixed usage.
For interactivity the only real option is shockwave or java program
interfaces.
| The problem is the "-delay 20" option makes for a considerably larger
| Animation.mpg file. I know little of the MPG format. Is there a way to
| slow the animation without increased file size? I'm open to other
| formats that are interactive.
|
I am not familier with the Mpeg video format, so I don't know much about
its use and operation. IM only have a minimul video handling as the
feild is too complex and changing to allow it to do so. better to use
other programs for video generation.
Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]>
-----------------------------------------------------------------------------
Alpha Release -- It doesn't work!
Beta Release -- It still doesn't work!
Version 1.0 -- I give up making it work!
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users