Attributes for Video Files
[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
This section lists the attributes commonly used for video files. It is recommended that you set attributes for files according to these lists to ensure that your files are fully compatible with a wide variety of playback applications. The attributes in this section are listed in three categories: primary, secondary, and tertiary.
Primary attributes convey the most basic information about a file. If you are creating video files for distribution, this is the minimum set of attributes you should use.
Secondary attributes contain common metadata that is important but not universal to all video files.
Tertiary attributes should be included as needed, but are not essential to describing the file.
Primary Attributes for Video
- Author
- Title
- WM/ContentDistributor
- WM/DVDID (if available; otherwise use WM/WMCollectionID, WM/WMCollectionGroupID, and WM/WMContentID)
- WM/Genre
- WM/MediaClassPrimaryID
- WM/MediaClassSecondaryID
- WM/Provider
Secondary Attributes for Video
- Copyright
- WM/Composer
- WM/Director
- WM/EncodingTime
- WM/Language
- WM/ParentalRating
- WM/Producer
- WM/ToolName
- WM/ToolVersion
- WM/WMCollectionGroupID
- WM/WMCollectionID
- WM/WMContentID
- WM/Writer
Tertiary Attributes for Video
- Description
- WM/AuthorURL
- WM/Conductor
- WM/ContentGroupDescription
- WM/EncodedBy
- WM/EncodingSettings
- WM/PartOfSet
- WM/Picture
- WM/PromotionURL
- WM/Publisher
- WM/SubTitle
- WM/UniqueFileIdentifier
- WM/UserWebURL
Related topics