JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
F
G
O
S
V
C
com.hamoid
- package com.hamoid
D
dispose()
- Method in class com.hamoid.
VideoExport
Called automatically by Processing to clean up before shut down
E
endMovie()
- Method in class com.hamoid.
VideoExport
Called to end exporting a movie before exiting our program, or before exporting a new movie.
F
forgetFfmpegPath()
- Method in class com.hamoid.
VideoExport
Makes the library forget about where the ffmpeg binary was located.
G
getCurrentFrame()
- Method in class com.hamoid.
VideoExport
Call this function to figure out how many frames your movie has so far.
getCurrentTime()
- Method in class com.hamoid.
VideoExport
You could use the returned value to display a time counter, a progress bar or to create periodic motion, for instance by feeding the returned value into the sin() function, and using the result to drive the position of an object.
getFfmpegPath()
- Method in class com.hamoid.
VideoExport
Call this if you need to figure out the path to the ffmpeg program (advanced).
O
onFfmpegSelected(File)
- Method in class com.hamoid.
VideoExport
Called internally by the file selector when the user chooses the location of ffmpeg on the disk.
S
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.
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
V
VERSION
- Static variable in class com.hamoid.
VideoExport
version()
- Static method in class com.hamoid.
VideoExport
Return the version of the library.
VideoExport
- Class in
com.hamoid
VideoExport(PApplet)
- Constructor for class com.hamoid.
VideoExport
Constructor, usually called in the setup() method in your sketch to initialize and start the library.
VideoExport(PApplet, String)
- Constructor for class com.hamoid.
VideoExport
Constructor that allows specifying a movie file name.
VideoExport(PApplet, String, PImage)
- Constructor for class com.hamoid.
VideoExport
Constructor that allows to set a PImage to export as video (advanced)
C
D
E
F
G
O
S
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Processing Library VideoExport by Abe Pazos. (c) 2017