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.
Send additional parameters for extract audio (ffmpeg) to add ID3 tags. #1570
Comments
|
I would also support this if does not exist already. |
|
In the next release (or with the version from git) you can add the metadata with the |
|
Awesome! That will be helpful. I was just using the id3v2 library and python like this in the meantime.
|
|
These changes have been added to youtube-dl 2013.10.17 and newer. Type |
|
I updated and am now running youtube-dl version 2013.11.22.2. But when I run the suggested command on the suggested file, I get no id3 tags. After digging a lot I found out how broken the world of m4a tagging is (http://askubuntu.com/questions/364415/is-there-a-command-line-program-to-read-tags-from-m4a-files) and I see that there are tags there, so that's good. But when I add --audio-format mp3 to get a better-standardized file, I get no tags. Can id3 tagging be added also? Thanks! |
|
@nealmcb Normally, ffmpeg should just copy the ID3 tags.
Can you create a new issue where you describe precisely what you are running (the output of youtube-dl, if possible even when called with |
|
Thanks for the quick response! It looks like you're right, and the issue is with the id3v2 program. When I did my original copy-paste from the command line and hit "Comment", I got this error from github: $ id3v2 -l youtube-dl\ test\ video-BaW_jenozKc.mp3 $ eyeD3 youtube-dl\ test\ video\BaW_jenozKc.mp3 And mutagen-inspect and exiftool also find it. |
Is there a way to send more parameters to ffmpeg when it converts a video to mp3 file because I would like to add params to write ID3 metadata tags.