Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

OverlayVideo

OverlayVideo[background,o]

gives the result of overlaying o onto a background video or image background.

OverlayVideo[background,{o1,o2,…}]

gives the result of overlaying o1, o2, ….

OverlayVideo[background,{interval1o1,…}]

overlays each oi during the time interval intervali.

Details and Options

Examples

open allclose all

Basic Examples  (2)

Overlay an image onto a video:

Overlay a video on another video:

Overlay the videos and display the result:

Scope  (8)

Basic Uses  (2)

Overlay a video on top of an Image:

Overlay two images on top of a video:

Time Specification  (1)

Specify the time interval at which an overlay will be displayed:

Position Specification  (5)

By default, the overlay is placed at the bottom-right corner of the background:

Specify a position for the center of the overlay:

Specify a named position for the center of the overlay:

Specify which point of the overlay aligns with the specified background position:

Specify a scaled position for the center of the overlay:

Applications  (1)

Add a logo as a watermark on every frame of a video:

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

Text

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

CMS

Wolfram Language. 2021. "OverlayVideo." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2023. https://reference.wolfram.com/language/ref/OverlayVideo.html.

APA

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

BibTeX

@misc{reference.wolfram_2024_overlayvideo, author="Wolfram Research", title="{OverlayVideo}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/OverlayVideo.html}", note=[Accessed: 18-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_overlayvideo, organization={Wolfram Research}, title={OverlayVideo}, year={2023}, url={https://reference.wolfram.com/language/ref/OverlayVideo.html}, note=[Accessed: 18-May-2024 ]}

Top