diff options
| -rw-r--r-- | 71.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -14,6 +14,8 @@ Unlike a `kind:1` event with a video attached, video events are meant to contain | |||
| 14 | 14 | ||
| 15 | 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). | 15 | 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). |
| 16 | 16 | ||
| 17 | Nothing except cavaliership and common sense prevents a _short_ video from being long, or a _normal_ video from being vertical, and that may or may not be justified, it's mostly a stylistic qualitative difference, not a question of actual raw size. | ||
| 18 | |||
| 17 | #### Format | 19 | #### Format |
| 18 | 20 | ||
| 19 | The format uses a _regular event_ kind `21` for _normal_ videos and `22` for _short_ videos. | 21 | The format uses a _regular event_ kind `21` for _normal_ videos and `22` for _short_ videos. |