Specific use-case: When downloading voice audio (such as podcasts or lectures) from Youtube over limited data plans, it would be great to be able to specify a very low bitrate in combination with the opus codec.
Feature request: A bitrate option in the parameters that is passed ffmpeg.
Workaround: Would adding parameters to either OutputFlags or FormatFlags in ydls.json work? For a 25kbps example, Youtube-dl would be --audio-quality 25K and for ffmpeg, -b 25k --mode mono.
Specific use-case: When downloading voice audio (such as podcasts or lectures) from Youtube over limited data plans, it would be great to be able to specify a very low bitrate in combination with the opus codec.
Feature request: A bitrate option in the parameters that is passed ffmpeg.
Workaround: Would adding parameters to either
OutputFlagsorFormatFlagsinydls.jsonwork? For a 25kbps example, Youtube-dl would be--audio-quality 25Kand for ffmpeg,-b 25k --mode mono.