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

@@ -1442,6 +1442,7 @@ The following numeric meta fields can be used with comparisons `<`, `<=`, `>`, `
- `filesize_approx`: An estimate for the number of bytes
- `width`: Width of the video, if known
- `height`: Height of the video, if known
- `aspect_ratio`: Aspect ratio of the video, if known
- `tbr`: Average bitrate of audio and video in KBit/s
- `abr`: Average audio bitrate in KBit/s
- `vbr`: Average video bitrate in KBit/s