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....Assembly Product Solution GroupDocs...
This article explains how to search for QR-code electronic signatures using GroupDocs.Signature for Python via .NET API....Assembly Product Solution GroupDocs...
The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Assembly Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....Assembly Product Solution GroupDocs...
This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Assembly Product Solution GroupDocs...
Explore les nouveautés de GroupDocs.Conversion pour .NET v25.8. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....direct – Téléchargez les assemblies pour .NET et .NET Framework...
Exporteer PDF, Word, Excel, HTML en meer naar Markdown met een on‑premises .NET API. Zie functies, routekaart en hoe u aan de slag kunt gaan....NET Framework‑assemblies inbegrepen in het NuGet‑pakket...
Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for Java from version 19.10:
Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Assembly Product Solution GroupDocs...