jbilcke-hf / clapper

Clapper.app, a video synthesizer and sequencer designed for the age of AI cinema
https://clapper.app
GNU General Public License v3.0
2.08k stars 194 forks source link

Implement transitions in the project exporters (MP4, MLT, FCP..) #62

Open jbilcke-hf opened 3 months ago

jbilcke-hf commented 3 months ago

Context

Currently the transitions in Clapper do not do much:

The screenplay importer will produce the corresponding segments, but instead of displaying them in the timeline nothing will happen.

We already have a dedicated ticket for the preview renderer (see #63), so what we need is to also do it for the MP4 file exporter and the MLT file exporter.

Solution

Transitions should have the desired visual outcome in the MP3 file exporter ad the MLT file exporter.

Requirements