Forgotten {}

This commit is contained in:
Alexandre L 2018-01-29 18:30:04 +01:00 committed by GitHub
parent fbb4e6a746
commit 99aa6a20e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ class EmbedThumbnailPP(FFmpegPostProcessor):
'-attach', thumbnail_filename, '-attach', thumbnail_filename,
# https://matroska.org/technical/cover_art/index.html as pointed in #6046 # https://matroska.org/technical/cover_art/index.html as pointed in #6046
# No orientation detection nor dimensions checking/convertion # No orientation detection nor dimensions checking/convertion
'-metadata:s:t', 'filename=cover_land.{}'.format(extension), '-metadata:s:t', 'filename=cover_land.%s' % extension,
# If not given : "[matroska @ 000001458de38840] Attachment stream 2 has no mimetype tag and it cannot be deduced from the codec id." # If not given : "[matroska @ 000001458de38840] Attachment stream 2 has no mimetype tag and it cannot be deduced from the codec id."
'-metadata:s:t', 'mimetype=%s' % mimetype, '-metadata:s:t', 'mimetype=%s' % mimetype,
# Use metadata "title" so it is set as MATROSKA_ID_FILEDESC - optional # Use metadata "title" so it is set as MATROSKA_ID_FILEDESC - optional