NIP-71 feat: video multiple audio tracks#2255
NIP-71 feat: video multiple audio tracks#22551-leo wants to merge 4 commits intonostr-protocol:masterfrom
Conversation
|
IMO, Audio MUST always have waveforms. Follow https://github.com/nostr-protocol/nips/blob/master/A0.md for guidance there. |
Is there a recommended length or max length? for videos waveform could be quite long |
|
But this is only for audio, right? Maybe for hour-long podcasts, waveform is less interesting... |
|
Yes, it's the audio track of the video. For something like YouTube Music, a waveform could be interesting. |
|
The mimetype I'm not sure how this would work in a player. The NIP-71 semantic of the imeta tags is, that these files are alternatives to each other. This would work for an "audio-only" stream. Using this to add multiple audio streams to a video is a completely different semantic. Is there a video player that uses different audio files to augment a video? Usually video and audio are muxed to a single stream. |
adds audio
imetatags:allows:
caveats:
Clients should check if audio tracks are available.
This is especially important if servers optimize for storage by not embedding audio directly into the video files.