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?
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.
Maybe the ffmpeg-bundle is not updated? or I'm doing something wrong?
Thanks