1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-23 17:33:11 +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:
0x9fff00 2019-02-22 20:25:42 +01:00 committed by GitHub
parent 263b629121
commit 7006dabd4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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