owickstrom / komposition

The video editor built for screencasters
https://owickstrom.github.io/komposition/
Mozilla Public License 2.0
429 stars 21 forks source link

Preview for individual clips #23

Closed owickstrom closed 5 years ago

owickstrom commented 6 years ago

Right now you can only preview sequences and parallels, not individual clips. It would be very useful to preview individual clips, preferably implemented using the same machinery as the current preview.

Related to #11.

Cmdv commented 5 years ago

I took a look at this but couldn't quite work out some parts.

can see I need to add something like SomeVideoPart v -> ?? here: https://github.com/owickstrom/komposition/blob/f4db3f0547127f3f2cdfd7de0f4be22847ddd70d/src/Komposition/Application/TimelineMode.hs#L335-L341

I need Maybe Render.Composition but I have VideoPart () so not too sure how to get to that.

Feel like something in this function should help here?