VideoTrackSelection

VideoTrackSelection

関心がある動画トラックを指定するオプションである.

詳細

  • 次は,よく使われる設定である.
  • nn 番目のトラックだけを処理し,その他のトラックを削除する
    {n1,n2,}指定された niトラックを処理し,その他のトラックを削除する
    Allすべてのトラックを処理する
    Automatic処理するトラックを自動的に決定する

例題

すべて開くすべて閉じる

  (1)

Videoオブジェクトを動画トラックなしでOggファイルにエキスポートする:

エキスポートされた動画トラックの数をチェックする:

スコープ  (2)

複数の動画トラックがあるVideoオブジェクトを作成する:

1つのトラックだけを選んで新たな動画を作る:

複数のトラックを選んで新たな動画を作る:

すべてのトラックを選んで新たな動画を作る:

Videoオブジェクトは少なくとも1つの動画トラックを含んでいなければならない:

複数の動画トラックがあるVideoオブジェクトを作る:

もとの動画にある3つのトラックから2つを選ぶ:

2トラック動画から1つのトラックを選択する.この選択が相対的に行われた点に注目のこと.最初のトラックを選ぶことで,実際にはもとの動画の3番目のトラックが取り出されている:

新たな動画におけるトラックの選択は2つに限られている:

アプリケーション  (1)

複数の動画トラックがあるVideoオブジェクトを作る:

Video関数はどれも入力の最初のトラックに作用する:

別のトラックを操作したければVideoTrackSelectionオプションを使うとよい:

Wolfram Research (2020), VideoTrackSelection, Wolfram言語関数, https://reference.wolfram.com/language/ref/VideoTrackSelection.html.

テキスト

Wolfram Research (2020), VideoTrackSelection, Wolfram言語関数, https://reference.wolfram.com/language/ref/VideoTrackSelection.html.

CMS

Wolfram Language. 2020. "VideoTrackSelection." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/VideoTrackSelection.html.

APA

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

BibTeX

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

BibLaTeX

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