Class FFMPEGProcess

java.lang.Object
ws.schild.jave.process.ProcessWrapper
ws.schild.jave.process.ffmpeg.FFMPEGProcess
All Implemented Interfaces:
AutoCloseable

public class FFMPEGProcess extends ProcessWrapper
The standard FFMPEGProcess - enhances the ProcessWrapper by always suppressing the FFMPEG banner.
Author:
mressler
  • Constructor Details

    • FFMPEGProcess

      public FFMPEGProcess(String ffmpegExecutablePath)
  • Method Details

    • enhanceArguments

      protected Stream<String> enhanceArguments(Stream<String> execArgs)
      Description copied from class: ProcessWrapper
      Provide an opportunity for subclasses to enhance the argument list before passing off to execute.
      Overrides:
      enhanceArguments in class ProcessWrapper
      Parameters:
      execArgs - The current Stream of arguments
      Returns:
      A possibly enhanced stream of arguments