# VideoMetadata

VideoMetadata

Video metadata

**Fields:**
- `audioCodec`: `String` - Audio codec
- `containerFormat`: `String` - Video container format
- `durationMs`: `Int!` - Video duration in seconds
- `fileSize`: `Int` - Video fileSize in bytes
- `frameRate`: `Int` - Video framerate
- `height`: `Int!` - Video height in pixels
- `isTranscodingRequired`: `Boolean!` - Whether the video needs to be transcoded before it can be broadcasted
- `isVideoProcessing`: `Boolean!` - Whether the video is currently being processed (transcoding in progress)
- `rotationDegree`: `Int` - Rotation degree
- `thumbnailOffset`: `Int` - Offset of the thumbnail chosen for the video, in ms
- `title`: `String` - Video title
- `videoBitRate`: `Int` - Video bitrate in kbps
- `videoCodec`: `String` - Video codec
- `width`: `Int!` - Video width in pixels