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.
Checklist
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-XgI get this error:
ERROR: Conversion failed!The only thing I noticed is that if I remove
--embed-thumbnailI no longer get this error, (obviously I need this option).