edchengg
commited on
Commit
•
2a0bc36
1
Parent(s):
789e717
app.py
CHANGED
@@ -10,6 +10,7 @@ def asr(url):
|
|
10 |
ydl_opts = {
|
11 |
'outtmpl': 'my_video.mp4',
|
12 |
'overwrites': True,
|
|
|
13 |
'merge_output_format': 'mp4',
|
14 |
}
|
15 |
|
|
|
10 |
ydl_opts = {
|
11 |
'outtmpl': 'my_video.mp4',
|
12 |
'overwrites': True,
|
13 |
+
'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best',
|
14 |
'merge_output_format': 'mp4',
|
15 |
}
|
16 |
|