VideoFrameList

VideoFrameList[video,n]

给出从 video 中提取的 n 幅图像的列表.

VideoFrameList[video,spec]

给出根据 spec 提取的帧列表.

更多信息

  • VideoFrameList 可用于视频帧采样,用来作为视频的总结或检查视频.
  • 帧规范 spec 的可能设置包括:
  • nn 个均匀间隔的帧
    {"Uniform",n}n 个均匀间隔的帧
    {"Random",n}n 个随机选择的帧
    All所有帧(如果内存够用)
  • 如果 video 有多个视频轨道,则仅返回第一个轨道中的帧. 使用 Video[video,VideoTrackSelectionn]从第 n 个轨道中提取帧.

范例

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

基本范例  (1)

从视频中提取四个帧:

范围  (3)

从本地视频对象中提取帧:

明确要求从视频中均匀采样的帧:

提取一些随机的帧:

从远程视频文件中提取帧:

应用  (1)

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

属性和关系  (2)

VideoFrameList 将视频划分为 个相等的部分,提取每个部分中间的帧:

VideoExtractFrames 提取特定时间的帧:

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

VideoFrameList 从第一个视频轨道中提取帧:

通过在 Video 对象中选择轨道,从第二条视频轨道中提取帧:

Wolfram Research (2020),VideoFrameList,Wolfram 语言函数,https://reference.wolfram.com/language/ref/VideoFrameList.html (更新于 2021 年).

文本

Wolfram Research (2020),VideoFrameList,Wolfram 语言函数,https://reference.wolfram.com/language/ref/VideoFrameList.html (更新于 2021 年).

CMS

Wolfram 语言. 2020. "VideoFrameList." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2021. https://reference.wolfram.com/language/ref/VideoFrameList.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_videoframelist, organization={Wolfram Research}, title={VideoFrameList}, year={2021}, url={https://reference.wolfram.com/language/ref/VideoFrameList.html}, note=[Accessed: 21-November-2024 ]}