0

I have my existing $media instance and I would like to generate a thumbnail at $seconds. I tried:

$media->manipulations = [
  'thumb' => [
    'height' => '250',
    'extractVideoFrameAtSecond' => $seconds,
  ],
];

$media->save();

But get this error:

Can not convert image. Unknown operation extractVideoFrameAtSecond used
user3253002
  • 1,521
  • 3
  • 21
  • 43

0 Answers0