Package net.bramp.ffmpeg
Class RunProcessFunction
java.lang.Object
net.bramp.ffmpeg.RunProcessFunction
- All Implemented Interfaces:
ProcessFunction
Simple function that creates a Process with the arguments, and returns a BufferedReader reading
stdout
- Author:
- bramp
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetWorkingDirectory
(File workingDirectory) setWorkingDirectory
(String workingDirectory)
-
Constructor Details
-
RunProcessFunction
public RunProcessFunction()
-
-
Method Details
-
run
- Specified by:
run
in interfaceProcessFunction
- Throws:
IOException
-
setWorkingDirectory
-
setWorkingDirectory
-