public class FFMPEGProcess extends ProcessWrapper
| Constructor and Description |
|---|
FFMPEGProcess(String ffmpegExecutablePath) |
| Modifier and Type | Method and Description |
|---|---|
protected Stream<String> |
enhanceArguments(Stream<String> execArgs)
Provide an opportunity for subclasses to enhance the argument list before passing off to
execute.
|
addArgument, close, destroy, execute, execute, getErrorStream, getInputStream, getOutputStream, getProcessExitCodepublic FFMPEGProcess(String ffmpegExecutablePath)
protected Stream<String> enhanceArguments(Stream<String> execArgs)
ProcessWrapperenhanceArguments in class ProcessWrapperexecArgs - The current Stream of argumentsCopyright © 2020. All rights reserved.