diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-15 15:04:49 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-16 22:33:32 +0530 |
commit | e858a9d6d38f472e608913dadab4b8d703f45aaf (patch) | |
tree | cf2e6bd7eaa38bdef20b49cccfad7cc47548e3e2 /README.md | |
parent | 7e87e27c52e9c9f0412ab360e560255533d35dce (diff) |
[EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`
to force use of atomicparsley for embedding thumbnails in mp4
Related: #411
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ Some of yt-dlp's default options are different from that of youtube-dl and youtu * Youtube channel URLs are automatically redirected to `/video`. Append a `/featured` to the URL to download only the videos in the home page. If the channel does not have a videos tab, we try to download the equivalent `UU` playlist instead. Also, `/live` URLs raise an error if there are no live videos instead of silently downloading the entire channel. You may use `--compat-options no-youtube-channel-redirect` to revert all these redirections * Unavailable videos are also listed for youtube playlists. Use `--compat-options no-youtube-unavailable-videos` to remove this * If `ffmpeg` is used as the downloader, the downloading and merging of formats happen in a single step when possible. Use `--compat-options no-direct-merge` to revert this +* Thumbnail embedding in `mp4` is done with mutagen if possible. Use `--compat-options embed-thumbnail-atomicparsley` to force the use of AtomicParsley instead For ease of use, a few more compat options are available: * `--compat-options all`: Use all compat options |