From aeeaba9bc8ab71a4db79959e71e55b4139cbe621 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 13 Oct 2020 23:26:48 +0200 Subject: [PATCH] added comment --- pype/plugins/global/publish/extract_review.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pype/plugins/global/publish/extract_review.py b/pype/plugins/global/publish/extract_review.py index b88bb82c42..4c31ddf0f9 100644 --- a/pype/plugins/global/publish/extract_review.py +++ b/pype/plugins/global/publish/extract_review.py @@ -322,7 +322,8 @@ class ExtractReview(pyblish.api.InstancePlugin): ) if temp_data["input_is_sequence"]: - # Set start frame + # Set start frame of input sequence (just frame in filename) + # - definition of input filepath ffmpeg_input_args.append( "-start_number {}".format(temp_data["output_frame_start"]) )