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....feedback Reading AVI header properties The GroupDocs.Metadata API...method Read the AVI header properties advanced_usage.managing_...
The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....(zero-based) and update its properties as needed. Call the method...Suggest we want change some properties of existed annotation AreaAnnotation...
This article explains how to implement custom encryption for Metadata electronic signatures.... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...
Convert Visio diagrams to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python via .NET API....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...
This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....common properties shared among all form fields. Properties getStylesheet()...invalid form field names. Properties getName() : Gets the original...
This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata Properties and nested metadata packages. You can easily iterate through the metadata tree...required to get access to all properties extracted from a document...tree consisting of metadata properties and nested metadata packages...
Electronically sign Word & PDF files with digital certificate in C# using .NET API for electronic signatures. Change the appearance of digital signatures.... you can alter following properties: Height Width Border Style...all of the above-mentioned properties. This example customizes...
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.... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...
The page describes how to add distance annotation to a document using GroupDocs.Annotation for Java....following methods to set the properties of the class: defines annotation...class. Set the appropriate properties (position, page number, etc)...
Keeping feedback of our valuable customers in view, we are pleased to announce a new version of GroupDocs.Annotation for Java 17.10.2. This release comes up with number of bug fixes. The main fix introduced in this release is visibility and color behavior of added annotation. We therefore recommend you to download this latest release for a better API experience.
Java Annotation API v17.10.2 - Fixes Area annotation is invisible on adding Unable to change position of the annotation Annotation Properties are not behaving same in Java as in ....the annotation Annotation properties are not behaving same in...