update video size
This commit is contained in:
@ -99,7 +99,7 @@ async function generateImageAndVideo(task: GenerationTask, server: { baseUrl: st
|
|||||||
videoFileName,
|
videoFileName,
|
||||||
baseUrl,
|
baseUrl,
|
||||||
outputDir,
|
outputDir,
|
||||||
{ width: 320, height: 640 }
|
{ width: 720, height: 1280 }
|
||||||
);
|
);
|
||||||
const videoPath = path.join(outputDir, videoFileName);
|
const videoPath = path.join(outputDir, videoFileName);
|
||||||
return { imagePath: destPath, videoPath };
|
return { imagePath: destPath, videoPath };
|
||||||
|
|||||||
Reference in New Issue
Block a user