Interface Video


public interface Video
Video metadata properties that have no suitable XMPDM equivalent. See TIKA-4800.
Since:
Apache Tika 4.0.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Property
    Average bitrate in bits per second, from the video track's BitRateBox ('btrt').
    static final Property
    Frame rate in frames per second.
  • Field Details

    • FRAME_RATE

      static final Property FRAME_RATE
      Frame rate in frames per second. XMPDM.VIDEO_FRAME_RATE is a closed-choice text field (24, NTSC, PAL) and cannot carry an arbitrary measured rate.
    • BITRATE

      static final Property BITRATE
      Average bitrate in bits per second, from the video track's BitRateBox ('btrt'). A per-stream value: in a file with several video tracks it reflects the last one.