Package ws.schild.jave
Class FFMPEGLocator
- java.lang.Object
-
- ws.schild.jave.FFMPEGLocator
-
- Direct Known Subclasses:
DefaultFFMPEGLocator
public abstract class FFMPEGLocator extends java.lang.ObjectAbstract class whose derived concrete instances are used byEncoderto locate the ffmpeg executable path.- Author:
- Carlo Pelliccia
- See Also:
Encoder
-
-
Constructor Summary
Constructors Constructor Description FFMPEGLocator()
-
Method Summary
Modifier and Type Method Description protected abstract java.lang.StringgetFFMPEGExecutablePath()This method should return the path of a ffmpeg executable suitable for the current machine.
-