Spaces:
Runtime error
Runtime error
Bug fix
Browse files
Moviepy
CHANGED
|
@@ -97,7 +97,6 @@ def process_video(current_video_path, output_query_response):
|
|
| 97 |
|
| 98 |
current_video = VideoFileClip(current_video_path)# Extracting audio from the video
|
| 99 |
extracted_video = without_audio(current_video)
|
| 100 |
-
save_video(extracted_video, "output_without_audio.mp4")
|
| 101 |
|
| 102 |
final_video = combine_video_audio(extracted_video, final_audio_mastered)
|
| 103 |
save_video(final_video, "final_video.mp4")
|
|
|
|
| 97 |
|
| 98 |
current_video = VideoFileClip(current_video_path)# Extracting audio from the video
|
| 99 |
extracted_video = without_audio(current_video)
|
|
|
|
| 100 |
|
| 101 |
final_video = combine_video_audio(extracted_video, final_audio_mastered)
|
| 102 |
save_video(final_video, "final_video.mp4")
|