Uses of Class
com.github.kokorin.jaffree.ffmpeg.FrameInput
Packages that use FrameInput
-
Uses of FrameInput in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg that return FrameInputModifier and TypeMethodDescriptionfinal FrameInputFormat change is prohibited afterFrameInputinstantiation.FrameInput.setFrameRate(Number frameRate) Set frame rate.FrameInput.setFrameRate(String streamSpecifier, Number frameRate) Set frame rate.static FrameInputFrameInput.withProducer(FrameProducer producer) CreatesFrameInputwith specified frame producer.static FrameInputFrameInput.withProducer(FrameProducer producer, ImageFormat imageFormat) CreatesFrameInputwith specified frame producer and image format.static FrameInputFrameInput.withProducer(FrameProducer producer, ImageFormat imageFormat, long frameOrderingBufferMillis) CreatesFrameInputwith specified frame producer, format and frame ordering bufferstatic FrameInputFrameInput.withProducerAlpha(FrameProducer producer) CreatesFrameInputwith specified frame producer with alpha channel.