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
Description
Hello,
When I use the option
--embed-thumbnailthe download fails because of converting the thumbnail tojpgimage. Actually the error comes from the command:avconv -y -i 'file:Ne me ramène pas-P2IxGppZhxo.webp' -bsf:v mjpeg2jpeg 'file:Ne me ramène pas-P2IxGppZhxo.jpg', apparentlyavconvis not able to convertwebpimages tojpg. I couldn't find a way to to do it in the manual ofavconvHere the dependencies version:
No
ffmpeginstalled.Workaroung
As workaround, I installed
ffmpegand the command succeed.Possible solutions
Instead of using
avconvto convert the image maybe an explicit error can be thrown to invite installingffmpegor maybeyoutube-dlcan try to download a lower resolutionjpgimage.