Where can I find information about the four letter codes used by the compression parameter of AVIFILE in MATLAB?

1 回表示 (過去 30 日間)
I would like to create an AVI-file using a custom codec. The documentation states that I need specify a "four-character code that identifies the codec (typically included in the codec documentation)." I can not locate this four digit code in the codec documentation.

採用された回答

MathWorks Support Team
MathWorks Support Team 2022 年 11 月 4 日
編集済み: MathWorks Support Team 2022 年 11 月 4 日
The four-character codes which need to be specified to select the codec are sometimes referred to as FourCC codes. Each codec has a unique four-letter code on Microsoft Windows. There are several websites that list these codes.
For example, to specify the Indeo 5 codec you would use the command
f=avifile('tmpmpg.avi','compression','IV50')
Note that to use a custom codec, it must be installed in your computer.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

タグ

タグが未入力です。

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by