-
-
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
[Feature request] setting for export file creation date to use current date/time instead of from source file #611
Comments
Another thought would be to utilize the date modified, so a new export can contain the original creation date and the date/time of when it was exported in date modified. Not sure though how Linux handles these. But usually most people sort files either by creation date or name. Thus an export setting 'Use current creation date/time' would probably be more useful/easier to work with in file explorer views. (Also there is the option to keep meta data which may also contain the original creation date?!?) @mifi Any chance we can get this in the next release? |
Let's make preserve time stamp an advanced opt-in feature so LC behaves by default like all other common and video editing apps, which is to use creation date/time during saving. Please :) |
Yep, it should be great. |
have now implemented a setting for this. currently it defaults to "preserve timestamp", beucase that's what people are used to |
Thanks @mifi, but shouldn't default of other apps influence the default of LC in this regard? Making it a setting many won't necessarily make the effort to change it and just accept the inconvenience distinguishing files in the explorer. Not preserving timestamp provides a better default experience for new people as well as most regular peope who probably don't care as much about a timestamp difference (original vs edited), it's more video editors with larger set of videos who care and ask for preserving timestamps, who probably won't mind enabling this setting in a newer version. (Otherwise this needs to be a setting to tell people and include in rollouts if it's not defaulted) Leads me to think, if the app for the first time opening could show a version log/ highlight new changes this could be helpful in cases like this. |
I know many people want the feature of preserving the source timestamp, including myself. I think it makes a lot of sense because I sort my files by date. When I cut my files, they are basically the same as the original, just with some parts cut out, so I also expect the modify date to be the same so they fit nicely in the timeline as before. I think you guys are the first who two asked for not preserving the timestamp, so I think it makes sense to default to "preserve". Anyways if the opinion changes, ew can change it in the future, when most people have upgraded to this version and got the setting saved. BTW if it makes it easier we could offset the output modify date by the cut-from time. That way segments would be sorted by their original date, but also get an offset based on where from the original video they were cut. That way the cut version will come after the original when sorting by time. Would that make it easier to distinguish? Just like "capture screenshot" works already (try to capture in the middle of a video, and you will see the file modified time of the PNG will be offset by the cursor's time) |
Fair enough and thanks for implementing, at least we have an option now. Funnily I was coming from the angle of sorting files by date as well, being used to seeing newly edited files on the top rather then hidden in the list when the timestamp is preserved. I'm just curious if in your case and others, whether the cutted videos are the final videos or will they serve as source files in other video editing projects? The timeoffset may be no harm to have, but as you said it only helps to distinguish exported videos from the source file chronologically, but what I was describing is where this gets more messy when you export the videos into a folder with many files, e.g. the Videos or Downloads folder, as normally after exporting in common video editors all it takes in file explorer is to click 'sort by date' descending and the last exported video appears on the very top/further up at least, easy, just like any other files that are created in other apps. 😄 |
the videos I cut are usually not final. i use this tool to trim videos for storage and later use so i want to keep them like the originals.
yea i also sort by date like this. At least on Macos you can still sort by "Date added", which will still become current time (even when preserving source timestamp), I imagine Windows has something similar. |
Yea, but now since there is a setting for it, then I think it should be okay, no? |
Year probably, I just forgot that LC is advertised more as for rough cutting :) in that sense it makes sense to use preserving as default. I think it has more potential though to advertise it for lossless video editing to create final videos, especially from meeting recordings, which has a huge use case in the corporate environment for MS Teams, Zoom, Meet etc. recordings are growing more then ever. |
It allows for easier and more clear sorting in the file explore among many files,
especially when files are renamed manually thereafter, as they will appear newer compared to the source file, also when exporting segments multiple times with slight variations (as one doesn't rely on reading timestamp in file name).
As per suggestions #487 (comment)
The text was updated successfully, but these errors were encountered: