endkb / SoundsDownloadScript

Download programs from BBC Sounds and publish them to a podcast feed
2 stars 0 forks source link

Added ability to specify bitrate that yt-dlp will download form SoundsDownloadScript.ps1 #12

Closed endkb closed 5 months ago

endkb commented 5 months ago

Added -Bitrate command line parameter and $DefaultBitrate config option. Available values for both are 48, 96, 128, or 320. A value of 0 means that the script will tell yt-dlp to download the highest available quality.

Updated README.htm accordingly.