Changing labelling convention of tiffs

My Video AI 3.0.12 outputs tiffs starting with 000001. I use FFMPEG to put my images together, so is there any way to change the naming convention to start with 000000?

Is there a menu for this I don’t know about?

As a workaround on the FFmpeg side, FFmpeg’s image2 demxer ffmpeg Documentation allows you to specify -startnumber 000001, which should allow it to process from a non-zero indexed sequence.

Hello,

You can use the “Start Frame Number” text box to specify the starting number for image sequence outputs:

image

Thanks. I upgraded to the latest version and found that in the settings.

1 Like