VideoDelete

VideoDelete[video,t]

deletes the first t seconds of video.

VideoDelete[video,-t]

deletes the last t seconds of video.

VideoDelete[video,{t1,t2}]

deletes from time t1 to time t2, returning the remaining video as a single Video object.

VideoDelete[video,{{t11,t12},}]

deletes multiple time intervals.

Details and Options

Examples

open allclose all

Basic Examples  (1)

Delete black frames of a video:

Scope  (5)

Remove the first 10 seconds of a video:

Remove the last 10 seconds of a video:

Remove from second 5 to second 10:

Remove specific number of frames from the beginning of a video:

Remove multiple sections of a video:

Options  (2)

AudioEncoding  (1)

Specify an audio encoding to use:

Specify the audio encoding:

CompressionLevel  (1)

Specify a compression level to use:

Applications  (1)

Delete sections of a video containing only background noise:

Properties & Relations  (3)

If the requested time is beyond the duration of the video, only the available data is returned:

Properties of the original video object are typically preserved:

Remove a section of a video using VideoDelete:

Remove a complementary section of a video using VideoTrim:

Possible Issues  (1)

All video data cannot be removed:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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