Hello,
I do a lot of this:
- capture video
- select relevant parts
- create freeze frames from those parts
- remove all the other parts (so keeping only freeze frames)
- I synchronize the voice over the relevant freeze frames (expanding and shortening them as need)
BUT,
I noticed that sometimes some freeze frames are “reset” (pointing to the start of the original video). Sometimes, it is some freeze frames I manipulated before without issue that are later “reset”. Sometimes, some I did not even touched yet are “reset” anyway when I reach them to manipulate them.
And I don’t know which action will triggered that behaviour. I was unable to reproduce that. I can just say that the longer the video, the more often it will appear.
So, I have to “re-freeze frame” whole sections of the original video.
To limit that,
I do that work once in a project then I create a new one (wip) and copy all freeze frames into the new ones so that I can later go back to the source project to copy the “reset” freeze frames again
It is cumbersome but it works. At least it worked but working on my current project I had the same issue so I did what I just explained and selected the relevant freeze frames (that are perfectly fine in the “source” project) but when I copy them inside the other project they are “reset”.
In the (wip) configuration file, I noticed that those freeze frames are missing values for “in” and “out”, as follow:
<link id="link48" in="" out="">
<property name="mlt_service">timeremap</property>
<property name="shotcut:filter">speedForward</property>
<property name="speed_map">00:00:00.000|=0</property>
<property name="speed">0</property>
</link>
Copying them to a fresh project won’t work either.
While copying other freeze frames from a test project will work into that fresh project.
(I run 2 different instances of shotcut to copy/paste between project)
BTW, the miniature on the timeline is accurate and shows what I expect the FF to contain…
PS:
I noticed a new version so I upgraded.
I noticed that:
- previously, the copied FF were all pointing to the first one
- now, the copied FF are incrementing from the first one
PS2:
sometimes the speed_map is
<link id="link204" in="" out="">
<property name="mlt_service">timeremap</property>
<property name="shotcut:filter">speedForward</property>
<property name="speed_map">00:00:00.000|=0</property>
<property name="speed">0</property>
</link>
or
<link id="link205" in="" out="">
<property name="mlt_service">timeremap</property>
<property name="shotcut:filter">speedForward</property>
<property name="speed_map">0|=0</property>
<property name="speed">0</property>
</link>
What do you think about that issue ? Sorry I can’t help reproduce it in a simple example !
Windows 11
25.07.26
I updated to 25.8.16 (while writing this post, see above)
Not really. I have a “not-working” case I can repeat but no success repeating it on a “simpler” situation