mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
using -g 1 (same as -intra) to set right keyframes of burning output
This commit is contained in:
parent
54d0c8f4b0
commit
1a6a5e4b7f
1 changed files with 3 additions and 0 deletions
|
|
@ -528,6 +528,9 @@ def burnins_from_data(
|
|||
if pix_fmt:
|
||||
ffmpeg_args.append("-pix_fmt {}".format(pix_fmt))
|
||||
|
||||
# Use group one (same as `-intra` argument, which is deprecated)
|
||||
ffmpeg_args.append("-g 1")
|
||||
|
||||
ffmpeg_args_str = " ".join(ffmpeg_args)
|
||||
burnin.render(
|
||||
output_path, args=ffmpeg_args_str, overwrite=overwrite, **data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue