Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....resources GitHub examples You may easily run the code above and...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...and fit your requirements but may not provide other features. Here...
Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... As you may already know, we’ve recently...
GroupDocs.Merger for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....page To study the system, you may want quick access to the API...
GroupDocs.Watermark for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....page To study the system, you may want quick access to the API...
This article gives the knowledge that how to search by date with date range search....resources GitHub examples You may easily run the code from documentation...
This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article gives the knowledge that how to search by date with date range search using Java search API....resources GitHub examples You may easily run the code from documentation...
GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...resources GitHub examples You may easily run the code above and...