Video
1 Rendering
render
2 Core Library
8.12

Video🔗ℹ

leif

This is a highly unstable and experimental DSL for editing videos. Do not use this library as core parts of it are still being written.

This libraries requires that you have libmlt installed on your system

1 Rendering🔗ℹ

 (require video/render) package: video-v0-0

Currently only one function is supported:

procedure

(render data)  void?

  data : video?
Renders a video object using mlt. Examples of how to use it in private/examples.rkt.

2 Core Library🔗ℹ

 (require video/core) package: video-v0-0

The structs given to the render function are found here. Examples are found in private/examples.rkt.