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
import io

input_image_1 = brushcue.composition_monet_women_with_parasol() # insert your own image here
sequence_graph_2 = brushcue.sequence_graph(10.0, 0.0, input_image_1)

ctx = brushcue.Context()
result = sequence_graph_2.execute(ctx)
result = result.as_sequence()
# You can render the result to an video file