Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header.
The following are the steps to read the header of an FLV file.
Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs.... More resources GitHub examples You may easily...
This section explains how to load document from FTP with GroupDocs.Signature API....retrieveFileStream ( filePath ); } More resources GitHub Examples You may easily...
This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....SerialNumber ); } } More resources GitHub Examples You may easily...
This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API...." ); } } More resources GitHub Examples You may easily...
This article shows how to receive digital certificates properties over Document Info method....Type})" ); } } More resources GitHub Examples You may easily...
This topic explains how to render Word Document to Web Page using Node.js. A sample code example will also be provided for Word to web page rendering Node.js....files include all necessary resources, like fonts and images, making...
Unlock the power of text search using GroupDocs.Search! Learn how to search text-based documents using regular expressions....links for more details and resources: Documentation Examples on...