mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
adding codec args for keeping continuity even wtih audio stream.
This commit is contained in:
parent
6d573c9f71
commit
abc5c9e69b
1 changed files with 3 additions and 0 deletions
|
|
@ -321,6 +321,9 @@ class ExtractReviewSlate(openpype.api.Extractor):
|
|||
if format_args:
|
||||
concat_args.extend(format_args)
|
||||
|
||||
if codec_args:
|
||||
concat_args.extend(codec_args)
|
||||
|
||||
# Use arguments from ffmpeg preset
|
||||
source_ffmpeg_cmd = repre.get("ffmpeg_cmd")
|
||||
if source_ffmpeg_cmd:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue