1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

Add new field aspect_ratio

Closes #5402
This commit is contained in:
pukkandan
2022-11-16 06:52:57 +05:30
parent 6368e2e639
commit 105bfd90f5
3 changed files with 8 additions and 1 deletions

View File

@ -150,7 +150,10 @@ class InfoExtractor:
("3D" or "DASH video")
* width Width of the video, if known
* height Height of the video, if known
* aspect_ratio Aspect ratio of the video, if known
Automatically calculated from width and height
* resolution Textual description of width and height
Automatically calculated from width and height
* dynamic_range The dynamic range of the video. One of:
"SDR" (None), "HDR10", "HDR10+, "HDR12", "HLG, "DV"
* tbr Average bitrate of audio and video in KBit/s