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

Cannot add thumbnail to mp3 #25750

Closed
0xFEDERICO opened this issue Jun 21, 2020 · 5 comments
Closed

Cannot add thumbnail to mp3 #25750

0xFEDERICO opened this issue Jun 21, 2020 · 5 comments
Labels

Comments

@0xFEDERICO
Copy link

@0xFEDERICO 0xFEDERICO commented Jun 21, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.06.16.1
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log on debian with python 3.7

ERROR: Conversion failed! Traceback (most recent call last): File "/home/federico/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 2065, in post_process files_to_delete, info = pp.run(info) File "/home/federico/.local/lib/python3.7/site-packages/youtube_dl/postprocessor/embedthumbnail.py", line 51, in run self.run_ffmpeg_multiple_files([filename, thumbnail_filename], temp_filename, options) File "/home/federico/.local/lib/python3.7/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 235, in run_ffmpeg_multiple_files raise FFmpegPostProcessorError(msg) youtube_dl.postprocessor.ffmpeg.FFmpegPostProcessorError: Conversion failed!

Description

Hi, I have this version /usr/lib/python3.8/site-packages (2020.6.16.1) on my termux installation and when I run this command:
youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 --embed-thumbnail https://youtu.be/WNeLUngb-Xg
I get this error:
ERROR: Conversion failed!
The only thing I noticed is that if I remove --embed-thumbnail I no longer get this error, (obviously I need this option).

@dstftw dstftw closed this Jun 21, 2020
@dstftw dstftw added the incomplete label Jun 21, 2020
@0xFEDERICO
Copy link
Author

@0xFEDERICO 0xFEDERICO commented Jun 21, 2020

why?

@0xFEDERICO
Copy link
Author

@0xFEDERICO 0xFEDERICO commented Jun 21, 2020

@0xFEDERICO
Copy link
Author

@0xFEDERICO 0xFEDERICO commented Jun 21, 2020

This solution doesn't work

@0xFEDERICO
Copy link
Author

@0xFEDERICO 0xFEDERICO commented Jun 21, 2020

Now the command is:
youtube-dl -v --extract-audio --audio-format mp3 --audio-quality 0 --restrict-filename --output "%(title)s %(artist)s %(album)s.%(ext)s" --embed-thumbnail https://youtu.be/WNeLUngb-Xg

@daniel-barrows
Copy link

@daniel-barrows daniel-barrows commented Jun 27, 2020

This appears to be a duplicate of #25687

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
3 participants
You can’t perform that action at this time.