Add a demo video to the README - #30
Merged
Merged
Conversation
Uploaded via GitHub's attachment CDN (drag-and-drop into a comment editor), which is what makes it render as a real inline player rather than a link out to another site. Landed on a 55-second clip after finding the actual constraint the hard way: GitHub's attachment upload has a duration cap somewhere between 55 and 60 seconds — file size, resolution, and audio were all red herrings once a 16MB/720p re-encode still failed and a trivial 3-second synthetic clip succeeded instantly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a short demo clip at the top of the Screenshots section, above the static screenshot grid —
a video's the strongest first thing a visitor should see.
It's uploaded via GitHub's own attachment CDN (dragged into a comment editor to get the
user-attachmentslink), pasted as a bare URL rather than wrapped in markdown — that's what makesGitHub render it as a real inline
<video>player with controls, instead of a click-through link.Worth noting for future reference: getting a working upload took some trial and error. File size
and resolution weren't actually the blocker — a 16MB/720p re-encode still failed to upload, while a
tiny 3-second synthetic test clip worked instantly. The real constraint turned out to be video
duration: uploads succeeded at 55 seconds and failed at 60, so the cap sits somewhere in that
5-second window. Landed on a 55-second clip to stay safely under it.
Test plan