Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailServiceInterface::batchGenerate PHP Method

batchGenerate() public method

Generates images from video frames at given times.
public batchGenerate ( string $video, array $times, string $destinationPath ) : array | boolean
$video string
$times array
$destinationPath string
return array | boolean
    public function batchGenerate($video, array $times, $destinationPath);
VideoThumbnailServiceInterface