I need to concatenate two audios, but I need to keep the size of the video with the size of the audio “backgroud.wav”. I’m doing like this: But the result is the size of the audio “voz.wav” which would be 30 seconds. While “background.wav” is 3 minutes long. I need the output to have the time of “background.wav”. How can
Tag: ffmpeg-php
php-ffmpeg installation on apache2
Trying to run PHP-FFMPEG and after install via composer I’m currently getting this. PHP Fatal error: Uncaught AlchemyBinaryDriverExceptionExecutableNotFoundException: Executable not found, …
Php-ffmpeg “Unknown encoder libfaac” on Windows
I am using laravel 4.2. I am working on a project in that user can upload a video and I need to transcode it that it can be played over all kind of devices. For transcoding I have added php-ffmpeg package from git hub in my project. According to the instructions I have downloaded ffmpeg package from http://ffmpeg.zeranoe.com/builds and set