Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers.
The following are the steps to read the header of an AVI file.
Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed:
Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive.
AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties
Encoding encoding = Encoding....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Discover the straightforward process of how to convert EML to JPG using C#. Additionally, we'll furnish you with a code example to export EML to JPG using C#....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Learn how to extract images from DOCX using C# quickly with this guide. Obtain practical C# code to extract images from DOCX to improve your document processing....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Easily convert PDF to MD using Node.js with a simple and efficient process. Learn how to export PDF to MD in Node.js for seamless text extraction and document conversion....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Learn how to read metadata from PDF using C# without requiring extra software installation. Delve into a code sample demonstrating how to read metadata of PDF using C#....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Quickly learn how to remove metadata from PDF using C#. Also, you'll be provided a code example to clean metadata from PDF in C# without installing extra software....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
This guide will provide key instructions to merge HTML files using C# and will include a code snippet demonstrating how to combine HTML files in C# effectively....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...