youtube-dl doesn't recognize ffmpeg #8852

Closed
opened 2026-02-21 03:20:33 -05:00 by deekerman · 3 comments
Owner

Originally created by @PannenkoekenNL on GitHub (Sep 24, 2016).

  • I've verified and I assure that I'm running youtube-dl 2016.09.24
  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Bug report (encountered problems with youtube-dl)

Description of your issue, suggested solution and other information

Youtube-dl doesn't recognize ffmpeg, it is located in D:\yt\ffmpeg\bin\ffmpeg.exe and Youtube-dl is located in D:\yt\youtube-dl

Originally created by @PannenkoekenNL on GitHub (Sep 24, 2016). - [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.09.24** - [x] At least skimmed through [README](https://github.com/rg3/youtube-dl/blob/master/README.md) and **most notably** [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections - [x] [Searched](https://github.com/rg3/youtube-dl/search?type=Issues) the bugtracker for similar issues including closed ones - [x] Bug report (encountered problems with youtube-dl) ### Description of your _issue_, suggested solution and other information Youtube-dl doesn't recognize ffmpeg, it is located in D:\yt\ffmpeg\bin\ffmpeg.exe and Youtube-dl is located in D:\yt\youtube-dl
deekerman 2026-02-21 03:20:33 -05:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@hrxn commented on GitHub (Sep 24, 2016):

Try this in Cmd: where ffmpeg.exe

Also, sub-directories are not part of the directory defined in PATH.

Also, in Cmd: path to show your path env (or set path)

@hrxn commented on GitHub (Sep 24, 2016): Try this in Cmd: `where ffmpeg.exe` Also, sub-directories are not part of the directory defined in PATH. Also, in Cmd: `path` to show your path env (or `set path`)
Author
Owner

@PannenkoekenNL commented on GitHub (Sep 24, 2016):

Sorry I have no idea what you mean, when I do where ffmpeg.exe in D:\yt I get INFO: Could not find files for the given pattern(s). and when I do it in D:\yt\ffmpeg\bin I get D:\yt\ffmpeg\bin\ffmpeg.exe

@PannenkoekenNL commented on GitHub (Sep 24, 2016): Sorry I have no idea what you mean, when I do `where ffmpeg.exe` in D:\yt I get `INFO: Could not find files for the given pattern(s).` and when I do it in D:\yt\ffmpeg\bin I get `D:\yt\ffmpeg\bin\ffmpeg.exe`
Author
Owner

@dstftw commented on GitHub (Sep 24, 2016):

ffmpeg.exe must be located in the same directory with youtube-dl.exe or in any directory from %PATH%.

@dstftw commented on GitHub (Sep 24, 2016): `ffmpeg.exe` must be located in the same directory with `youtube-dl.exe` or in any directory from `%PATH%`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#8852
No description provided.