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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_Formats.video.avi.AviReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in AVI files Working...
Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Merger for Java API....Conversion Product Solution GroupDocs...event handler ); image preview format - PNG / JPG / BMP; page numbers...
Learn how to compare Markdown (.md) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight differences between Markdown Files with simple Python code....Conversion Product Solution GroupDocs...highlight differences in content, formatting, and structure. This is especially...
This article explains how to detect document File type, obtain document details, retrieve list of existing form fields and added signatures, calculate pages count when processing document File with GroupDocs.Signature....Conversion Product Solution GroupDocs...Get document information from file on local disk The following...
Discover how to read metadata from PPTX using C# without the need for additional software installation. Explore a code example how to read metadata of PPTX using C#....Conversion Product Family GroupDocs...intricacies of data embedded within files is becoming increasingly important...
We are back with a major update for our customers who are using the eSign API - GroupDocs.Signature for Java. We have performed major product optimization and revamped the architecture which has made the API more memory efficient and easy to use. We have also added the support of a couple of new FileFormats. Let’s have an overview of this amazing release and check out what you would get after upgrading to API v2....support of a couple of new fileformats. Let’s have an overview...with each supported document format. For example, we had PdfSignTextOptions...
This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Conversion Product Solution GroupDocs...Signature uses embedded json format serialization but allows user...
Learn how to render TXT as HTML with external resources using Python. This tutorial explains how to convert TXT to HTML in Python with external resources....Conversion Product Family GroupDocs...Resources using Python Plain text files are often used for storing lightweight...
Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Spreadsheet Document Format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft Excel Document Creating a Single Row Please follow below steps to create Single Row Image in MS Excel 2013:
Create a new Workbook. Insert a desired shape to display image in it....Conversion Product Solution GroupDocs...report in Spreadsheet Document format based on the use case: Working...