Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ internal static class FfprobePlatformDefaults

if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
{
return "https://evermeet.cx/ffmpeg/ffmpeg-6.0.zip";
// Must be the ffprobe archive: every caller looks for an "ffprobe" binary in the
// extracted files, so the ffmpeg archive installs nothing and the scan then runs
// without embedded-tag metadata. "getrelease" tracks the current build rather than
// pinning a version that ages out.
return "https://evermeet.cx/ffmpeg/getrelease/ffprobe/zip";
}

if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
Expand Down