VideoWriter.getProfiles
Profiles and file formats that VideoWriter
supports
Description
Examples
Get Profile Information
View available profiles and get specific information about the 'Uncompressed AVI'
profile.
View profiles that VideoWriter
supports.
profiles = VideoWriter.getProfiles()
Summary of installed VideoWriter profiles: Name Description ---------------- ----------------------------------------------------------------------- Archival Video file compression with JPEG 2000 codec with lossless mode enabled. Grayscale AVI An AVI file with Grayscale Video Data Indexed AVI An AVI file with Indexed Video Data Motion JPEG 2000 Video file compression with JPEG 2000 codec. Motion JPEG AVI An AVI file with Motion JPEG compression Uncompressed AVI An AVI file with uncompressed RGB24 video data
Find the index number for the 'Uncompressed AVI'
profile.
uncompAVI = find(ismember({profiles.Name},'Uncompressed AVI'));
View the properties of the 'Uncompressed AVI'
profile.
profiles(uncompAVI)
audiovideo.writer.ProfileInfo ProfileInfo Properties: Name: 'Uncompressed AVI' Description: 'An AVI file with uncompressed RGB24 video data' FileExtensions: {'.avi'} ColorChannels: 3 FrameRate: 30 VideoBitsPerPixel: 24 VideoCompressionMethod: 'None' VideoFormat: 'RGB24'
Get the file extensions associated with the profile.
ext = profiles(uncompAVI).FileExtensions
ext = 1x1 cell array
{'.avi'}
Output Arguments
profiles
— Supported profiles and video file formats
array of audiovideo.writer.ProfileInfo
objects
Supported profiles and video file formats, returned as an array
of audiovideo.writer.ProfileInfo
objects, which
have the following read-only properties.
Property | Description |
---|---|
| Character vector indicating the profile name, such as |
| Character vector indicating the description of the profile. |
| Cell array of character vectors containing file extensions supported by the file format. |
| Number of color channels in each output video frame. |
| Number greater than 1 that specifies the target ratio
between the number of bytes in the input image and the number of bytes
in the compressed image. Only applies to objects associated with Motion
JPEG 2000 files. Default: |
| Rate of playback for the video in frames per second.
Default: |
| Boolean value (logical |
| Number of least-significant bits in the input image data, from 1 to 16. Applied only to objects associated with Motion JPEG 2000 files. |
| Number from 0 through 100. Higher values correspond to
higher quality video and larger files. Only applies to objects associated
with the |
| Number of bits per pixel in each output video frame. |
| Character vector indicating the type of video compression,
such as |
| Character vector indicating the MATLAB® representation
of the video format, such as |
Version History
Introduced in R2010b
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)