rename from "horizontal" and "vertical" to "normal" and "short".

This commit is contained in:
fiatjaf 2025-01-21 11:46:03 -03:00
parent b0ab83f04d
commit 23ac7d9f7a

4
71.md
View File

@ -12,11 +12,11 @@ Unlike a `kind:1` event with a video attached, video events are meant to contain
## Video Events
There 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).
There 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).
#### Format
The format uses a _regular event_ kind `21` for horizontal videos and `22` for vertical videos.
The format uses a _regular event_ kind `21` for _normal_ videos and `22` for _short_ videos.
The `.content` of these events is a summary or description on the video content.