Questions on Mathematica's ability to create "moving pictures" from its graphical output, including exporting these animations to other formats.
10
votes
2answers
293 views
Animation: presenting events that persist in time
I have a list of events that occurred on specific moments in time. In the example below, the three events occurred at 23:09, 23:13 and 23:17. I was able to build an animation that flows from time ...
20
votes
1answer
692 views
Does Mathematica support variable frame rate for any video format, in analogue of GIF-style “DisplayDurations”?
The good old GIF animation format allows us to set the duration of each individual frame in the animation separately. This is especially useful if some frames in ...
6
votes
2answers
353 views
Exporting images as .avi
Here's a list of images:
images = Table[ExampleData[i], {i, ExampleData["TestImage"]}];
And according to the reference "Export exports a list of graphics, ...
1
vote
1answer
212 views
Exporting Animations under Duration constraints to view on an iPad
I would like to show some eye-movements datas as animation on an iPad.
That is to see the gazes as they occured as a function of time.
Ideally We would only see the Graphics objects, not the ...
15
votes
1answer
313 views
When importing GIF animation, how to find the correct list of “DisplayDurations”?
When importing GIF animations with variable frame durations, the settings for "DisplayDurations" are not recovered correctly. As an example, I'm using the movie from this earlier question:
Here I'm ...
6
votes
3answers
928 views
Animate ParametricPlot3D for two different parametric equations
I want to write a computer program to generate 3-D plots (with x-y-t axes) to demonstrate the evolution of the two missiles in the following case:
i. $x = 100t$, $y = 80t-16t^2$ for $0\leq t\leq 5$ ...
4
votes
1answer
624 views
Rotating 3DPlot into animated gif
I'm trying to make an animated gif of a 3D plot by rotating the plot in its middle, around a vertical axis.
I used the tricks gave by F'x and Heike in this thread autorotating 3D plot but I ...
27
votes
2answers
841 views
Animating a Voronoi Diagram
edit: Excellent answers have been provided and I made an animation which is suitable for my use, however, all the examples rely on bitmap/rasterized data; is there a vector based approach?
I would ...
18
votes
4answers
727 views
Morphing Graphics, color and location
I would like to make a small animation :
1-We start with a random distribution of gray points :
...
4
votes
1answer
197 views
What changes in Dynamic have occurred from Mathematica 7 to Mathematica 8 that might induce incompatibilities?
I have a function that outputs a Manipulate (say
FAnimated[params_]:= Manipulate[F[params,t], {Time, Animator[t]}]
where F ...
3
votes
1answer
174 views
Incorporating an additional graphics element when using Animate and ParametricPlot3D
I'm trying to animate some curves that wrap around a cylinder. OK so far:
...
5
votes
1answer
345 views
Create a “perspective animation”
Inspired by How can this confetti code be improved to include shadows and gravity?
I would like to create my new experiment/stimuli using Mathematica. The idea is to study how people move their eyes ...