Package ws.schild.jave.process.ffmpeg
Class FFMPEGProcess
java.lang.Object
ws.schild.jave.process.ProcessWrapper
ws.schild.jave.process.ffmpeg.FFMPEGProcess
- All Implemented Interfaces:
AutoCloseable
The standard FFMPEGProcess - enhances the ProcessWrapper by always suppressing the FFMPEG banner.
- Author:
- mressler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenhanceArguments(Stream<String> execArgs) Provide an opportunity for subclasses to enhance the argument list before passing off to execute.Methods inherited from class ws.schild.jave.process.ProcessWrapper
addArgument, close, destroy, execute, execute, getErrorStream, getInputStream, getOutputStream, getProcessExitCode
-
Constructor Details
-
FFMPEGProcess
-
-
Method Details
-
enhanceArguments
Description copied from class:ProcessWrapperProvide an opportunity for subclasses to enhance the argument list before passing off to execute.- Overrides:
enhanceArgumentsin classProcessWrapper- Parameters:
execArgs- The current Stream of arguments- Returns:
- A possibly enhanced stream of arguments
-