Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
df84419
1
Parent(s): 1b262ce
Ao
Browse files- trailer.py +1 -1
trailer.py
CHANGED
|
@@ -73,7 +73,7 @@ def trailer(url):
|
|
| 73 |
|
| 74 |
print("==================================================================================")
|
| 75 |
# Mengkonversi video
|
| 76 |
-
convert_videos(720)
|
| 77 |
print("==================================================================================")
|
| 78 |
# Menggabungkan video
|
| 79 |
output_file = join_video()
|
|
|
|
| 73 |
|
| 74 |
print("==================================================================================")
|
| 75 |
# Mengkonversi video
|
| 76 |
+
convert_videos(720, video_dir)
|
| 77 |
print("==================================================================================")
|
| 78 |
# Menggabungkan video
|
| 79 |
output_file = join_video()
|