Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
ca5b51d
1
Parent(s):
4914f1f
add more padding
Browse files
src/bug-in-bun/aitube_ffmpeg/overlay/addTextToVideo.ts
CHANGED
@@ -24,7 +24,7 @@ export async function addTextToVideo({
|
|
24 |
horizontalPosition: "center",
|
25 |
verticalPosition: "end",
|
26 |
px: 1,
|
27 |
-
py:
|
28 |
width,
|
29 |
height,
|
30 |
})
|
|
|
24 |
horizontalPosition: "center",
|
25 |
verticalPosition: "end",
|
26 |
px: 1,
|
27 |
+
py: 5,
|
28 |
width,
|
29 |
height,
|
30 |
})
|