Class DefaultFFMPEGLocator

java.lang.Object
ws.schild.jave.process.ffmpeg.DefaultFFMPEGLocator
All Implemented Interfaces:
ProcessLocator

public class DefaultFFMPEGLocator extends Object implements ProcessLocator
The default ffmpeg executable locator, which exports on disk the ffmpeg executable bundled with the library distributions. It should 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 FFMPEGProcess
Author:
Carlo Pelliccia
  • Constructor Details

    • DefaultFFMPEGLocator

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