diff --git a/backend.py b/backend.py index e8e4ca2..06bcba0 100644 --- a/backend.py +++ b/backend.py @@ -21,4 +21,7 @@ def combine_audio_video(self, audio, video): pass #video_stream = ffmpeg.input(video.download().split("//")[-1]) #audio_stream = ffmpeg.input(audio.download().split("//")[-1]) - #ffmpeg.output(audio_stream, video_stream, 'out.mp4').run() \ No newline at end of file + #ffmpeg.output(audio_stream, video_stream, 'out.mp4').run() + + + #fix this \ No newline at end of file