update video size

This commit is contained in:
2025-08-23 22:20:23 +02:00
parent 6aa51c14a2
commit 3d239d039b

View File

@ -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 };