Uses of Class
com.github.kokorin.jaffree.ffmpeg.Frame
Packages that use Frame
-
Uses of Frame in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg that return FrameModifier and TypeMethodDescriptionstatic FrameFrame.createAudioFrame(int streamId, long pts, int[] samples) Creates audioFrame, image is set to null.static FrameFrame.createVideoFrame(int streamId, long pts, BufferedImage image) Creates videoFrame, samples are set to null.FrameProducer.produce()Called repeatedly to get frames.Methods in com.github.kokorin.jaffree.ffmpeg with parameters of type Frame