Commit ·
6a79a41
1
Parent(s): 7166773
try going around 7.1.1 patch
Browse files- hls_download.py +2 -1
hls_download.py
CHANGED
|
@@ -17,7 +17,8 @@ def download_clips(stream_url, out_dir, start_time, end_time, resize=True, use_6
|
|
| 17 |
ffmpeg_cmd = [
|
| 18 |
'ffmpeg',
|
| 19 |
#'-hwaccel', 'cuda',
|
| 20 |
-
'-
|
|
|
|
| 21 |
'-i', stream_url,
|
| 22 |
'-c:v', 'libx264',
|
| 23 |
'-crf', '23',
|
|
|
|
| 17 |
ffmpeg_cmd = [
|
| 18 |
'ffmpeg',
|
| 19 |
#'-hwaccel', 'cuda',
|
| 20 |
+
'-allowed_extensions', 'ALL',
|
| 21 |
+
'-extension_picky', '0',
|
| 22 |
'-i', stream_url,
|
| 23 |
'-c:v', 'libx264',
|
| 24 |
'-crf', '23',
|