filipzawadka commited on
Commit
0c55710
1 Parent(s): 1bae9d5
Files changed (2) hide show
  1. app.py +2 -2
  2. wget-log +0 -0
app.py CHANGED
@@ -109,8 +109,8 @@ def transcribe(num1,num2):
109
  videos = get_sejm_videos(term)
110
  print(videos[0]['videoLink'])
111
 
112
- if download_video(offset_time(videos[0]['videoLink'],num1,num2), "./video.livx"):
113
- extract_audio("./video.livx", "./audio.mp3")
114
  # Load your MP4 file
115
 
116
  #ff = FFmpeg(
 
109
  videos = get_sejm_videos(term)
110
  print(videos[0]['videoLink'])
111
 
112
+ if download_video(offset_time(videos[0]['videoLink'],num1,num2), "./video.mov"):
113
+ extract_audio("./video.mov", "./audio.mp3")
114
  # Load your MP4 file
115
 
116
  #ff = FFmpeg(
wget-log CHANGED
The diff for this file is too large to render. See raw diff