VideoExtractFrames

VideoExtractFrames[video,t]

video 中提取时间 t 处的帧.

VideoExtractFrames[video,tspec]

提取指定时间 tspec 处的视频帧.

更多信息和选项

  • VideoExtractFrames 可用于从视频中提取帧. 可将帧用作缩略图或用在缩略图网格中,或检查某些时间点上的视频.
  • 时间规范 tspec 的可能设置包括:
  • t时间 t 处的一个帧
    {t1,t2,}时间 t1t2 处的一系列帧
    Interval[{t1,t2}]从时间 t1t2 的所有帧
    All所有帧
  • 时间 ti 可以采用以下任意形式:
  • t以秒给出的时间
    Quantity[t,"unit"]以与秒兼容的 "unit" 给出的时间
    Quantity[t,"Frames"]以帧数给出的时间
  • 可以指定以下选项:
  • MaxItems Infinity最多提取多少个帧

范例

打开所有单元关闭所有单元

基本范例  (1)

提取给定时间处的一个帧:

提取给定时间处的多个帧:

范围  (3)

从视频中提取一个帧:

提取 10 秒处的帧:

提取由时间量指定的时间处的帧:

提取由帧数指定的时间处的帧:

提取指定时间处的多个帧:

提取指定时间段内的所有帧:

从远程视频文件提取帧:

选项  (1)

MaxItems  (1)

默认情况下,返回所有要求的帧:

限制最多返回多少帧:

应用  (4)

每 10 秒提取一个视频帧:

生成具有多个视频轨道的 Video 对象:

从第一个视频轨道中提取图像列表:

从第二个视频轨道中提取图像列表:

根据视频创建缩略图网格:

从视频中提取单个帧作为背景,以显示一些计算结果:

属性和关系  (1)

Import 从视频文件中提取帧:

与从 Video 对象提取帧等效:

Wolfram Research (2020),VideoExtractFrames,Wolfram 语言函数,https://reference.wolfram.com/language/ref/VideoExtractFrames.html.

文本

Wolfram Research (2020),VideoExtractFrames,Wolfram 语言函数,https://reference.wolfram.com/language/ref/VideoExtractFrames.html.

CMS

Wolfram 语言. 2020. "VideoExtractFrames." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/VideoExtractFrames.html.

APA

Wolfram 语言. (2020). VideoExtractFrames. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/VideoExtractFrames.html 年

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_videoextractframes, organization={Wolfram Research}, title={VideoExtractFrames}, year={2020}, url={https://reference.wolfram.com/language/ref/VideoExtractFrames.html}, note=[Accessed: 18-November-2024 ]}