Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[soundcloud] improve support for RAW format #4991
Comments
|
So I'm running into this issue as well when trying to download this file:
The downloaded file appears to be a "raw" file but it actually is just a simple .wav file when looking at the data:
I checked out the file of @pricejn2 and in that case the raw seems to be an MP3 with ID3. So I have no idea what youtube-dl is doing but that "raw" just seems to be bugged. Does anyone with more youtube-dl code knowledge know how the soundcloud plugin idenfies these formats? |
Looks like soundcloud added a new RAW format.
Works correctly with
--format mp3:Does not detect
--format raw:Can't add metadata to RAW format when using
--format best:And fails to add metadata with
--format bestwhen changing audio formats because of processing order (I believe that--add--metadatashould come after format conversion):