question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disable thumbnails conversion

See original GitHub issue

Checklist

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:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
pukkandancommented, Mar 26, 2022

@nicolaasjan We can detect the file format and use webp only if it is mkv

1reaction
nicolaasjancommented, Mar 26, 2022

I would rather not have them as webp, because I always save videos as mp4. So I think this should be an option instead of the default.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found