diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2025-01-30 23:21:37 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 23:21:37 -0300 |
| commit | 6a4b125ad771ac9da4a1347a1ed41185e30ad0cf (patch) | |
| tree | f0944fb005c9b700c0b199a0c02cf936d416c92d /68.md | |
| parent | f440eac3dccefa5c0ec9d3964e1d08357fd31e09 (diff) | |
nip71: make video events regular (#1704)
Diffstat (limited to '68.md')
| -rw-r--r-- | 68.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -12,7 +12,7 @@ The idea is for this type of event to cater to Nostr clients resembling platform | |||
| 12 | 12 | ||
| 13 | ## Picture Events | 13 | ## Picture Events |
| 14 | 14 | ||
| 15 | Picture events contain a `title` tag and description in the `.content`. | 15 | Picture events contain a `title` tag and description in the `.content`. |
| 16 | 16 | ||
| 17 | They may contain multiple images to be displayed as a single post. | 17 | They may contain multiple images to be displayed as a single post. |
| 18 | 18 | ||
| @@ -81,7 +81,7 @@ They may contain multiple images to be displayed as a single post. | |||
| 81 | 81 | ||
| 82 | The `imeta` tag `annotate-user` places a user link in the specific position in the image. | 82 | The `imeta` tag `annotate-user` places a user link in the specific position in the image. |
| 83 | 83 | ||
| 84 | Only the following media types are accepted: | 84 | Only the following media types are accepted: |
| 85 | - `image/apng`: Animated Portable Network Graphics (APNG) | 85 | - `image/apng`: Animated Portable Network Graphics (APNG) |
| 86 | - `image/avif`: AV1 Image File Format (AVIF) | 86 | - `image/avif`: AV1 Image File Format (AVIF) |
| 87 | - `image/gif`: Graphics Interchange Format (GIF) | 87 | - `image/gif`: Graphics Interchange Format (GIF) |
| @@ -89,4 +89,4 @@ Only the following media types are accepted: | |||
| 89 | - `image/png`: Portable Network Graphics (PNG) | 89 | - `image/png`: Portable Network Graphics (PNG) |
| 90 | - `image/webp`: Web Picture format (WEBP) | 90 | - `image/webp`: Web Picture format (WEBP) |
| 91 | 91 | ||
| 92 | Picture events might be used with [NIP-71](71.md)'s kind `34236` to display short vertical videos in the same feed. | 92 | Picture events might be used with [NIP-71](71.md)'s kind `22` to display short vertical videos in the same feed. |