add captio top
Browse files- src/video_renderer.py +1 -1
src/video_renderer.py
CHANGED
|
@@ -25,7 +25,7 @@ from moviepy.editor import (
|
|
| 25 |
import textwrap
|
| 26 |
from utils import logger, reverse_clip as utils_reverse_clip, get_temp_dir
|
| 27 |
import time
|
| 28 |
-
from video_editor.text_clip import create as create_text_clip, group_words_by_time_and_width, caption_style_1, caption_style_2, caption_style_3, caption_style_4, caption_style_on_screen_text
|
| 29 |
import subprocess
|
| 30 |
import asyncio
|
| 31 |
import random
|
|
|
|
| 25 |
import textwrap
|
| 26 |
from utils import logger, reverse_clip as utils_reverse_clip, get_temp_dir
|
| 27 |
import time
|
| 28 |
+
from video_editor.text_clip import create as create_text_clip, group_words_by_time_and_width, caption_style_1, caption_style_2, caption_style_3, caption_style_4, caption_style_on_screen_text, caption_style_on_screen_text_top
|
| 29 |
import subprocess
|
| 30 |
import asyncio
|
| 31 |
import random
|