There are currently two variants of Video, stable and testing. We highly recommend using testing, as the stable branch is old. (The testing branch will be merged into stable in the coming months.)
On Windows and macOS, you can download Video directly within Racket. On Linux you also need to install FFmpeg.
Open DrRacket and go to File -> Install Package
In the dialog box that pops up, type video-testing. Note the '-testing', if you miss that the wrong package will be installed.
And that's it. You can also press F1 for documentation.
raco pkg install video
We highly recommend installing Video's testing build. The latest build of the stable branch requires manual library installation.
Currently Installing Video stable is a three step process. First you need to install Racket; then, you need to install MLT; and finally you can use Racket to install Video.
First ensure that raco
is in your $PATH
,
and then run:
raco pkg install video