public interface ProcessLocator
Encoder to locate the ffmpeg
executable path.Encoder| Modifier and Type | Method and Description |
|---|---|
default 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.
|
String getExecutablePath()
default ProcessWrapper createExecutor()
ProcessWrapper, ready to be used in a ffmpeg call.ProcessWrapper, using this locator to call the ffmpeg
executable.Copyright © 2020. All rights reserved.