Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
d381f5a
1
Parent(s):
26058e7
investigating
Browse files
src/core/ffmpeg/addTextToVideo.mts
CHANGED
@@ -20,6 +20,7 @@ export async function addTextToVideo({
|
|
20 |
text,
|
21 |
width,
|
22 |
height,
|
|
|
23 |
})
|
24 |
|
25 |
console.log("addTextToVideo: temporaryImageOverlayFilePath:", temporaryImageOverlayFilePath)
|
|
|
20 |
text,
|
21 |
width,
|
22 |
height,
|
23 |
+
fontSize: 5
|
24 |
})
|
25 |
|
26 |
console.log("addTextToVideo: temporaryImageOverlayFilePath:", temporaryImageOverlayFilePath)
|