[Feature request] Add a possibility to use ffmpeg (instead of AtomicParsey) to embed thumbnail in downloaded video
See original GitHub issueChecklist
- 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:
- Created 3 years ago
- Reactions:8
- Comments:17 (3 by maintainers)
Top 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 >
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
This would also be great for embedding thumbnails in container formats besides mp3 and mp4a/mp4 (e.g., Matroska mkv).
Hi,
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.