nrotem commited on
Commit
dff9e3f
1 Parent(s): 89b7071
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def combine_video_subtitle(video_file :_TemporaryFileWrapper , subtitle_file):
11
  current_datetime = datetime.datetime.now()
12
  formatted_datetime = current_datetime.strftime("%Y%m%d_%H%M%S")
13
 
14
- output_file = f'output_combined_{formatted_datetime}.mp4'
15
 
16
  cmd1 = [
17
  "ffmpeg",
 
11
  current_datetime = datetime.datetime.now()
12
  formatted_datetime = current_datetime.strftime("%Y%m%d_%H%M%S")
13
 
14
+ output_file = f'output_combined_.mp4' #{formatted_datetime}.mp4'
15
 
16
  cmd1 = [
17
  "ffmpeg",