Replies: 1 comment 5 replies
-
I have now implemented auto zero padding for SEG_NUM |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I set the export name as ${FILENAME}-${SEG_NUM} ${SEG_LABEL}${EXT}, how to set the ${SEG_NUM} as 2 digits?
For example, if the amount of segments is less than 10, show the ${SEG_NUM} as 01-09, if the amount of segments is more than 10, show the ${SEG_NUM} as 10-99.
I try to add "0" before the ${SEG_NUM} now to make it show 01-09, but if the amount of segment is more than 10, I always need to rename the files manually. It's too much trouble, so I want to ask is there any method to solve it.
Beta Was this translation helpful? Give feedback.
All reactions