|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.jave.FFMPEGLocator
it.sauronsoftware.jave.DefaultFFMPEGLocator
public class DefaultFFMPEGLocator
The default ffmpeg executable locator, which exports on disk the ffmpeg
executable bundled with the library distributions. It should work both for
windows and many linux distributions. If it doesn't, try compiling your own
ffmpeg executable and plug it in JAVE with a custom FFMPEGLocator
.
Constructor Summary | |
---|---|
DefaultFFMPEGLocator()
It builds the default FFMPEGLocator, exporting the ffmpeg executable on a temp file. |
Method Summary | |
---|---|
protected java.lang.String |
getFFMPEGExecutablePath()
This method should return the path of a ffmpeg executable suitable for the current machine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultFFMPEGLocator()
Method Detail |
---|
protected java.lang.String getFFMPEGExecutablePath()
FFMPEGLocator
getFFMPEGExecutablePath
in class FFMPEGLocator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |