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....Watermark Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...
Quickly learn how to render DOCX as PDF using C# with the help of GroupDocs.Viewer for .NET. A code example will also be provided to create PDF from DOCX in C#....Watermark Product Family GroupDocs.Merger...Word documents ( DOCX ) as PDF files is a common practice in various...
This article will provide step-by-step instructions to render DOCX as PNG using Java. Additionally, we will share code example to convert docx to PNG in Java....Watermark Product Family GroupDocs.Merger...convert a DOCX (Microsoft Word) file into a PNG (Portable Network...
This guide explains how to install GroupDocs.Conversion for Python via .NET to your environment...Watermark Product Solution GroupDocs...dependency to your requirements.txt file by including the following line:...
GroupDocs.Compairson for .NET developer documentation. Learn how to diff docx, pptx, and compare pdf Files using C#....Watermark Product Solution GroupDocs...differences in a distinct output file. About GroupDocs.Comparison...
This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs...the object. Specify a source file path or an input stream. Call...
This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...
Easily do document conversion between two popular formats and learn how to convert Word to PDF using C#. Quickly apply the guide to create C# Word to PDF capability....Watermark Product Family GroupDocs.Merger...class and load the source Word file for conversion Create an instance...
Effectively gain the expertise on how to render PPTX as HTML using C#. Moreover, explore detailed step-by-step instructions and C# code for rendering PPTX to HTML....Watermark Product Family GroupDocs.Merger...object by providing the PPTX file path as an argument to its constructor...
This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....Watermark Product Family GroupDocs.Merger...by providing the path of PDF file to its constructor Create an...