Uses of Class
com.github.kokorin.jaffree.ffmpeg.FrameOutput
Packages that use FrameOutput
-
Uses of FrameOutput in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg that return FrameOutputModifier and TypeMethodDescriptionfinal FrameOutputFrameOutput.copyAllCodecs()Codec copying is impossible, every frame is raw frame.final FrameOutputFrameOutput.copyCodec(StreamType streamType) Codec copying is impossible, every frame is raw frame.final FrameOutputCodec copying is impossible, every frame is raw frame.FrameOutput.disableStream(StreamType streamType) Disable stream of the specified type.final FrameOutputFrameOutput.setCodec(StreamType streamType, String codec) Codec change is prohibited afterFrameOutputinstantiation.final FrameOutputCodec change is prohibited afterFrameOutputinstantiation.final FrameOutputFormat change is prohibited afterFrameOutputinstantiation.final FrameOutputFrameOutput.setPixelFormat(String streamSpecifier, String pixelFormat) Pixel format change is prohibited afterFrameOutputinstantiation.static FrameOutputFrameOutput.withConsumer(FrameConsumer consumer) CreatesFrameOutput.protected static FrameOutputFrameOutput.withConsumer(FrameConsumer consumer, ImageFormat imageFormat) static FrameOutputFrameOutput.withConsumerAlpha(FrameConsumer consumer) CreatesFrameOutputwith alpha channel.