BrushCue Example: Image to Video¶

Open In Colab

You can use this tool online at https://www.brushcue.com/tools/image-to-video

In [ ]:
!pip install brushcue
In [1]:
import brushcue as bc

duration = 10.0


@bc.brushcue_fn
def frame(time):
    return bc.Composition.monet_women_with_parasol()


graph = bc.Sequence.graph(duration, frame)

ctx = bc.Context()
sequence = graph.execute(ctx)
# Render `sequence` to a video file as needed.
[wgpu] using backend Metal — adapter 'Apple M5' (IntegratedGpu), driver ''