-
-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Postprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location #359
Comments
I ran into the same error (OSX, Version: 2.4.0). I found the fix at stackoverflow => After that, the video download (output .mp4) is working, but the audio is 'missing'. Even after I removed youtube-dl and installed yt-dlp (looked at Changelog for v2.4.0). I tried to download only the audio as .m4a and got an error, that AtomicParsley is not installed. Looked at the source code and found 4 search results with 'AtomicParsley.exe'.... The workaround for me: For 'big' videos this will take a while... So another option is to download the video without audio as .mp4 and then download only the audio as .opus Convert the .opus into .m4a |
Yeah, thank you very much. I have also found the solution on GitHub(using output=.mkv) But for me, it doesn't really matter. Hopefully, somebody can actually fix the bug |
Same error as reported by @Williamtung1 Currently using a newer version of ffmpeg and I have YouTube-dl already installed via Homebrew. Cannot find a method to update the application or force it to look in the correct location for ffmpeg $ brew info youtube-dl $ ffmpeg |
Describe the bug
encounter "ERROR: Postprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location"
the video and audio downloaded are separated
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected it should download and merge the video and audio together.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional info (please complete the following information):
Additional context
I do have latest version of ffmpeg downloaded and installed in my macOS
xxx@xxx-MacBook-Pro ~ % ffmpeg
ffmpeg version 5.0.1 Copyright (c) 2000-2022 the FFmpeg developers
built with Apple clang version 13.0.0 (clang-1300.0.29.30)
configuration: --prefix=/usr/local/Cellar/ffmpeg/5.0.1 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librist --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-videotoolbox
libavutil 57. 17.100 / 57. 17.100
libavcodec 59. 18.100 / 59. 18.100
libavformat 59. 16.100 / 59. 16.100
libavdevice 59. 4.100 / 59. 4.100
libavfilter 8. 24.100 / 8. 24.100
libswscale 6. 4.100 / 6. 4.100
libswresample 4. 3.100 / 4. 3.100
libpostproc 56. 3.100 / 56. 3.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
The text was updated successfully, but these errors were encountered: