Skip to content
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: Preprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location ERROR: Preprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location ERROR: Postprocessing: ffmpeg not found. #1861

Closed
6 tasks done
XfiVoid0 opened this issue Nov 11, 2024 · 5 comments
Labels
bug Something isn't working new issue This issue is not triaged

Comments

@XfiVoid0
Copy link

XfiVoid0 commented Nov 11, 2024

Checklist

Describe the bug

I am getting "ERROR: Preprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location
ERROR: Preprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location
ERROR: Postprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location" error while downloading audio from YouTube.

To Reproduce

Android Oxygen 15.0 (Oneplus 12)
Download YouTube video as audio

Error reports

ERROR: Preprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location
ERROR: Preprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location
ERROR: Postprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location

Screenshots & Screen Records

No response

Additional context

No response

@XfiVoid0 XfiVoid0 added bug Something isn't working new issue This issue is not triaged labels Nov 11, 2024
@AHITMAN
Copy link

AHITMAN commented Nov 11, 2024

I'm having this same problem with the same Oxygen OS 15 android 15 and I am on OnePlus 12 NA. Tried multiple versions of seal, multiple versions of yt-dlp stable and nightly and all gives same error.

@giwrgosmant
Copy link

giwrgosmant commented Nov 13, 2024

Same issue OnePlus 12 OxygenOS 15, can't download Instagram videos. Previously was working fine and on YTDLnis working fine.
Screenshot_2024-11-14-21-34-24-61_2b0c70832456616f1f794bb05bb8d2fa.jpg

@JunkFood02
Copy link
Owner

#1837

@JunkFood02 JunkFood02 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2024
@swapnilwajpe
Copy link

Fix for Ffmpeg not installed error in Seal on Oxygen OS 15.

  1. Install Termux from playstore (important as fdroid and GitHub versions don't seem to be working)
  2. Open Termux and type pkg upgrade.
  3. Press Y.
  4. After that type pkg install ffmpeg.
  5. Press Y.
  6. After it finished type which ffmpeg.
  7. Tap and hold on the path and copy it.
  8. Open Seal and go to settings.
  9. Goto Custom Command.
  10. Toggle Use Custom Command.
  11. Tap on Command Template, and in Label give it any name you like.
  12. In command template box clear everything and type --ffmpeg-location give a space and paste the copied path from Termux.
  13. Tap on Done on top right.
  14. Go back to your main screen of Seal and tap on Download icon.
  15. For some reason Seal doesn't show and progress on the main screen.
  16. Tap on Tasks icon on top right and you will see your video being downloaded.
  17. Access the Seal folder in your internal memory and you will see your video completely downloaded.

@AHITMAN
Copy link

AHITMAN commented Nov 21, 2024

The above is tested and working in Oxygen OS 15 video downloads but still gives error/warning about ffmpeg not found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new issue This issue is not triaged
Projects
None yet
Development

No branches or pull requests

5 participants