Skip to content
Advertisement

Tag: ffmpeg-php

Concatenate two audios with different duration time

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

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

Advertisement