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 Language. 2020. "VideoEncoding." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/VideoEncoding.html.

APA

Wolfram Language. (2020). VideoEncoding. Wolfram Language & System Documentation Center. Retrieved from 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 ]}