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

Problem calling the service

Open tfernandez opened this issue 11 years ago • 1 comments

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.

$ffmpeg = $this->container->get('dubture_ffmpeg.ffmpeg');

Catchable Fatal Error: Argument 1 passed to FFMpeg\FFMpeg::__construct() must be an instance of FFMpeg\Driver\FFMpegDriver, string given, called in /var/www/some-project.com/app/cache/dev/appDevDebugProjectContainer.php on line 693 and defined in /var/www/some-project.com/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFMpeg.php line 28

Maybe the ffmpeg-bundle is not updated? or I'm doing something wrong?

Thanks

tfernandez avatar Sep 05 '13 16:09 tfernandez

IMHO this is already fixed with 0.2.2

QuingKhaos avatar Mar 05 '16 16:03 QuingKhaos