Provides the latest stable ffprobe.exe Windows binary as a NuGet package.
$ dotnet add package ManuHub.FFprobe
ManuHub.FFprobe provides the FFprobe executable required by yt-dlp and FFmpeg for media metadata inspection.
FFprobe is often used internally by yt-dlp to analyze audio/video streams during post-processing.
This package is designed to complement the Ytdlp.NET library and YTDLP-Wrapper library or developers who want zero-setup media processing when using yt-dlp in .NET applications. The FFprobe binary is included in the NuGet package and placed in the tools directory for easy access at build or runtime.
ManuHub.YtdlpTools/
└─ ffprobe.exe
--ffmpeg-location <path-to-tools-folder>
In .NET projects, you can reference the tools directory at runtime or copy the executable to your output folder as part of your build process.
This package does not modify FFprobe in any way. FFprobe is distributed as a third-party binary under its own license.