Closed 0PandaDEV closed 7 months ago
YouTube doesn't host MP3s. You can download webm then convert it to mp3 with FFmpeg
ok thanks
YouTube doesn't host MP3s. You can download webm then convert it to mp3 with FFmpeg
But then why does the example say .mp3 and that also works even though it shouldn't
I understand your confusion. But it's just a file name extension and it can be anything if the file contains a proper codec. In short, if you look at the downloaded file with the "ffmpeg -i
thanks i solved this issue already
I'm trying to write a YouTube downloader from a watch link in tauri and then apply the metadata for the song, but it does not apply the metadata, so I tried it in a separate rust project and found out that rusty_ytdl downloads the videos as webm not as mp3.