I am trying to label videos with 100,000+ plus frames, and the default zero-padding in make_labeled_video.py seems to be 4 orders of magnitude. I found three instances of ‘%04d’… in the code and changed them to ‘%06d’… but the issue persisted.
How can I increase the zero-padding so that ffmpeg can correctly sort my frames when making a video?
Thanks