map attachments in the file to the new version if present

This commit is contained in:
RealStickman 2023-04-06 20:39:48 +02:00
parent d134bc81b1
commit d61c74b35c

View File

@ -224,10 +224,11 @@ execute = args.execute
valid_duration(inputfile, "INPUT")
# FIXME Breaks if any field (filename, title, Language) contains quotes: '
# Maps the first video stream, selected audio streams, selected subtitle streams and any attachments to the remuxed/reencoded video
ff = ffmpy.FFmpeg(
inputs={inputfile: None},
outputs={
outputfile: "-metadata title='{title}' -disposition 0"
outputfile: "-metadata title='{title}' -disposition 0 -map 0:t?"
" "
"-c:v {videocodec} -crf {crf} {tune} -preset {preset} -map 0:v:0 -metadata:s:v:0 title='Video' -disposition:v:0 default"
" "