Formatting change

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-04-23 14:08:18 +02:00 committed by GitHub
parent cc1ba078ed
commit 24ec921ff6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
])