-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Is your feature request related to a problem? Please describe.
The shareable link to a screen capture video is to the MP4 file itself, unlike screen capture photos, where the shareable link is to an HTML page which displays the photos. This means it is not possible to attach metadata to the video.
Describe the solution you'd like
The shareable link to a screen capture video would link to an HTML page which displays the video. The body of the HTML page could display the date and hubs instance where the screen capture video was taken, to orient human users. The HEAD tag could contain metadata, including the date, hubs instance, keywords, and site description, so web crawlers know what it is a video of, and social media could display a proper preview. That should lead to greater engagement.
Describe alternatives you've considered
It's possible MP4 video metadata can contain similar data.
Additional context
This would require programming in Elixir. It should be similar to the shareable photo link, so it should be a nice first project for anyone starting out with Elixir.