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....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.
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers
Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java.
This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others.
This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....This page contains descriptions of all character types. Character types differ in how characters of these types are indexed.
This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java....This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java.
Learn how to compare Word documents programmatically using GroupDocs.Comparison for Node.js via Java. Compare documents with custom styling, handle password-protected files, and use streams for memory-efficient processing....Learn how to compare Word documents programmatically using GroupDocs.Comparison for Node.js via Java. Compare documents with custom styling, handle password-protected files, and use streams for memory-efficient processing.
Extract, add, remove, search, and watermark spreadsheet attachments using Python via .NET....Extract, add, remove, search, and watermark spreadsheet attachments using Python via .NET.
This article describes how to properly merge documents using GroupDocs.Merger for Java product....This article describes how to properly merge documents using GroupDocs.Merger for Java product.