每当我运行代码生成缩略图时,即使我在视频中间放置一些时间,它也会生成视频开头的缩略图
$body = [
'input' => $inputUrl,
'outputs' => [
[
'thumbnails' => [
[
"label" => "first",
'base_url' => $outputUrl,
'number' => 1,
'times' => [20],
],
],
'notifications' => [
'url' => "{$notificationUrl}",
'format' => 'json',
],
],
],
];