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 MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console.... Text ); } } } More resources GitHub examples You may easily...
Descubre cómo utilizar GroupDocs.Metadata for Python via .NET para extraer, actualizar y eliminar metadatos en tus aplicaciones....como IPTC, XMP, EXIF e Image Resources. Manejo de Metadatos Multimedia...
کشف کنید که چگونه از GroupDocs.Metadata for Node.js برای استخراج، بهروزرسانی و حذف متاداده در برنامههای خود استفاده کنید....مانند IPTC، XMP، EXIF و Image Resources کار کنید. مدیریت متاداده چندرسانه...
Découvrez comment utiliser GroupDocs.Metadata for Node.js afin d'extraire, de mettre à jour et de supprimer des métadonnées dans vos applications....IPTC, XMP, EXIF et Image Resources. Gestion des métadonnées multimédias...
This article explains how to access EXIF metadata in a file of any supported format.... OutputJpeg ); } } More resources GitHub examples You may easily...
Scopri come utilizzare GroupDocs.Metadata for Python via .NET per estrarre, aggiornare e rimuovere i metadati nelle tue applicazioni....come IPTC, XMP, EXIF e Image Resources. Gestione dei metadati multimediali...
This article explains how to search for VCard, MeCard, Email, Address, EPC, SEPA, Event data in QR-code electronic signatures from previously signed documents with GroupDocs.Signature API...." ); } } More resources GitHub Examples You may easily...