Class NutFrameWriter

java.lang.Object
com.github.kokorin.jaffree.ffmpeg.NutFrameWriter
All Implemented Interfaces:
FrameInput.FrameWriter

public class NutFrameWriter extends Object implements FrameInput.FrameWriter
NutFrameWriter allows writing uncompressed (raw) Frames in Nut format.
  • Constructor Details

    • NutFrameWriter

      public NutFrameWriter(FrameProducer producer, ImageFormat imageFormat, long frameOrderingBufferMillis)
      Parameters:
      producer - frame producer
      imageFormat - video frames image format
      frameOrderingBufferMillis - frame reordering buffer length
  • Method Details