What metadata can I save to an AVI file in MATLAB 7.1 (R14SP3)?

2 views (last 30 days)
The AVI format allows for metadata fields such as Title, Author, and Copyright. I want to know whether I can add information into these fields when saving an AVI file.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
There is one metadata field that can be written to when saving an AVI-file in MATLAB 7.1 (R14SP3). This is the title field; a title can be specified through the 'videoname' property when calling the AVIFILE function:
avifile('myavifile.avi','videoname','Video1')
where Video1 is the title.
If no value is specified for 'videoname', it is assigned the file name by default.

More Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Products


Release

R14SP1

Community Treasure Hunt

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

Start Hunting!