Closed ddelange closed 4 years ago
downloader should use bestaudio[acodec=opus]/bestaudio/best (webm file as result) in order to obtain 40kHz sound (use e.g. spek for debugging). Of course, you can convert the result to m4a if that's your preferred format.
bestaudio[acodec=opus]/bestaudio/best
webm
m4a
example with postprocessing: https://github.com/ddelange/yt/blob/master/yt.sh#L263
forgot to respond but was implemented in 371dfc9d040883e36b6e366e204c0f5c15788add, thanks for closing
downloader should use
bestaudio[acodec=opus]/bestaudio/best
(webm
file as result) in order to obtain 40kHz sound (use e.g. spek for debugging). Of course, you can convert the result tom4a
if that's your preferred format.example with postprocessing: https://github.com/ddelange/yt/blob/master/yt.sh#L263