-
-
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
'New project' option for current video to clear segments but not overwrite existing CSV #557
Comments
Similar to #537 option to Clear all Segments, which should allow to save as a new project file, and thus reinforce the value as well of having the video source file written in the project file so it can be automatically loaded as well, just like traditional video editor programs. |
This can be achieved by
Is that good enough? |
@mifi indeed it's a workaround just autoloading the project won't continue to work without new source file matching it ...thanks didn't notice the clear all under edit > segments, probably sufficient as this is likely not such regular task for purpose of just clearing to start from scratch. For duplicated project files for purpose of keeping a clone or even maintain multiple project versions really requires the CSV to be linked to the source file as well, not just the other way around, that would be ideal, which goes back to Just like traditional editors and most apps do, opening a project file and not the media first, easier for versioning rather than duplicating both source and project files, renaming manually in file explorer and then opening the video file. Thus it saves time, space (no duplicate source files only multiple project files) and easier. 😊 If it would be easier then adopting the source file name into the first line or new column of the csv, perhaps would be to introduce a new project file type e.g. JSON. #545 (comment) |
I agree that it can be a bit confusing this project file logic. I think duplicatinb source file is not needed if you have multiple csv, then File -> Load Project (CSV), and the project you want to load. But I'm not sure how many people use losslesscut for creating a lot of different projects for a particular file. |
Yes mainly convenience to load various project versions/states with one click as supposed to two clicks. 😄 Perhaps generally not that frequent except for very long videos 2-3hrs+ and those that may go through review/feedback process with other stakeholders involved which may result in re-opening the project at a later day, where then also maintaining different project versions can be beneficial to keep track of changes. |
As of now, it's possible to open .llc project files and it will open the media file referenced from within. But I still want losslesscut to "just work" when it opens a media file alone, and auto create a project file without bothering the user. so I'm not sure which actionable improvements can be made from now on |
Currently the easiest way to start a 'new project', while maintaining previously created segments for a video is to rename the existing .csv with those segments and reload the video file, alternatively you 'Save project' and remove all segments.
An option to start a new/clean project in a new file for an alternative cut of your timeline (if it is more than 1 segment that needs to be exported) would be appreciated. Perhaps a way to swap quickly between one or more projects for the same video file in the UI could be useful too if it detects multiple .csv with the
llc-edl
suffix.The text was updated successfully, but these errors were encountered: