Download the PHP package allngth/ffmpeg-audio without Composer
On this page you can find all versions of the php package allngth/ffmpeg-audio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ffmpeg-audio
FFmpeg audio converter
How this library works:
This library requires a working FFMpeg install. You will need FFMpeg binary to use it. Be sure that these binary can be located with system PATH to get the benefit of the binary detection, otherwise you should have to explicitly give the binaries path on load.
Use case for google speech
$res = $ffmpegAudio->inputFile('audio.mp3')
->outputFile('output.flac')
->outputSampleRate(16000)
->outputChannelCount(1)
->convert();
Useful links
All versions of ffmpeg-audio with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package allngth/ffmpeg-audio contains the following files
Loading the files please wait ....