]> jfr.im git - yt-dlp.git/commit
[ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)
authorlouie-github <redacted>
Fri, 21 May 2021 18:09:48 +0000 (02:09 +0800)
committerGitHub <redacted>
Fri, 21 May 2021 18:09:48 +0000 (23:39 +0530)
commita927acb1ecf7cef80c24eca604b73d9b5e45b732
tree20555dce879f952815532c2335578a6a3b7d0873
parent09f1580e2d29e256d753a8112f093d4e0a54478e
[ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)

PNG, being a lossless format, should be a better default here compared to JPG since we won't be compressing to a lossy format and losing some of the original image data
PNG is also supported for embedding in all the formats similar to JPEG

Authored by: louie-github
README.md
yt_dlp/__init__.py
yt_dlp/options.py
yt_dlp/postprocessor/embedthumbnail.py
yt_dlp/postprocessor/ffmpeg.py