- saveFrame() - Method in class com.hamoid.VideoExport
-
Adds one frame to the video file.
- setAudioFileName(String) - Method in class com.hamoid.VideoExport
-
- setDebugging(boolean) - Method in class com.hamoid.VideoExport
-
Call this method to specify if you want a debug text file saved
together with the video file.
- setFfmpegAudioSettings(String[]) - Method in class com.hamoid.VideoExport
-
Advanced.
- setFfmpegPath(String) - Method in class com.hamoid.VideoExport
-
Call this method if you know the path to ffmpeg on your computer
(advanced).
- setFfmpegVideoSettings(String[]) - Method in class com.hamoid.VideoExport
-
Advanced.
- setFrameRate(float) - Method in class com.hamoid.VideoExport
-
Set the frame rate of the produced video file.
- setGraphics(PImage) - Method in class com.hamoid.VideoExport
-
Set the PImage element.
- setLoadPixels(boolean) - Method in class com.hamoid.VideoExport
-
You can tell VideoExport not to call loadPixels() internally.
- setMovieFileName(String) - Method in class com.hamoid.VideoExport
-
Allow setting a new movie name, in case we want to export several movies,
one after the other.
- setQuality(int, int) - Method in class com.hamoid.VideoExport
-
Set the quality of the produced video file.
- startMovie() - Method in class com.hamoid.VideoExport
-