Wingetlywingetly
← All apps
F

FFmpeg for yt-dlp (Shared)

by yt-dlpvN-125875-g5d4d3bdc61-20260731

Last updated

FFmpeg (Shared) builds with some patches necessary for smooth integration with yt-dlp.

Install with winget

$ winget install --id yt-dlp.FFmpeg.Shared --exact --version N-125875-g5d4d3bdc61-20260731

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · vN-125875-g5d4d3bdc61-20260731

ArchitectureTypeScopeInstallDownload
x86ZIP
archive
-Direct
x64ZIP
archive
-Direct
arm64ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • high8.8Patched in wingetCVE-2026-64835affects >=4.4 and <=8.1.2Jul 22, 2026

    FFmpeg versions 4.4 through 8.1.2 contain an out-of-bounds memory access vulnerability in the ADX audio decoder within libavcodec/adxdec.c that allows attackers to trigger both out-of-bounds reads and writes by supplying a crafted ADX or AAX audio file with a mid-stream channel...

  • high7.5Patched in wingetCVE-2026-64834affects >=0.6.3 and <=8.1.2Jul 22, 2026

    FFmpeg versions 0.6.3 through 8.1.2 contain an infinite loop vulnerability in the RTP/ASF demuxer within libavformat/rtpdec_asf.c that allows remote attackers to cause denial of service by sending a crafted RTP/ASF stream. The rtp_asf_fix_header function fails to validate a mini...

  • high7.1Patched in wingetCVE-2026-64833affects >=0.7.1 and <=8.1.2Jul 22, 2026

    FFmpeg versions 0.7.1 through 8.1.2 contain an out-of-bounds read vulnerability in the S/PDIF muxer that allows attackers to access memory beyond buffer boundaries by supplying a crafted DTS stream with a core_size value larger than the actual packet length. Attackers can exploi...

  • high8.8Patched in wingetCVE-2026-64832affects >=4.4 and <=8.1.2Jul 22, 2026

    FFmpeg versions 4.4 through 8.1.2 contain a double-free vulnerability in the NVIDIA NVDEC hardware decoder within libavcodec/nvdec.c that allows attackers to trigger memory corruption by supplying a crafted video file. When no decoder surfaces remain, the ff_nvdec_start_frame_se...

  • high8.8Patched in wingetCVE-2026-64831affects >=8.0 and <=8.1.2Jul 22, 2026

    FFmpeg versions 8.0 through 8.1.2 contains a stack buffer overflow vulnerability in the Vulkan HEVC hardware decoder that allows remote attackers to overwrite return addresses and adjacent stack frames by supplying a crafted HEVC/H.265 bitstream. Attackers can embed a malicious...

  • high8.8Patched in wingetCVE-2026-64830affects >=2.1 and <=8.1.2Jul 22, 2026

    FFmpeg versions 2.1 through 8.1.2 contains a heap buffer overflow vulnerability in the VobSub subtitle demuxer that allows attackers to corrupt adjacent heap memory by supplying a malicious .sub/.idx subtitle file declaring more distinct stream IDs than the fixed-size array boun...

  • medium4.9Fix in v8.1CVE-2026-40962affects before 8.1Apr 15, 2026

    FFmpeg before 8.1 has an integer overflow and resultant out-of-bounds write via CENC (Common Encryption) subsample data to libavformat/mov.c.

  • high7.5Fix availableCVE-2026-30999affects <=8.0.1Apr 13, 2026

    A heap buffer overflow in the av_bprint_finalize() function of FFmpeg v8.0.1 allows attackers to cause a Denial of Service (DoS) via a crafted input.

Showing 8 of 25. Source: NVD, updated 6h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • yt-dlpyt-dlp
    yt-dlp.yt-dlpv2026.08.19

    A feature-rich command-line audio/video downloader.

  • F
    FFmpeg for yt-dlpyt-dlp
    yt-dlp.FFmpegvN-125875-g5d4d3bdc61-20260731

    FFmpeg builds with some patches necessary for smooth integration with yt-dlp.

  • yt-dlp-nightlyyt-dlp
    yt-dlp.yt-dlp.nightlyv2026.08.30.232658

    A feature-rich command-line audio/video downloader.

  • ArroxyAntonio Orionus
    AntonioOrionus.Arroxyv0.4.12

    Free open-source YouTube downloader GUI based on yt-dlp for Windows, macOS, and Linux. Download videos, Shorts, 4K, 1080p60, HDR, and subtitles with no ads, tracking, cookies, or login. Supports 9 languages.

  • OmniGettonhowtf
    tonhowtf.OmniGetv0.9.2

    Desktop app to download videos, courses, and media from 50+ platforms.

  • Open Video DownloaderJelle Glebbeek
    jely2002.youtube-dl-guiv3.2.1

    A cross-platform GUI for yt-dlp (youtube-dl) made in Tauri and Vue 3

More from yt-dlp or browse ffmpeg-builds, yt-dlp.

Frequently asked questions

How do I install FFmpeg for yt-dlp (Shared) on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id yt-dlp.FFmpeg.Shared --exact --version N-125875-g5d4d3bdc61-20260731. winget downloads the installer from yt-dlp and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install FFmpeg for yt-dlp (Shared) silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id yt-dlp.FFmpeg.Shared --exact N-125875-g5d4d3bdc61-20260731 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall FFmpeg for yt-dlp (Shared) via winget?
Run: winget uninstall --id yt-dlp.FFmpeg.Shared --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from FFmpeg for yt-dlp (Shared)'s Apps & Features entry.
Is FFmpeg for yt-dlp (Shared) free?
FFmpeg for yt-dlp (Shared) is distributed under MIT. Refer to the publisher (https://github.com/yt-dlp/FFmpeg-Builds) for the full license terms - Wingetly itself does not charge for installation.
Does FFmpeg for yt-dlp (Shared) work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls FFmpeg for yt-dlp (Shared) directly from the publisher.
How do I keep FFmpeg for yt-dlp (Shared) up to date?
Run winget upgrade --id yt-dlp.FFmpeg.Shared --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of FFmpeg for yt-dlp (Shared) from microsoft/winget-pkgs.

Recent versions

  • N-125875-g5d4d3bdc61-20260731latest
  • N-125365-g9a01c1cb6a-20260630
  • N-124716-g054dffd133-20260531
  • N-124279-g0f6ba39122-20260430
  • N-123778-g3b55818764-20260331
  • N-123074-g4e32fb4c2a-20260228
  • N-122609-g364d5dda91-20260131
  • N-122319-gf6a95c7eb7-20251231
  • N-121938-g2456a39581-20251130
  • N-121583-g4348bde2d2-20251031