LapStore commited on
Commit
c826078
·
1 Parent(s): 29dc177

try space

Browse files
Files changed (1) hide show
  1. server.py +3 -3
server.py CHANGED
@@ -168,9 +168,9 @@ class SegmenterBackground():
168
  sound_tmp_file='audio.mp3'
169
  if os.path.exists(sound_tmp_file):# to not give error
170
  os.remove(sound_tmp_file)
171
- subprocess.run(['ffmpeg', '-i', video_path, '-q:a', '0', '-map', 'a',sound_tmp_file])
172
- else:
173
- subprocess.run(['ffmpeg', '-i', video_path, '-q:a', '0', '-map', 'a',sound_tmp_file])
174
 
175
 
176
 
 
168
  sound_tmp_file='audio.mp3'
169
  if os.path.exists(sound_tmp_file):# to not give error
170
  os.remove(sound_tmp_file)
171
+ #subprocess.run(['ffmpeg', '-i', video_path, '-q:a', '0', '-map', 'a',sound_tmp_file])
172
+ #else:
173
+ #subprocess.run(['ffmpeg', '-i', video_path, '-q:a', '0', '-map', 'a',sound_tmp_file])
174
 
175
 
176