pulse00 / ffmpeg-bundle

Symfony bundle to provide PHP-FFmpeg as a Symfony service
Other
57 stars 29 forks source link

Problem calling the service #4

Open tfernandez opened 11 years ago

tfernandez commented 11 years ago

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

QuingKhaos commented 8 years ago

IMHO this is already fixed with 0.2.2