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

You must have Ffmpeg installed in order to use this function #14

Open
Doriginal opened this issue Feb 9, 2015 · 8 comments
Open

You must have Ffmpeg installed in order to use this function #14

Doriginal opened this issue Feb 9, 2015 · 8 comments

Comments

@Doriginal
Copy link

hi,

I have this error message when I try to download an mp3 video
"You must have Ffmpeg installed in order to use this function"

ffmpeg is installed when I look at phpinfo ()
capture

Can you help me?
Thank's

@zeufparis
Copy link

Hi,
You must have ffmpeg.exe on your computer (in c:\wamp\bin for example) and add the path to %PATH% (I assume you are using Windows).

@Doriginal
Copy link
Author

hi,

Thank you fo reply.
Yes my ffmpeg.exe is in wamp\bin
Where i put the path %PATH% ?

Thank's

@zeufparis
Copy link

Windows Vista and Windows 7 users

From the Desktop, right-click the Computer icon and select Properties. If you don't have a Computer icon on your desktop, click the Start button, right-click the Computer option in the Start menu, and select Properties.
Click the Advanced System Settings link in the left column.
In the System Properties window, click on the Advanced tab, then click the Environment Variables button near the bottom of that tab.
In the Environment Variables window, highlight the Path variable in the "System variables" section and click the Edit button. Add or modify the path lines with the paths you want the computer to access. Each different directory is separated with a semicolon.
(source : http://www.computerhope.com/issues/ch000549.htm)

In your case, add C:\wamp\bin

Then restart your computer. Your ffmpeg.exe should be reachable.

@Doriginal
Copy link
Author

same error:
You must have Ffmpeg installed in order to use this function.

@zeufparis
Copy link

When you launch cmd.exe and you type ffmpeg at the prompt, does it work ?

@Doriginal
Copy link
Author

yes it work, see:

capture

@zeufparis
Copy link

I guess you should wait for someone else to help. Sorry !

@Mrkrabz
Copy link

Mrkrabz commented Jul 17, 2015

Same issue here!

bascoder added a commit to bascoder/php-yt_downloader that referenced this issue Mar 26, 2016
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

3 participants