Found 36 packages
A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your .NET applications
Simply adds the ffprobe (FFmpeg) Windows executable, updated daily (if available)
Get video information for .NET (wrapper for ffprobe tool). Provides details about file media streams: format, codecs, video resolution and frame rate, duration, custom tags etc. NReco.VideoInfo nuget can be used for free in non-SaaS apps that have only one single-server production deployment. This nuget package includes ffprobe.exe (it is extracted on the first use automatically - you don't need to deploy ffprobe separately) and therefore can be used only on Windows. For cross-platform deployments NReco.VideoInfo.LT nuget should be used instead. How to use: var ffProbe = new NReco.VideoInfo.FFProbe(); var videoInfo = ffProbe.GetMediaInfo(pathToVideoFileOrUrl); Console.WriteLine(videoInfo.FormatName); Console.WriteLine(videoInfo.Duration); More info and online demo: https://www.nrecosite.com/video_info_net.aspx
Get video information for .NET (wrapper for ffprobe tool). Provides details about file media streams: format, codecs, video resolution and frame rate, duration, custom tags etc. This LT-version nuget package does NOT include ffprobe.exe and is suitable for cross-platform deployments (Windows, Linux/Docker, Mac-OS) or using a ffprobe build/version of your choice. NReco.VideoInfo.LT nuget can be used for free in non-SaaS apps that have only one single-server production deployment. How to use: var ffProbe = new NReco.VideoInfo.FFProbe(); ffProbe.FFProbeExeName = "ffprobe.exe"; // just "ffprobe" for Linux/OS-X ffProbe.ToolPath = "<path_to_folder_with_ffprobe>"; var videoInfo = ffProbe.GetMediaInfo(pathToVideoFile); More info and online demo: https://www.nrecosite.com/video_info_net.aspx
This package contains executables for FFprobe built for usage with MonoGame.
This package contains executables for FFprobe built for usage with MonoGame.
This package contains static builds of the native FFprobe code for various platforms.
Packaged runtime distributables for ffmpeg and ffprobe.
Packaged runtime distributables for ffmpeg and ffprobe.
Ffprobe Static (ffprobe-static) binding library for Bridge.NET projects.
Packaged runtime distributables for ffmpeg and ffprobe.
Packaged runtime distributables for ffmpeg and ffprobe.
Packaged runtime distributables for ffmpeg and ffprobe.
Services for running FFProbe commands
Image extension for FFMpegCore using System.Common.Drawing
Services for running FFProbe commands
Provides the latest stable ffprobe.exe Windows binary as a NuGet package.
Data model for the FFProbe service
Library to query audio and video files for their meta information
Simply adds the FFplay (FFmpeg) Windows executable, updated daily (if available)