From 4e9ff56ecc364fdc45175ad065e017b311f4245a Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Mon, 5 May 2025 16:53:05 +0200 Subject: [PATCH] keep review metadata in burnin output --- client/ayon_core/scripts/otio_burnin.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/client/ayon_core/scripts/otio_burnin.py b/client/ayon_core/scripts/otio_burnin.py index 77eeecaff6..d3816fa9fa 100644 --- a/client/ayon_core/scripts/otio_burnin.py +++ b/client/ayon_core/scripts/otio_burnin.py @@ -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(