You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can somebody please indicate how the duration of the transition relates to the duration of the clip. I can't find it documented. I created a video from 3 clips of 60s duration the first two specifying a transition of duration 2s. What is the expected length of the clip?
If the transition was part of the duration of the clip then I would expect 180s. If the transition was in addition to the length of the clip then 184 seconds. Problem is that the length of the video is actually 176s.
How does this work?
The text was updated successfully, but these errors were encountered:
Hi @sjc57, sorry for the delayed response. I just joined the project and am catching up on old issues.
durations subtract from the length of the clip because it causes one clip to start while the other is finishing. You can calculate the duration of the video by taking the sum of the clip duration minus the sum of the transition duration. So in your example, 3 clips * 60 sec - 2 transition * 2 sec = 3 * 60 - 2 * 2 = 176.
Can somebody please indicate how the duration of the transition relates to the duration of the clip. I can't find it documented. I created a video from 3 clips of 60s duration the first two specifying a transition of duration 2s. What is the expected length of the clip?
If the transition was part of the duration of the clip then I would expect 180s. If the transition was in addition to the length of the clip then 184 seconds. Problem is that the length of the video is actually 176s.
How does this work?
The text was updated successfully, but these errors were encountered: