public abstract class FFMPEGLocator extends Object
Encoder
to locate the ffmpeg executable path.Encoder| Constructor and Description |
|---|
FFMPEGLocator() |
| Modifier and Type | Method and Description |
|---|---|
FFMPEGExecutor |
createExecutor()
It returns a brand new
FFMPEGExecutor, ready to be used in a
ffmpeg call. |
protected abstract String |
getFFMPEGExecutablePath()
This method should return the path of a ffmpeg executable suitable for
the current machine.
|
protected abstract String getFFMPEGExecutablePath()
public FFMPEGExecutor createExecutor()
FFMPEGExecutor, ready to be used in a
ffmpeg call.FFMPEGExecutor, using this locator to
call the ffmpeg executable.Copyright © 2020. All rights reserved.