cache 128kbps

This commit is contained in:
AF 2022-04-17 16:13:09 +03:00
parent 2a74b0972f
commit 4484583662

View File

@ -463,7 +463,7 @@ async def cache_url(hurl: str, rurl: str, override: bool, tor: bool) -> None:
'ffmpeg', '-hide_banner', '-loglevel', 'warning',
'-reconnect', '1', '-reconnect_at_eof', '0',
'-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(