-
Notifications
You must be signed in to change notification settings - Fork 157
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
Downloading video file and converting to mp3 error #168
Comments
how exactly are you calling ffmpeg? |
Same issue here. Was working fine few days ago, then got this issue "pipe:0: Invalid data found when processing input" Tried running the given example Save to file However, the other format of save to file So my temporary workaround
package.json
|
🤔 can't replicate on Linux |
Hi, not sure is it my configuration issue, upon further checking, it seems this issue only arise when I use Windows PowerShell to execute the commands. Running the command from normal cmd.exe and from Mac terminal is fine. |
ytdl uses so there might be some sort of incompatibility with powershell and the if this check can't be fixed, i could add a special output like |
I've tried to reinstall and insure correct filepath in my system environment variables for FFMPEG however every time I try to convert a YouTube link to an mp3 I'm given a "pipe:0: Invalid data found when processing input"
Any insight?
Thanks!
The text was updated successfully, but these errors were encountered: