Reading matroska Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from MKV files.
The following are the steps to read native MKV metadata.
Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the Format structure advanced_usage.managing_metadata_for_specific_Formats.video.matroska.MatroskaReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Managing metadata for specific formats / Video / Working with metadata...Leave feedback Reading matroska format-specific properties The GroupDocs...