BitRate | Gets the average bitrate of the video in kbps. |
CodecDescription |
Gets the descriptive name of the codec used in the video, meant to be more human readable than name.
|
CodecName | Gets the name of the codec used in the video. |
CodecTag | Gets the tag of the codec used in the video, also known as FourCC code. |
CurrentFrameNumber |
Gets the number of frames returned from the decoder so far.
The counter is not incremented if encoding resulted in an error.
Note that if you seek the video, the counter will be reset.
|
Duration | Gets the duration of the video. |
FrameRate | Gets the frame rate of the video, expressed in frames per second (FPS). |
Height | Gets the height of the video in pixels. |
Metadata | Gets a dictionary representing metadata stored in the video. |
Width | Gets the width of the video in pixels. |