Update utils.py
Browse files
utils.py
CHANGED
@@ -10,7 +10,7 @@ def check_file_exists(file_path):
|
|
10 |
raise FileNotFoundError(f"Tệp {file_path} không tồn tại.")
|
11 |
|
12 |
# Đường dẫn đầy đủ tới các file
|
13 |
-
bgm_file = "data/bg_music.mp3"
|
14 |
output_path = "output/final_video.mp4"
|
15 |
|
16 |
check_file_exists(bgm_file)
|
|
|
10 |
raise FileNotFoundError(f"Tệp {file_path} không tồn tại.")
|
11 |
|
12 |
# Đường dẫn đầy đủ tới các file
|
13 |
+
bgm_file = "data/bg_music/output000.mp3"
|
14 |
output_path = "output/final_video.mp4"
|
15 |
|
16 |
check_file_exists(bgm_file)
|