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

Issue with AtomicParsley and Thumnnail Embed #5419

Closed
Shamus03 opened this issue Apr 13, 2015 · 1 comment
Closed

Issue with AtomicParsley and Thumnnail Embed #5419

Shamus03 opened this issue Apr 13, 2015 · 1 comment

Comments

@Shamus03
Copy link

@Shamus03 Shamus03 commented Apr 13, 2015

I'm getting this error when running youtube-dl --format=worst --embed-thumbnail URL:

[atomicparsley] Adding thumbnail to "Video.3gp"
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 122, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 34, in _run_code
    exec code in run_globals
  File "/usr/local/bin/youtube-dl/__main__.py", line 19, in <module>
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 404, in main
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 394, in _real_main
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1451, in download
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 662, in extract_info
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 708, in process_ie_result
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1155, in process_video_result
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1434, in process_info
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1492, in post_process
  File "/usr/local/bin/youtube-dl/youtube_dl/postprocessor/atomicparsley.py", line 55, in run
OSError: [Errno 2] No such file or directory

I ran brew install AtomicParsley and it works fine alone, but it looks like a file that doesn't exist is trying to be referenced. Any help on fixing this error?

@jaimeMF jaimeMF closed this in 37b44fe Apr 13, 2015
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Apr 13, 2015

It won't fail in the next version, but the AtomicParsley can't embed the thumbnail in 3gp files, you may want to run youtube-dl test:youtube -f worst[ext=mp4] --embed-thumbnail instead.

For future reports, please post the full output you get with the --verbose option, it gives us important information.

Is --embed-audio supposed to convert videos to only audio?

Yes, as the help says: Embed thumbnail in the audio as cover art. If you want to make it also work for video, please open a new issue.

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.