Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 749 for

video

(0.1 sec)
  1. Extract ZIP and MOV File Format Metadata using ...

    GroupDocs team is pleased to announce the release of version 17.10 of the GroupDocs.Metadata for .NET API. Keeping in mind customer’s feedback, this release has new features and bug fixes. Users can now extract metadata from ZIP and MOV file formats. Furthermore, few issues reported on forums are also fixed. We, therefore, recommend you to download or update your applications to use the latest version of the API for a better and smoother experience....format: # Ability to detect MOV video format Get metadata from MOV...Application Video Tutorials - YouTube API Videos Product Support...

    blog.groupdocs.com/metadata/extract-zip-and-mov...
  2. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV Video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.Video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....metadata for specific formats / Video / Working with metadata in Matroska...native MKV metadata. an MKV video Get the root metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Working with metadata in ASF files | Documentation

    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....metadata for specific formats / Video / Working with metadata in ASF...native ASF metadata. an ASF video Get the root metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. DOT Files Supported in Version 17.7.0 of GroupD...

    It gives us immense pleasure to inform our customers about the release of a newer version, that is version 17.7.0, of GroupDocs.Text for .NET API. Like the previous releases, this release also focuses on improving the API and has introduced some very exciting features in this regard. The latest version has implemented support for DOT(.dot) files. Apart from the basic extraction method, the users can also use IContainer interface to extract text from email messages....Code Examples Video Tutorials – YouTube Video Tutorials Product...

    blog.groupdocs.com/parser/dot-files-now-support...
  5. Working with Email Messages using GroupDocs.Wat...

    We are pleased to announce the release of version 17.11 of GroupDocs.Watermark for .NET API. This version enables you to work with Email Formats and obsolete SlidesBaseSlide.BackgroundImage property has been removed. Just download the latest release to get benefit from new features available in GroupDocs.Watermark for .NET API. Please continue to read more about version 17.11. Working with Email FormatsGroupDocs.Watermark for .NET 17.11 provides the ability to work with the Email formats....Code Examples Video Tutorials – YouTube Video Tutorials Product...

    blog.groupdocs.com/watermark/working-with-email...
  6. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV Video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.Video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....metadata for specific formats / Video / Working with metadata in Matroska...native MKV metadata. an MKV video Get the root metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Use All Highlight Extraction Modes with Search ...

    Team GroupDocs is really delighted to announce the monthly release of version 17.02.0 of the GroupDocs.Text for .NET API. This version comes up with a number of new features along with an enhancement related to using highlight extraction modes with search functionality. GroupDocs.Text for .NET API has improved the search functionality by adding the ability to search for some text using regular expression and searching a whole word. What’s more exciting is the addition of features dealing with the extraction of highlighted text in documents....Code Examples Video Tutorials – YouTube Video Tutorials Product...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  8. Sign Images with Metadata Signature using Group...

    New month, new release! We have released version 19.1 of GroupDocs.Signature for .NET that brings a couple of new features as well as two bug fixes and two improvements. The latest version provides metadata signature features for image files. Furthermore, the API now supports rounded corners for rectangle stamp signature types. For more details on what’s new in the latest release, please have a look at release notes. Features Introduced Metadata Signature Features for ImagesIn the latest version, we have introduced a new feature of singing images with metadata signatures that are based on Exchangeable Image File Format (EXIF) specification....Product Family Video Tutorials - YouTube Video Tutorials Feedback...

    blog.groupdocs.com/signature/sign-images-with-m...
  9. Obtain Signing Progress using .Net E-Signing AP...

    At GroupDocs, we are always keen to improve our products and enhance user experience. Hence, we are excited to announce the another monthly release of GroupDocs.Signature for .NET API version 17.11. This release comes with number of new features. The most notable feature introduced in this release is the functionality to obtain signing progress while signing the documents. Aside this, Many improvements and fixes are also introduced in this release....Signature Video Tutorials - YouTube Video Tutorials Feedback...

    blog.groupdocs.com/signature/dotnet-e-signing-a...
  10. Working with metadata in AVI files | Documentation

    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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....metadata for specific formats / Video / Working with metadata in AVI...header of an AVI file. an AVI video Get the root metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...