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

cannot find ffmpeg error #10

Open
domdewom opened this issue May 5, 2023 · 2 comments
Open

cannot find ffmpeg error #10

domdewom opened this issue May 5, 2023 · 2 comments

Comments

@domdewom
Copy link

domdewom commented May 5, 2023

Trying to download a track or podcast from Spotify using spotifydl-core via pipedream but keep on getting an error: "Cannot find ffmpeg"

What can I do? Also why does it actually need the ffmpeg package in the first place? Is it downloading the track/episode from youtube?

@domdewom
Copy link
Author

Looks like by setting a path to ffmpeg you can avoid above problem...

import ffmpeg from "fluent-ffmpeg"; import ffmpegInstaller from "@ffmpeg-installer/ffmpeg"; ffmpeg.setFfmpegPath(ffmpegInstaller.path, {timeout: 60000});

@mrtampan
Copy link

mrtampan commented Jun 7, 2023

in ubuntu
sudo apt-get install ffmpeg

in windows with chocolately
choco install ffmpeg

ffmpeg not in package node, ffmpeg in Operating System (OS).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants