From 65cca262974f1e76eda503a8f73d6b4060a608dd Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 6 May 2018 16:02:26 +0200 Subject: [PATCH] Document fractional frame rates --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 436d7cc..62f5842 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -403,10 +403,12 @@ Media dicts { 'width': # Width of the video in pixels 'heigh': # Height of the video in pixels - 'frame_rate': # Exact frame rate of the video in frames per second + 'frame_rate': # Exact frame rate of the video in frames per second. + # Can be an integer fraction (i.e. "20/7") 'duration': # Duration of the video in seconds 'bitrate': # Average bit-rate of the video in bytes per second } + Card dicts ~~~~~~~~~~ .. _card dict: