mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Formatting change
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
cc1ba078ed
commit
24ec921ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -829,7 +829,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
ffmpeg_input_args.extend([
|
||||
"-f", "concat",
|
||||
"-safe", "0",
|
||||
"-fflags", "+genpts+igndts",
|
||||
"-fflags", "+genpts+igndts",
|
||||
"-i", path_to_subprocess_arg(explicit_frames_path),
|
||||
"-r", "25"
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue