ffmpeg-bundle icon indicating copy to clipboard operation
ffmpeg-bundle copied to clipboard

Symfony bundle to provide PHP-FFmpeg as a Symfony service

Results 9 ffmpeg-bundle issues
Sort by recently updated
recently updated
newest added

test test test

Hello, Is this project abandoned? How can we use it on Symfony4?

else lazy=true for the services will not be lazy and throw an error binary ffprobe not found on install.

new version of php-ffmpeg contains new very useful features

[PHP-FFMpeg/PHP-FFMpeg](/PHP-FFMpeg/PHP-FFMpeg/releases) release 0.8.0 version. Need add support.

The symfony/process components provides a easy to use `ExecutableFinder` (https://github.com/symfony/process/blob/master/ExecutableFinder.php) which would help you to make this library more intuitiv to use. You could simple use it to set the...

my config : Symfony 3 FFMpeg 3 > In file Audio.php (src/FFMpeg/Media/Audio.php) line 79 `$filters->add(new SimpleFilter(array('-acodec', $format->getAudioCodec())));` makes trouble about encoding I replace this line by : `$filters->add(new SimpleFilter(array('-c:a:1', $format->getAudioCodec())));`...

Hi, Firstly thanks for the work :) I am having problems to get running the bundle. When I call the service I get an error with the FFMpeg construct method....

bug