cache 128kbps
This commit is contained in:
parent
2a74b0972f
commit
4484583662
@ -463,7 +463,7 @@ async def cache_url(hurl: str, rurl: str, override: bool, tor: bool) -> None:
|
|||||||
'ffmpeg', '-hide_banner', '-loglevel', 'warning',
|
'ffmpeg', '-hide_banner', '-loglevel', 'warning',
|
||||||
'-reconnect', '1', '-reconnect_at_eof', '0',
|
'-reconnect', '1', '-reconnect_at_eof', '0',
|
||||||
'-reconnect_streamed', '1', '-reconnect_delay_max', '10', '-copy_unknown',
|
'-reconnect_streamed', '1', '-reconnect_delay_max', '10', '-copy_unknown',
|
||||||
'-y', '-i', rurl, str(tmp_path)
|
'-y', '-i', rurl, '-b:a', '128k', str(tmp_path)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
p = subprocess.Popen(
|
p = subprocess.Popen(
|
||||||
|
Loading…
Reference in New Issue
Block a user