Uses of Interface
net.bramp.ffmpeg.ProcessFunction
Packages that use ProcessFunction
-
Uses of ProcessFunction in net.bramp.ffmpeg
Classes in net.bramp.ffmpeg that implement ProcessFunctionModifier and TypeClassDescriptionclassSimple function that creates a Process with the arguments, and returns a BufferedReader reading stdout.Constructors in net.bramp.ffmpeg with parameters of type ProcessFunctionModifierConstructorDescriptionFFmpeg(String path, ProcessFunction runFunction) Constructs an FFmpeg instance using the specified path and process function.FFmpeg(ProcessFunction runFunction) Constructs an FFmpeg instance using the default path and the specified process function.FFprobe(String path, ProcessFunction runFunction) Constructs an FFprobe instance using the specified path and process function.FFprobe(ProcessFunction runFunction) Constructs an FFprobe instance using the default path and the specified process function.