Apologies for a newbie question.
I am looking to have both review submission and Nukes quickreview produce a clean quicktime with custom LUT and no slate.
I am almost there, but I still have an extra held frame at the start of the clip.
I am sure it has to do with this line:
# Render the outputs, first view only
nuke.executeMultiple([output_node], ([first_frame-1, last_frame, 1],), [nuke.views()[0]])
But everything I have attempted has broken.
Thanks in advance!