Class DefaultFFMPEGLocator


  • public class DefaultFFMPEGLocator
    extends FFMPEGLocator
    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 FFMPEGLocator.
    Author:
    Carlo Pelliccia
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultFFMPEGLocator()
      It builds the default FFMPEGLocator, exporting the ffmpeg executable on a temp file.
    • Method Summary

      Modifier and Type Method Description
      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

        public 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.