added comment

This commit is contained in:
iLLiCiTiT 2020-10-13 23:26:48 +02:00
parent 58648a87cd
commit aeeaba9bc8

View file

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