is an option to specify the number of frames per second.
FrameRate
is an option to specify the number of frames per second.
Details
- FrameRate can be used when acquiring image frames from connected devices, or when importing from or exporting to video file formats.
- By default, different functions such as AnimationVideo, ImageCapture and others choose an automatic frame rate value.
Examples
Basic Examples (1)
By default, an automatic frame rate is used:
AnimationVideo[Plot[Sin[t x], {x, 0, 10}], {t, 0, 15}];
Information[%, "FrameRate"]Specify the frame rate when generating a video:
AnimationVideo[Plot[Sin[t x], {x, 0, 10}], {t, 0, 15}, FrameRate -> 5];
Information[%, "FrameRate"]Use a quantity to specify the frame rate:
AnimationVideo[Plot[Sin[t x], {x, 0, 10}], {t, 0, 15}, FrameRate -> Quantity[10, "Frames"/"Seconds"]];
Information[%, "FrameRate"]History
Text
Wolfram Research (2017), FrameRate, Wolfram Language function, https://reference.wolfram.com/language/ref/FrameRate.html.
CMS
Wolfram Language. 2017. "FrameRate." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FrameRate.html.
APA
Wolfram Language. (2017). FrameRate. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FrameRate.html
BibTeX
@misc{reference.wolfram_2026_framerate, author="Wolfram Research", title="{FrameRate}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/FrameRate.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_framerate, organization={Wolfram Research}, title={FrameRate}, year={2017}, url={https://reference.wolfram.com/language/ref/FrameRate.html}, note=[Accessed: 12-June-2026]}