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.

[Feature request] Add a possibility to use ffmpeg (instead of AtomicParsey) to embed thumbnail in downloaded video

See original GitHub issue

Checklist

  • I’m reporting a feature request
  • I’ve verified that I’m running youtube-dl version 2020.03.24
  • I’ve searched the bugtracker for similar feature requests including closed ones

Description

Hi,

Since version 4, ffmpeg is able to embed thumbnail in mp4 files : See https://www.ffmpeg.org/ffmpeg.html#Main-options and : https://stackoverflow.com/q/54717175/5649639

I cannot build/find AtomicParsley for SailfishOS, can you please add the possibility to use ffmpeg (instead of AtomicParsley) to embed thumbnail in downloaded video ?

Thanks a lot to your team for your great amount of work for this great tool I use everyday (along with mpv😃 )

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:8
  • Comments:17 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
Seirdycommented, Apr 22, 2020

This would also be great for embedding thumbnails in container formats besides mp3 and mp4a/mp4 (e.g., Matroska mkv).

2reactions
sebmacommented, Jul 15, 2021

Hi,

Also because AtomicParsley cannot embed old JPEG thumbnails that are not JFIF, such as the ones provided by Dailymotion :

For information :

The AtomicParsley project has moved to GitHub : https://github.com/wez/atomicparsley

and the gitlab bug # 48 (AtomicParsley cannot embed old JPEG thumbnails that are not JFIF) has been fixed in commit f927648 since Jul 1, 2020.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set MP4 thumbnail - ffmpeg - Super User
Try to use ffmpeg -disposition option along with -map . ffmpeg -i video.mp4 -i image.png -map 0 -map 1 -c copy -c:v:1 png...
Read more >
How to Set a Custom Thumbnail for a Video File Using FFmpeg
It makes people WANT to watch your video. In this tutorial, I'm going to show you how to add a custom thumbnail to...
Read more >
ERROR: AtomicParsley was not found. Please install. - Reddit
I was trying to download a video using the --embed-thumbnail option and got this error: ERROR: AtomicParsley was not found. Please install.
Read more >
mirror_yt-dlp/Changelog.md at master - Codeberg
mirror_yt-dlp - A youtube-dl fork with additional features and fixes A mirror of ... use HTTPS for requests; [extractor/nzherald] Support new video embed...
Read more >
yt-dlp - PyPI
Command-line program to download videos from YouTube.com and many other other ... HLS downloader instead of ffmpeg --hls-prefer-ffmpeg Use ffmpeg instead of ...
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