-
Notifications
You must be signed in to change notification settings - Fork 9
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
Saving volume when swapping clips #56
Comments
This is an interesting idea - we're basically taking information about the video and storing it outside of the current project. I need to think about this some more, does the app store this information internally? Do we store a file alongside the video which contains information about it? An existing tool that does something similar is Ableton Live (https://www.ableton.com). When you import a sample into Ableton, it'll create (I think) an That said, I do get a bit annoyed about my system getting clogged up with @lars-vc - what's the workflow you're using that causes you to unload a video and load it again? Are you sharing one video between multiple projects? |
I had a couple vods of games I was looking at an skimming through just look at certain points. After I finished the game I removed the vod and dragged in a new one. Now if I assume correctly a project can be made so that notations and such (and the volume) are saved, maybe its an idea to just keep the last volume if it's a new project, but override it if it's an existing project that has the volume saved. |
I just confirmed with someone else that the volume isn't always saving between sessions in the app (with the same clip, if you close and open it again) so there's definitely a bug related to the volume which I'll track in this ticket.
I haven't tested saving the project + volume but it should preserve the volume, bookmarks, sync and everything else when you save a project. The volume may be misbehaving here as well as the auto save and project save use the same code. |
Idea
Currently, the volume doesn't get saved when swapping clips, I think it would be handier to have this saved globally instead of on a clip to clip basis.
Example
I adjust volume in this clip.
Delete the clip.
Put in another clip.
And the volume is raise to the default value again.
The text was updated successfully, but these errors were encountered: