2017 © Pedro Peláez
 

library ffmpeg-audio

Audio converter.

image

allngth/ffmpeg-audio

Audio converter.

  • Sunday, September 17, 2017
  • by allngth
  • Repository
  • 0 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

Use case for google speech

$res = $ffmpegAudio->inputFile('audio.mp3')
    ->outputFile('output.flac')
    ->outputSampleRate(16000)
    ->outputChannelCount(1)
    ->convert();

PHP-FFMpeg - library to convert video/audio files, (*2)

php-exec-command - simple php command executor, (*3)

The Versions

17/09 2017

dev-master

9999999-dev https://github.com/allngth/ffmpeg-audio

Audio converter.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

php audio ffmpeg speech

17/09 2017

1.0.0

1.0.0.0 https://github.com/allngth/ffmpeg-audio

Audio converter.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

php audio ffmpeg speech