Package ws.schild.jave
Class DefaultFFMPEGLocator
- java.lang.Object
-
- ws.schild.jave.FFMPEGLocator
-
- ws.schild.jave.DefaultFFMPEGLocator
-
public class DefaultFFMPEGLocator extends FFMPEGLocator
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 customFFMPEGLocator.- Author:
- Carlo Pelliccia
-
-
Constructor Summary
Constructors Constructor Description DefaultFFMPEGLocator()It builds the default FFMPEGLocator, exporting the ffmpeg executable on a temp file.
-
Method Summary
Modifier and Type Method Description java.lang.StringgetFFMPEGExecutablePath()This method should return the path of a ffmpeg executable suitable for the current machine.
-
-
-
Method Detail
-
getFFMPEGExecutablePath
public java.lang.String getFFMPEGExecutablePath()
Description copied from class:FFMPEGLocatorThis method should return the path of a ffmpeg executable suitable for the current machine.- Specified by:
getFFMPEGExecutablePathin classFFMPEGLocator- Returns:
- The path of the ffmpeg executable.
-
-