Disable thumbnails conversion
See original GitHub issueChecklist
- I’m reporting a feature request
- I’ve looked through the README
- I’ve verified that I’m running yt-dlp version 2022.03.08.1. (update instructions)
- I’ve searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I’ve read the guidelines for opening an issue
Description
When embedding thumbnails using --embed-thumbnail
, they get automatically converted to .png
People like me would like to keep them in the original format. (i.e. webp
), which is compatible with the .mkv
container when inserted as attachment.
actual output
[ThumbnailsConvertor] Converting thumbnail "/path/to/thumbnail.webp" to png
[EmbedThumbnail] ffmpeg: Adding thumbnail to "/path/to/video.mkv"
expected output
[EmbedThumbnail] ffmpeg: Adding thumbnail to "/path/to/thumbnail.mkv"
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to disable Thumbnail on Blog Posts?
Hi @Daniel McCauley (Customer) try below CSS paste into footer script. <style> .blog.post .blog-post-figure { display:none;}; </style>.
Read more >How to disable thumbnail opening? | PixInsight Forum
I used BatchFormatConversion to go from RAW to FITS, and this created the thumbnail. There doesn't seem to be an Output format hint...
Read more >Stop/start thumbnail convert service - Synology Community
I'm trying to stop and restart the thumb convert service, but since the DSM 5.0 something has change. I'm entering the NAS via...
Read more >How to REALLY disable thumbnail generation, for REAL, like ...
To answer your question, the only way I got it to stop generating thumbnails was to go into the control panel, applications, multimedia ......
Read more >How to disable the PDF thumbnail preview in windows explorer
Turn off thumbnail previews for all format documents in windows explorer via folder options ... 1: Open Windows Explorer. Go to the View...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@nicolaasjan We can detect the file format and use webp only if it is mkv
I would rather not have them as
webp
, because I always save videos asmp4
. So I think this should be an option instead of the default.