ScrollVideo[in]
generates a video by scrolling though the input in vertically.
ScrollVideo[nb]
generates a video by scrolling though the notebook nb vertically.
ScrollVideo[...,ar]
generates a video with the aspect ratio ar.
ScrollVideo
ScrollVideo[in]
generates a video by scrolling though the input in vertically.
ScrollVideo[nb]
generates a video by scrolling though the notebook nb vertically.
ScrollVideo[...,ar]
generates a video with the aspect ratio ar.
Details and Options
- Create videos by scrolling though an image or a notebook.
- The expression in can be an Image object or a NotebookObject.
- To generate frames in parallel, use Parallelize[ScrollVideo[…]].
- By default, ScrollVideo places the new video under the "Video" directory in $WolframDocumentsDirectory.
- The following options are supported:
-
BitRate Automatic approximate bit rate to use CompressionLevel Automatic compression level to use DefaultDuration 5. the default duration FrameRate Automatic the frame rate to use GeneratedAssetFormat Automatic the file format of the result GeneratedAssetLocation $GeneratedAssetLocation the location of the result OverwriteTarget False whether to overwrite an existing file RasterSize Automatic the raster size used to rasterize expressions VideoEncoding Automatic video encoding to use VideoTransparency False whether the output video should have a transparency channel
Examples
open all close allBasic Examples (1)
Scope (2)
Generate a video by scrolling a notebook:
ScrollVideo[Import[FileNameJoin[{$InstallationDirectory, "Documentation", "English", "System", "ExampleData", "document.nb"}], "NotebookObject"]]Control the aspect ratio of the generated video:
ScrollVideo[Import[FileNameJoin[{$InstallationDirectory, "Documentation", "English", "System", "ExampleData", "document.nb"}], "NotebookObject"], 1 / 2]History
Text
Wolfram Research (2026), ScrollVideo, Wolfram Language function, https://reference.wolfram.com/language/ref/ScrollVideo.html.
CMS
Wolfram Language. 2026. "ScrollVideo." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ScrollVideo.html.
APA
Wolfram Language. (2026). ScrollVideo. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ScrollVideo.html
BibTeX
@misc{reference.wolfram_2026_scrollvideo, author="Wolfram Research", title="{ScrollVideo}", year="2026", howpublished="\url{https://reference.wolfram.com/language/ref/ScrollVideo.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_scrollvideo, organization={Wolfram Research}, title={ScrollVideo}, year={2026}, url={https://reference.wolfram.com/language/ref/ScrollVideo.html}, note=[Accessed: 12-June-2026]}