Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage<AsfRootPackage>(); var package = root.AsfPackage; // Display basic properties Console.
What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers:
Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers:
Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs.
This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution.
In this article, you will learn how to convert GIS formats to other formats or another GIS format with GroupDocs.Conversion for .NET....In this article, you will learn how to convert GIS formats to other formats or another GIS format with GroupDocs.Conversion for .NET.
Learn how to work with search results using Java and retrieve search results in Java efficiently, optimizing search processes for better performance and accuracy....Learn how to work with search results using Java and retrieve search results in Java efficiently, optimizing search processes for better performance and accuracy.
Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code....Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code.
Learn how to Convert DOC to JPG in C# and Export Word document as JPEG using C# with GroupDocs.Conversion for .NET, providing step-by-step code and best practices....Learn how to Convert DOC to JPG in C# and Export Word document as JPEG using C# with GroupDocs.Conversion for .NET, providing step-by-step code and best practices.
Learn how to extract text in Accurate mode from documents using GroupDocs.Parser for .NET. High-quality text extraction with best accuracy from PDF, Word, Excel and 50+ formats in C#....Learn how to extract text in Accurate mode from documents using GroupDocs.Parser for .NET. High-quality text extraction with best accuracy from PDF, Word, Excel and 50+ formats in C#.
GroupDocs.Merger for Node.js via Java provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools....GroupDocs.Merger for Node.js via Java provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools.