Let’s say that i have 100 frames, that are defined in the Draft template.
Could someone post an example how i could select the 50th of the sequence?
I’m asking because i want to make this automatically (to work even if i have 200 frames in sequence, even if i have 10 frames in sequence).
i’ve tried to define the thumb_frame as :
thumb_l = len(frames)
thumb = round(thumb_l/2)
but seems like that doesn’t work.
I’m probably missing something here… and i know for sure that somebody else already did that
Can you post your errors? Hard to tell exactly what’s wrong.
Are you just using the number and not the file name? Something like encoding frame 50 isn’t going to work. You’d have to encode rendered_image.050.exr as an example.