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,
Recently I worked on converting mp3 to wave image.
It works well via terminal command. Here is the code. waveform -c#3484a6 -b#000000 -F test.wav test.png
But I have a problem to use it in php. Here is my code.
Of course, I have tried it by considering various conditions such as full absolute path and executable directory. I am sure it didn't work.
Here is my System Environment. CentOS 6.9 Ruby 2.4.2p198 ffmpeg version 2.6.8 waveform 0.1.2 php 7.0.26
Is it possible to use in php? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Recently I worked on converting mp3 to wave image.
It works well via terminal command.
Here is the code.
waveform -c#3484a6 -b#000000 -F test.wav test.png
But I have a problem to use it in php.
Here is my code.
Of course, I have tried it by considering various conditions such as full absolute path and executable directory.
I am sure it didn't work.
Here is my System Environment.
CentOS 6.9
Ruby 2.4.2p198
ffmpeg version 2.6.8
waveform 0.1.2
php 7.0.26
Is it possible to use in php?
Thanks
The text was updated successfully, but these errors were encountered: