VideoEncoding

VideoEncoding

Export 及其他函数的一个选项,指定创建视频文件时使用的视频编码.

更多信息

  • VideoEncoding 可被设为 $VideoEncoders 内列出的任意可用编码器.
  • 对于某些编码器,可提供以下子选项:
  • "EncodingSpeed"编码速度,0(最慢) 和 1(最快)之间的值
    "EncodingTune"编码时要进行的调整
  • 大多数 H264 和 H265 编码器可接受 "EncodingSpeed" 子选项.
  • "EncodingTune" 设置取决于编码器,用于对特定内容类型的编码进行优化,例如颗粒图像、静止图像等. 一些可用的编码调整是:
  • "Animation"针对动画和卡通的优化
    "Film"针对去块较少的高质量电影的优化
    "StillImage"针对静止图像编码的优化
    "FastDecode"针对快速解码的优化
    "ZeroLatency"针对低延迟直播的优化

范例

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

基本范例  (1)

默认情况下,会自动选择用于生成文件的视频编解码器:

查看支持某个格式的可用的视频编解码器:

指定不同的编解码器:

范围  (4)

为视频生成指定视频编码:

一般情况下,根据输入数据自动选择视频编码,以尽量减少资源的使用:

使用特定编码器将强制对所有视频轨重新编码:

指定编码速度:

使用可用的最快的编码速度:

编码时使用特定的调整:

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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