Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[soundcloud] Can't add metadata info to m4a #2079

Closed
diffycat opened this issue Jan 3, 2014 · 1 comment
Closed

[soundcloud] Can't add metadata info to m4a #2079

diffycat opened this issue Jan 3, 2014 · 1 comment
Assignees

Comments

@diffycat
Copy link

@diffycat diffycat commented Jan 3, 2014

$ youtube-dl https://soundcloud.com/thelivingtombstone/tombmobilehiphop1 --verbose --add-metadata 
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['https://soundcloud.com/thelivingtombstone/tombmobilehiphop1', '--verbose', '--add-metadata']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2013.12.26
[debug] Python version 3.3.3 - Linux-3.12.6-1-ARCH-x86_64-with-arch-Arch-Linux
[debug] Proxy map: {}
[soundcloud] thelivingtombstone/tombmobilehiphop1: Resolving id
[soundcloud] thelivingtombstone/tombmobilehiphop1: Downloading info JSON
[download] TombMobileHiphop1-31218527.m4a has already been downloaded
[ffmpeg] Adding metadata to 'TombMobileHiphop1-31218527.m4a'
[debug] ffmpeg command line: ffmpeg -y -i TombMobileHiphop1-31218527.m4a -c copy -metadata title=TombMobileHiphop1 -metadata date=20111221 -metadata 'artist=The Living Tombstone' -f m4a TombMobileHiphop1-31218527.m4a.temp
ERROR: TombMobileHiphop1-31218527.m4a.temp: Invalid argument
Traceback (most recent call last):
  File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 942, in post_process
    keep_video_wish, new_info = pp.run(info)
  File "/usr/lib/python3.3/site-packages/youtube_dl/PostProcessor.py", line 508, in run
    self.run_ffmpeg(filename, temp_filename, options)
  File "/usr/lib/python3.3/site-packages/youtube_dl/PostProcessor.py", line 102, in run_ffmpeg
    self.run_ffmpeg_multiple_files([path], out_path, opts)
  File "/usr/lib/python3.3/site-packages/youtube_dl/PostProcessor.py", line 99, in run_ffmpeg_multiple_files
    raise FFmpegPostProcessorError(msg)
youtube_dl.PostProcessor.FFmpegPostProcessorError: TombMobileHiphop1-31218527.m4a.temp: Invalid argument
@ghost ghost assigned jaimeMF Jan 3, 2014
@jaimeMF jaimeMF closed this in 91d7d0b Jan 3, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 3, 2014

Fixed, thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.