Spaces:
Running
on
Zero
Running
on
Zero
malvin noel
commited on
Commit
·
9db65b8
1
Parent(s):
0940c19
corrected get_footage
Browse files- app.py +1 -1
- scripts/get_footage.py +0 -1
app.py
CHANGED
@@ -90,7 +90,7 @@ def process_video(
|
|
90 |
|
91 |
# --- 5. Video montage ---
|
92 |
music_path = user_music if user_music and os.path.isfile(user_music) else None
|
93 |
-
|
94 |
folder_path="./assets/backgrounds",
|
95 |
audio_path=voice_path,
|
96 |
output_dir="./assets/video_music",
|
|
|
90 |
|
91 |
# --- 5. Video montage ---
|
92 |
music_path = user_music if user_music and os.path.isfile(user_music) else None
|
93 |
+
out_no_audio = get_video_montage_from_folder(
|
94 |
folder_path="./assets/backgrounds",
|
95 |
audio_path=voice_path,
|
96 |
output_dir="./assets/video_music",
|
scripts/get_footage.py
CHANGED
@@ -234,7 +234,6 @@ def get_video_montage_from_folder(
|
|
234 |
c.close()
|
235 |
voiceover.close()
|
236 |
final_clip.close()
|
237 |
-
final_clip_with_audio.close()
|
238 |
|
239 |
|
240 |
return output_no_audio
|
|
|
234 |
c.close()
|
235 |
voiceover.close()
|
236 |
final_clip.close()
|
|
|
237 |
|
238 |
|
239 |
return output_no_audio
|