Class VideoFormatKeys

java.lang.Object
org.monte.media.av.FormatKeys
org.monte.media.av.codec.video.VideoFormatKeys

public class VideoFormatKeys extends FormatKeys
Defines common format keys for video media.
Author:
Werner Randelshofer
  • Field Details

    • ENCODING_BUFFERED_IMAGE

      public static final String ENCODING_BUFFERED_IMAGE
      See Also:
    • ENCODING_QUICKTIME_CINEPAK

      public static final String ENCODING_QUICKTIME_CINEPAK
      Cinepak format.
      See Also:
    • COMPRESSOR_NAME_QUICKTIME_CINEPAK

      public static final String COMPRESSOR_NAME_QUICKTIME_CINEPAK
      See Also:
    • ENCODING_QUICKTIME_JPEG

      public static final String ENCODING_QUICKTIME_JPEG
      JPEG format.
      See Also:
    • COMPRESSOR_NAME_QUICKTIME_JPEG

      public static final String COMPRESSOR_NAME_QUICKTIME_JPEG
      See Also:
    • ENCODING_QUICKTIME_PNG

      public static final String ENCODING_QUICKTIME_PNG
      PNG format.
      See Also:
    • COMPRESSOR_NAME_QUICKTIME_PNG

      public static final String COMPRESSOR_NAME_QUICKTIME_PNG
      See Also:
    • ENCODING_QUICKTIME_ANIMATION

      public static final String ENCODING_QUICKTIME_ANIMATION
      Animation format.
      See Also:
    • COMPRESSOR_NAME_QUICKTIME_ANIMATION

      public static final String COMPRESSOR_NAME_QUICKTIME_ANIMATION
      See Also:
    • ENCODING_QUICKTIME_RAW

      public static final String ENCODING_QUICKTIME_RAW
      Raw format.
      See Also:
    • COMPRESSOR_NAME_QUICKTIME_RAW

      public static final String COMPRESSOR_NAME_QUICKTIME_RAW
      See Also:
    • ENCODING_AVI_DIB

      public static final String ENCODING_AVI_DIB
      Microsoft Device Independent Bitmap (DIB) format.
      See Also:
    • ENCODING_AVI_RLE4

      public static final String ENCODING_AVI_RLE4
      Microsoft Run Length format.
      See Also:
    • ENCODING_AVI_RLE8

      public static final String ENCODING_AVI_RLE8
      Microsoft Run Length format.
      See Also:
    • ENCODING_AVI_TECHSMITH_SCREEN_CAPTURE

      public static final String ENCODING_AVI_TECHSMITH_SCREEN_CAPTURE
      Techsmith Screen Capture format.
      See Also:
    • COMPRESSOR_NAME_AVI_TECHSMITH_SCREEN_CAPTURE

      public static final String COMPRESSOR_NAME_AVI_TECHSMITH_SCREEN_CAPTURE
      See Also:
    • ENCODING_AVI_DOSBOX_SCREEN_CAPTURE

      public static final String ENCODING_AVI_DOSBOX_SCREEN_CAPTURE
      DosBox Screen Capture format.
      See Also:
    • ENCODING_AVI_MJPG

      public static final String ENCODING_AVI_MJPG
      JPEG format.
      See Also:
    • ENCODING_AVI_PNG

      public static final String ENCODING_AVI_PNG
      PNG format.
      See Also:
    • ENCODING_BITMAP_IMAGE

      public static final String ENCODING_BITMAP_IMAGE
      Interleaved planar bitmap format.
      See Also:
    • WidthKey

      public static final FormatKey<Integer> WidthKey
      The WidthKey of a video frame.
    • HeightKey

      public static final FormatKey<Integer> HeightKey
      The HeightKey of a video frame.
    • DepthKey

      public static final FormatKey<Integer> DepthKey
      The number of bits per pixel.
    • PixelFormatKey

      public static final FormatKey<VideoFormatKeys.PixelFormat> PixelFormatKey
      The pixel format.
    • DataClassKey

      public static final FormatKey<Class> DataClassKey
      The data class.
    • CompressorNameKey

      public static final FormatKey<String> CompressorNameKey
      The compressor name.
    • PixelAspectRatioKey

      public static final FormatKey<Rational> PixelAspectRatioKey
      The pixel aspect ratio WidthKey : HeightKey;
    • FixedFrameRateKey

      public static final FormatKey<Boolean> FixedFrameRateKey
      Whether the frame rate must be fixed. False means variable frame rate.
    • InterlaceKey

      public static final FormatKey<Boolean> InterlaceKey
      Whether the video is interlaced.
    • QualityKey

      public static final FormatKey<Float> QualityKey
      Encoding quality. Value between 0 and 1.
  • Constructor Details

    • VideoFormatKeys

      public VideoFormatKeys()