-
-
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
Include Segment numbering in output file name for separate / single exports #536
Comments
I'm not sure if this is something everyone wants. I know some people like to sort the files and expect them to be in order of the start times. |
@mifi than we could still have the segment info at the end to allow for sorting? e.g. "ORIGINALFILENAME-00.08.43.181-00.11.19.218-Segment1,mp4" or "ORIGINALFILENAME-00.08.43.181-00.11.19.218-Segment1of18,mp4" or shorter with Seg1 / Seg1of18. Most lay person don't care so much about the time code, they just pick the points and need to check if the end result sounds/looks like how they meant to cut it (due to the possibility or inaccurate cuts). Ideally if there were a simulated play function from segment to segment or similar could eliminate that step, otherwise one needs to inspect the exported segments (instead of looking for cut points in the merged file which would take more effort). |
I think we can replace segment label with segment number for segments that have no label in the filename |
I only discovered that labels are included at the end of the filename, sweet, so yes a good compromise/best of both worlds I guess. By default we then get numbered segments but if somebody makes the effort of inserting labels will be happy to work with them instead. 👍 |
Include the segment numbering into the file name when exporting separately or single segment export to make it easier/quicker to distinguish them besides just time codes or file creation date/time. :)
e.g. "ORIGINALFILENAME-Segment1-00.08.43.181-00.11.19.218,mp4" or "ORIGINALFILENAME-Segment1of18-00.08.43.181-00.11.19.218,mp4"
Complimentary to manually specifying a custom file name #96 .
The text was updated successfully, but these errors were encountered: