BrushCue Example: Image to Video¶
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
graph = bc.Sequence.graph(10, 0, bc.Composition.monet_women_with_parasol())
ctx = bc.Context()
sequence = graph.execute(ctx)
# Render `sequence` to a video file as needed.