Konstantin
Konstantin
Over the last couple of weeks I've been working on a timeline component and got it to work quite reliably using the current version. For trimming I used: ```typescript clip.start...
I also made use of `composition.createTrack('video').stacked()` which works as intended. I didn't get the issue here?
> yeah kind a complicated but I think start must have to key for create starting position, and instead of stop maybe we can use duration for media clips, videos...
> > remove the use of track > > you can't, the problem is layering 😅, you can't layer clip with (z)index > > so to layer, we need to...
`clip.trim(start:60, end: 150)` is basically `clip.subclip(start:60, end: 150)`
Should we implement `clip.trim(start: 60, duration: 150)` for all clip types, where `start` controls the offset from the video's untrimmed beginning? For visual clips (e.g., images), `start` would act as...
Then we can also replace `offsetBy` with just `offset` to move the clip along the x-axis
I will move from `1.0.0` to `2.0.0` 😅
What do you think? https://github.com/orgs/diffusionstudio/projects/3/views/1?pane=issue&itemId=85260375
Solved with version 4