OneShotMovieWorkbench is a simple Processing sketch for edit to record drawing results.
OneShotMovieWorkbench needs Processing 3.5 or later to run.
If you want to make a movie file immediately, you need to install FFmpeg and set up your path for FFmpeg executable.
- Create a new class that implements the
FrameMaker
interface. - Edit the beginning of the
setup
function inOneShotMovieWorkbench.pde
to set up the movie.- Dimension of the display window
- Frame maker class to create frames
- Frame rate per second
- Bind frames to movie file immediately
- Sound file path that play and merge into generated movie(option)
- Run.
MIT