@editframe/api: VideoStreamSchema
VideoStreamSchema: Interface declaration
{
avg_frame_rate: string
The average frame rate
bit_rate?: string
The bit rate
codec_long_name: string
The long name of the codec
codec_name: string
The name of the codec
codec_tag: string
The tag of the codec
codec_tag_string: string
The tag string of the codec
codec_type: "video"
The type of the codec
coded_height: number
The coded height
coded_width: number
The coded width
disposition: Record<string, unknown>
The disposition record. Subject to change, not documented.
duration?: number
The duration
duration_ts?: number
The duration timestamp
height: number
The height
index: number
The index of the stream in the file
r_frame_rate: string
The frame rate
start_pts?: number
The start presentation timestamp
start_time?: number
The start time
time_base: string
The time base
width: number
The width
}