We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm having an issue using "example-audio-2.php" from the examples. I have installed 'ffmpeg' on my Linux/CentOS server.
When I type 'ffmpeg -version' in SSH it returns with the version
Also when I type 'which ffmpeg' it returns with the path "/usr/local/bin/ffmpeg/"
But for some reason I'm getting the error shown in the title when trying to use the example files.
Is there something else I must do? Is this in the correct path?
Thanks
The text was updated successfully, but these errors were encountered:
+1
I had to write the full ffmpeg path in the exec which call youtube-dl.class.php@648
private function has_ffmpeg() { $sh = 'which /usr/local/bin/ffmpeg'; return (bool) (strlen(trim($sh)) > 0); }
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm having an issue using "example-audio-2.php" from the examples. I have installed 'ffmpeg' on my Linux/CentOS server.
When I type 'ffmpeg -version' in SSH it returns with the version
Also when I type 'which ffmpeg' it returns with the path "/usr/local/bin/ffmpeg/"
But for some reason I'm getting the error shown in the title when trying to use the example files.
Is there something else I must do? Is this in the correct path?
Thanks
The text was updated successfully, but these errors were encountered: