Skip to content

Commit

Permalink
created website. Added navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfiokpskiopdf committed Apr 18, 2021
1 parent d67137d commit 1dd8fbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
#ffmpeg.output(audio_stream, video_stream, 'out.mp4').run()


#fix this

0 comments on commit 1dd8fbc

Please sign in to comment.