-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
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
- Try with the newest version from GitHub (also it might have already been fixed in latest nightly build)
- Read the documentation and FAQ, Known issues, Troubleshooting
- Search for your problem under Issues or Discussions
- This problem happens with all kinds of files that I try. For problem only with a particular file or type, use this other form instead
Operating System
MacOS 15
Steps to reproduce
split a movie into several segments.
Select one segment (for instance, the third)
set output file name template to ${FILENAME}-${SEG_NUM}${EXT}
and split into separate files


Expected behavior
Filename should contain the timeline segment number (3
in this case)
Actual behavior
Filename contains the selected segment number 1
(which is what I would expect from the ${SELECTED_SEG_NUM}
variable)

Share log from developer tools
No response
Metadata
Metadata
Assignees
Labels
No labels