-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Continuos SEG_Num in diffenret Files #1846
Comments
Hi. I think you can workaround this by using a file name with a manual numeric prefix, like so:
you can combine it with an appropriate |
Thank you for your answer It was very helpful to me ! But it`s impossible continuos after File A last number Can i add bias in seg_num ? like
Thank you |
@mifi I'd like a feature for SG_NUM offset as well. Using a prefix to SEG_NUM is an option, but in my use case, means I have to go back after the export and rename everything to match segment sequence. Ex:
I could programmatically go through after each export to fix the file names, but it'd be nice to specify an integer offset during export. |
I've rewritten the template to allow javascript code, and a new variable |
I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first
Description
When edit a file we can make segment and export files name on segments name by ${SEG_NUM}
but when we include more files then the segment number shoud start 1
How about add function continuous Seg_num ?
like this
A file -> 1,2,3 segment_number
B file -> 4,5,6 segment number
C file -> 7,8,9 segment number
If we merge all files (A,B,C)
this problem will be solved
However, it is very difficult and waste time when we load many files or
load files with different types of codecs.
So just add function in export segment page right side
following number before edit segment or can change number start what we want
Thank you
578
The text was updated successfully, but these errors were encountered: