aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst4
1 files changed, 3 insertions, 1 deletions
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
403 { 403 {
404 'width': # Width of the video in pixels 404 'width': # Width of the video in pixels
405 'heigh': # Height of the video in pixels 405 'heigh': # Height of the video in pixels
406 'frame_rate': # Exact frame rate of the video in frames per second 406 'frame_rate': # Exact frame rate of the video in frames per second.
407 # Can be an integer fraction (i.e. "20/7")
407 'duration': # Duration of the video in seconds 408 'duration': # Duration of the video in seconds
408 'bitrate': # Average bit-rate of the video in bytes per second 409 'bitrate': # Average bit-rate of the video in bytes per second
409 } 410 }
411
410Card dicts 412Card dicts
411~~~~~~~~~~ 413~~~~~~~~~~
412.. _card dict: 414.. _card dict:
Powered by cgit v1.2.3 (git 2.41.0)