Spaces:
Running
Running
Update edite_video.py
Browse files- edite_video.py +1 -1
edite_video.py
CHANGED
@@ -24,7 +24,7 @@ def create_subtitle_clips(subtitles, videosize, fontsize, font, color, debug):
|
|
24 |
subtitle_y_position = video_height * 0.68
|
25 |
text_position = (subtitle_x_position, subtitle_y_position)
|
26 |
subtitle_clips.append(text_clip.with_position(text_position))
|
27 |
-
color_clips.append(myclip.with_position(text_position))
|
28 |
return subtitle_clips
|
29 |
|
30 |
def video_edit(srt, input_video, color, font, input_audio= "audio.mp3"):
|
|
|
24 |
subtitle_y_position = video_height * 0.68
|
25 |
text_position = (subtitle_x_position, subtitle_y_position)
|
26 |
subtitle_clips.append(text_clip.with_position(text_position))
|
27 |
+
#color_clips.append(myclip.with_position(text_position))
|
28 |
return subtitle_clips
|
29 |
|
30 |
def video_edit(srt, input_video, color, font, input_audio= "audio.mp3"):
|