marcopeocchi / yt-dlp-web-ui

A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
GNU General Public License v3.0
820 stars 85 forks source link

mp3 format #8

Closed JalenMak6 closed 1 year ago

JalenMak6 commented 2 years ago

Hi, Would it be possible to download the video audio in mp3 format? Thank you

marcopeocchi commented 2 years ago

Hello! It can be done.

At the moment you can enable the format selection in the settings and download only the audio stream. Then you can convert it to any format you want (with ffmpeg is pretty easy ffmpeg -i input.mp4|opus|aac -ar 48000 -ac 2 -b:a 320k output.mp3).