fflive
fflive
is a video player (it’s just a hacked up ffplay
) that integrates ffedit
so you can create live glitch in real-time.
Usage
Its usage is very similar to ffedit
in
Transplicate with script
mode,
so go read that documentation if you haven’t already.
The main difference is that you will get live video playback while transplicating.
For example, this command line will play input.avi
while glitching
with script.js
(and an optional script parameter with the -sp
option).
$ fflive -i input.avi -s script.js -sp 42
Input support
Remember that FFglitch supports
keyboard, mouse, and joysticks as input devices with SDL
,
MIDI controllers as input devices with RtMidi
,
and network communication with ZeroMQ
.
(hint hint click the links above).