it.sauronsoftware.jave
Class DefaultFFMPEGLocator

java.lang.Object
  extended by it.sauronsoftware.jave.FFMPEGLocator
      extended by it.sauronsoftware.jave.DefaultFFMPEGLocator

public class DefaultFFMPEGLocator
extends FFMPEGLocator

The default ffmpeg executable locator, which exports on disk the ffmpeg executable bundled with the library distributions. It shiould work both for windows and many linux distributions. If it doesn't, try compiling your own ffmpeg executable and plug it in JAVE with a custom FFMPEGLocator.

Author:
Carlo Pelliccia

Constructor Summary
DefaultFFMPEGLocator()
          It builds the default FFMPEGLocator, exporting the ffmpeg executable on a temp file.
 
Method Summary
protected  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

DefaultFFMPEGLocator

public DefaultFFMPEGLocator()
It builds the default FFMPEGLocator, exporting the ffmpeg executable on a temp file.

Method Detail

getFFMPEGExecutablePath

protected java.lang.String getFFMPEGExecutablePath()
Description copied from class: FFMPEGLocator
This method should return the path of a ffmpeg executable suitable for the current machine.

Specified by:
getFFMPEGExecutablePath in class FFMPEGLocator
Returns:
The path of the ffmpeg executable.