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.
Write Thumbnail to Downloaded File #7512
Comments
|
In post-processing options there's |
|
Yes! But are there options that I can specify for the thumbnail such as the width and height? What parameters does FFmpeg use to do this? The output seems to be different than the output from this example: https://trac.ffmpeg.org/ticket/2221. That example also seems to be compatible with Windows Media Player. |
|
Which version of Windows Media Player are you using? Also you may need to specify additional parameters to ffmpeg via |
|
It seems like the main difference from https://trac.ffmpeg.org/ticket/2221 and what's in embedthumbnail.py is that embedthumbnail.py doesn't have the option: id3v2_version 3. |
Is it possible to download and write the thumbnail to the downloaded file's metadata? I can only figure out how to download the thumbnails but not write them to the downloaded video/audio file. If it's not possible, can you please add the functionality to youtube-dl? Thanks