public class DefaultFFMPEGLocator extends Object implements ProcessLocator
FFMPEGProcess| Constructor and Description |
|---|
DefaultFFMPEGLocator()
It builds the default FFMPEGLocator, exporting the ffmpeg executable on a temp file.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessWrapper |
createExecutor()
It returns a brand new
ProcessWrapper, ready to be used in a ffmpeg call. |
String |
getExecutablePath()
This method should return the path of a ffmpeg executable suitable for the current machine.
|
public DefaultFFMPEGLocator()
public String getExecutablePath()
ProcessLocatorgetExecutablePath in interface ProcessLocatorpublic ProcessWrapper createExecutor()
ProcessLocatorProcessWrapper, ready to be used in a ffmpeg call.createExecutor in interface ProcessLocatorProcessWrapper, using this locator to call the ffmpeg
executable.Copyright © 2020. All rights reserved.