VideoFrameReader Properties

Properties

BitRateGets 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.
CodecNameGets the name of the codec used in the video.
CodecTagGets the tag of the codec used in the video, also known as FourCC code.
CurrentFrameNumber Gets the coded picture number of the current frame. Note that this number may be occasionally in wrong order because it is in the coded order, not in the display order. So if you are reading a video from beginning to the end, you may also use a separate variable incremented in your loop.
DurationGets the duration of the video.
FrameRateGets the frame rate of the video, expressed in frames per second (FPS).
HeightGets the height of the video in pixels.
MetadataGets a dictionary representing metadata stored in the video.
WidthGets the width of the video in pixels.

See Also