The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
Operating System
MacOS 15
Steps to reproduce
- Split a file
vidfile.mpg into 5 segments
- Deselect some segments. Eg. select 1, 3 deselect 2,4,5
- Export the project using SEG_NUM variable in file naming template. Eg.
vidfile-seg$(SEG_NUM)$(EXT)
Expected behavior
expected exported filenames: vidfile-seg1.mpg , vidfile-seg3.mpg
Actual behavior
actual exported filenames: vidfile-seg1.mpg , vidfile-seg2.mpg
SEG_NUM doesn't respect segment numbering indicated by the circled numbers in segment list (as input by user). Instead it counts exported segments.
I think it should preserve user input numbering. If export-based numbering is desired, then maybe it should be a separate variable.
Share log from developer tools
No response
The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
Operating System
MacOS 15
Steps to reproduce
vidfile.mpginto 5 segmentsvidfile-seg$(SEG_NUM)$(EXT)Expected behavior
expected exported filenames:
vidfile-seg1.mpg,vidfile-seg3.mpgActual behavior
actual exported filenames:
vidfile-seg1.mpg,vidfile-seg2.mpgSEG_NUM doesn't respect segment numbering indicated by the circled numbers in segment list (as input by user). Instead it counts exported segments.
I think it should preserve user input numbering. If export-based numbering is desired, then maybe it should be a separate variable.
Share log from developer tools
No response