|
@@ -94,7 +94,7 @@ class GeneratePreviewVideo extends Command
|
|
|
|
|
|
// 输出为H.264编码的MP4
|
|
|
//$format = new \FFMpeg\Format\Video\X264('aac');
|
|
|
- $format = new FFMpeg\Format\Video\X264('libfdk_aac');
|
|
|
+ $format = new \FFMpeg\Format\Video\X264('libfdk_aac');
|
|
|
$video->save($format, $outputPath);
|
|
|
|
|
|
return $outputPath;
|