Package org.apache.tika.metadata
Interface Video
public interface Video
Video metadata properties that have no suitable XMPDM equivalent.
See TIKA-4800.
- Since:
- Apache Tika 4.0.0
-
Field Details
-
FRAME_RATE
Frame rate in frames per second.XMPDM.VIDEO_FRAME_RATEis a closed-choice text field (24, NTSC, PAL) and cannot carry an arbitrary measured rate. -
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.
-