upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2025-01-21 11:46:03 -0300
committerfiatjaf <fiatjaf@gmail.com>2025-01-21 11:46:03 -0300
commit23ac7d9f7ae6d3b4a0882283cd2465ee62c26de8 (patch)
treed1042ccf2e9cb1c4fab12b3e5bad7924c7620f62
parentb0ab83f04d83c74c29b389c70d795a3b566c7811 (diff)
rename from "horizontal" and "vertical" to "normal" and "short".
-rw-r--r--71.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/71.md b/71.md
index 3680626..db4204b 100644
--- a/71.md
+++ b/71.md
@@ -12,11 +12,11 @@ Unlike a `kind:1` event with a video attached, video events are meant to contain
12 12
13## Video Events 13## Video Events
14 14
15There are two types of video events represented by different kinds: horizontal and vertical video events. This is meant to allow clients to cater to each as the viewing experience for horizontal (landscape) videos is often different than that of vertical (portrait) videos (Stories, Reels, Shorts, etc). 15There are two types of video events represented by different kinds: _normal_ and _short_ video events. This is meant to allow clients to cater to each as the viewing experience for longer, mostly horizontal (landscape) videos is often different than that of short-form, mostly vertical (portrait), videos ("stories", "reels", "shorts" etc).
16 16
17#### Format 17#### Format
18 18
19The format uses a _regular event_ kind `21` for horizontal videos and `22` for vertical videos. 19The format uses a _regular event_ kind `21` for _normal_ videos and `22` for _short_ videos.
20 20
21The `.content` of these events is a summary or description on the video content. 21The `.content` of these events is a summary or description on the video content.
22 22