AnimationVideo

AnimationVideo[fexpr,{u,umin,umax}]

generates a video of fexpr in which u varies from umin to umax.

AnimationVideo[fexpr,{u,umin,umax,du}]

takes u to vary in steps du.

AnimationVideo[fexpr,{u,{u1,u2,}}]

makes u take on values u1, u2, .

Details and Options

Examples

open allclose all

Basic Examples  (2)

Generate a video of a varying plot:

Generate video from rotating 3D graphics:

Scope  (3)

Generate a video by rasterizing the current value of the iterator:

Specify the start, end and step values for the iterator:

Specify a list of specific values for the iterator:

Options  (4)

DefaultDuration  (2)

The default duration of a generated video is 5 seconds:

Specify a different duration:

If both a step specification and a frame rate are specified, the DefaultDuration option is ignored:

FrameRate  (2)

If a step is specified, the frame rate will be computed from the number of generated frames and the requested duration:

If no step is specified, the generated video will have a frame rate of 30 frames/second:

Specify a different frame rate:

Applications  (7)

Basic Applications  (3)

Generate a video with frames of evolving hue:

Create a video from a rotating image:

Zoom out from your current location:

Animation by Interpolation  (1)

Generate trajectories of a thousand marbles and visualize them bouncing in a box.

Define the trajectory equations and additional variables:

Compute the trajectories:

Create a video of the motion trajectories:

Animation by Evolution  (2)

Generate an evolving cellular automaton:

Make a spherical cow:

Compute the equivalent spherical radius:

Displace the points to the boundary of the sphere:

Generate the video:

Animation over Time  (1)

Stand and watch the night sky change:

Wolfram Research (2021), AnimationVideo, Wolfram Language function, https://reference.wolfram.com/language/ref/AnimationVideo.html.

Text

Wolfram Research (2021), AnimationVideo, Wolfram Language function, https://reference.wolfram.com/language/ref/AnimationVideo.html.

CMS

Wolfram Language. 2021. "AnimationVideo." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AnimationVideo.html.

APA

Wolfram Language. (2021). AnimationVideo. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AnimationVideo.html

BibTeX

@misc{reference.wolfram_2024_animationvideo, author="Wolfram Research", title="{AnimationVideo}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/AnimationVideo.html}", note=[Accessed: 25-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_animationvideo, organization={Wolfram Research}, title={AnimationVideo}, year={2021}, url={https://reference.wolfram.com/language/ref/AnimationVideo.html}, note=[Accessed: 25-April-2024 ]}