|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttools.FFmpegIO
public class FFmpegIO
| Constructor Summary | |
|---|---|
FFmpegIO(javax.swing.JProgressBar pb)
|
|
| Method Summary | |
|---|---|
void |
decomposeVideo(java.lang.String videoPath,
java.lang.String workingDirectory,
java.lang.String imageType)
Call this method to break a video file down into individual frames. |
double[] |
getProperties(java.lang.String videoPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FFmpegIO(javax.swing.JProgressBar pb)
| Method Detail |
|---|
public double[] getProperties(java.lang.String videoPath)
videoPath -
public void decomposeVideo(java.lang.String videoPath,
java.lang.String workingDirectory,
java.lang.String imageType)
videoPath - Absolute path to video that will be decomposed into individual framesworkingDirectory - Directory to dump grabbed framesimageType - Type of file format that images will be stored as. PNG default
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||