From c4931ed7dadd813c07950e7570461d9cf792bf65 Mon Sep 17 00:00:00 2001 From: Joe Rogero Date: Mon, 16 Feb 2026 12:43:01 -0500 Subject: [PATCH] Update README.md Remove ffmpeg from the Windows command, since it's installed by default with yt-dlp as a dependency. --- video-tools/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/video-tools/README.md b/video-tools/README.md index 7b83856..f7aaa9d 100644 --- a/video-tools/README.md +++ b/video-tools/README.md @@ -24,7 +24,8 @@ brew install yt-dlp ffmpeg In PowerShell or Command Prompt: ```powershell -winget install yt-dlp ffmpeg Python.Python.3 +winget install yt-dlp Python.Python.3 +# ffmpeg is installed as a dependency for yt-dlp ``` ## Skills