mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
keep review metadata in burnin output
This commit is contained in:
parent
3bd3c2f6f5
commit
4e9ff56ecc
1 changed files with 6 additions and 3 deletions
|
|
@ -793,11 +793,14 @@ def burnins_from_data(
|
|||
|
||||
burnin.add_text(text, align, frame_start, frame_end)
|
||||
|
||||
ffmpeg_args = []
|
||||
ffmpeg_args = [
|
||||
"-map_metadata", "0",
|
||||
"-copyts",
|
||||
]
|
||||
if codec_data:
|
||||
# Use codec definition from method arguments
|
||||
ffmpeg_args = codec_data
|
||||
ffmpeg_args.append("-g 1")
|
||||
ffmpeg_args.extend(codec_data)
|
||||
ffmpeg_args.extend(["-g", "1"])
|
||||
|
||||
else:
|
||||
ffmpeg_args.extend(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue