mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 17:22:52 +08:00
From @0x9fff00: -map 0
is needed to copy all streams from the source file (untested)
Co-Authored-By: Alex131089 <alex131089@msn.com>
This commit is contained in:
parent
263b629121
commit
7006dabd4c
@ -63,6 +63,7 @@ class EmbedThumbnailPP(FFmpegPostProcessor):
|
||||
|
||||
options = [
|
||||
'-c', 'copy',
|
||||
'-map', '0',
|
||||
'-attach', thumbnail_filename,
|
||||
# https://matroska.org/technical/cover_art/index.html as pointed in #6046
|
||||
# No orientation detection nor dimensions checking/convertion
|
||||
|
Loading…
Reference in New Issue
Block a user