Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailServiceInterface::batchGenerate PHP 메소드

batchGenerate() 공개 메소드

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