type Video struct {
Width int `json:"width,omitempty" msgpack:"width,omitempty"`
Height int `json:"height,omitempty" msgpack:"height,omitempty"`
Codec string `json:"codec,omitempty" msgpack:"codec,omitempty"`
Duration int `json:"duration,omitempty" msgpack:"duration,omitempty"`
}