Class PipeInput
java.lang.Object
- All Implemented Interfaces:
Input
Input implementation which passes InputStream to ffmpeg as input.- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPipeInput(InputStream source, int bufferSize) CreatesPipeInput. -
Method Summary
Modifier and TypeMethodDescriptionstatic PipeInputpumpFrom(InputStream source) CreatesPipeInput.static PipeInputpumpFrom(InputStream source, int bufferSize) CreatesPipeInput.Methods inherited from class com.github.kokorin.jaffree.ffmpeg.TcpInput
helperThreadMethods inherited from class com.github.kokorin.jaffree.ffmpeg.BaseInput
buildArguments, setReadAtFrameRate, setStreamLoopMethods inherited from class com.github.kokorin.jaffree.ffmpeg.BaseInOut
addArgument, addArguments, getAdditionalArguments, setCodec, setCodec, setDuration, setDuration, setFormat, setFrameRate, setFrameRate, setFrameSize, setFrameSize, setFrameSize, setPixelFormat, setPixelFormat, setPosition, setPosition, setPositionEof, setPositionEof, thisAsT, toArgumentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.kokorin.jaffree.ffmpeg.Input
buildArguments, helperThread
-
Constructor Details
-
PipeInput
CreatesPipeInput.- Parameters:
source- input stream to copy frombufferSize- buffer size to copy data
-
-
Method Details