it.sauronsoftware.jave
Class FFMPEGLocator

java.lang.Object
  extended by it.sauronsoftware.jave.FFMPEGLocator
Direct Known Subclasses:
DefaultFFMPEGLocator

public abstract class FFMPEGLocator
extends java.lang.Object

Abstract class whose derived concrete instances are used by Encoder to locate the ffmpeg executable path.

Author:
Carlo Pelliccia
See Also:
Encoder

Constructor Summary
FFMPEGLocator()
           
 
Method Summary
protected abstract  java.lang.String getFFMPEGExecutablePath()
          This method should return the path of a ffmpeg executable suitable for the current machine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFMPEGLocator

public FFMPEGLocator()
Method Detail

getFFMPEGExecutablePath

protected abstract java.lang.String getFFMPEGExecutablePath()
This method should return the path of a ffmpeg executable suitable for the current machine.

Returns:
The path of the ffmpeg executable.