aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-06 16:02:26 +0200
committerLorenz Diener <[email protected]>2018-05-06 16:02:26 +0200
commit65cca262974f1e76eda503a8f73d6b4060a608dd (patch)
tree6897f4048e5244ee8de92e2d439e91ec37a98649 /docs/index.rst
parentccfa3fb7989f22b08ff7676f2119f0095a293744 (diff)
downloadmastodon.py-65cca262974f1e76eda503a8f73d6b4060a608dd.tar.gz
Document fractional frame rates
Diffstat (limited to 'docs/index.rst')
-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)