How to Make a QR Code That Opens a Video at a Specific Timestamp
August 31, 2026

How to Make a QR Code That Opens a Video at a Specific Timestamp
Quick answer: To create a QR code that opens a YouTube video at a specific timestamp, add &t= followed by the number of seconds (or a format like 1m30s) to the end of your video's URL, then generate a QR code from that full timestamped link using a free tool like QRGen's YouTube QR code generator. For example: https://youtube.com/watch?v=VIDEO_ID&t=90s opens the video 90 seconds in.
Here's exactly how to build that link correctly, and why this small detail matters more than it looks like it should.
Why Timestamp Precision Matters
A QR code that dumps someone at the beginning of a 12-minute video, when the relevant part is at the 4-minute mark, is asking them to do work they didn't sign up for. Most people who scan a printed QR code are doing so in a moment of curiosity or urgency — at a trade show booth, on packaging, on a printed instruction sheet — and won't sit through unrelated content to find the part that matters to them. A timestamped link removes that friction entirely: the scan and the payoff happen in the same motion.
Step 1: Get the Base Video URL
Open the video on YouTube and copy its standard watch URL — it will look like https://www.youtube.com/watch?v= followed by an 11-character video ID.
Step 2: Add the Timestamp Parameter
Append &t= to the end of the URL, followed by the time you want the video to start at, in one of two accepted formats:
- Seconds only:
&t=90s(starts at 90 seconds) - Minutes and seconds:
&t=1m30s(starts at 1 minute, 30 seconds — equivalent to the above)
A complete example: https://www.youtube.com/watch?v=dQw4w9WgXcQ&t=45s opens that video starting at the 45-second mark.
Alternative method: You can also get this link directly from YouTube itself — pause the video at the moment you want, click "Share," check the box for "Start at [time]," and copy the generated link. This produces the same kind of timestamped URL without manually typing the parameter.
Step 3: Generate the QR Code from the Timestamped URL
Once you have the full URL with the &t= parameter included, treat it exactly like any other link:
- Paste the complete timestamped URL into the generator
- Set error correction to Medium (or High if embedding a logo)
- Export as SVG for print, PNG for digital use
The QR code itself looks identical to any other — the timestamp logic lives entirely in the URL, not in any special QR code feature.
Static or Dynamic for a Timestamped Link?
If the timestamp is tied to permanent content — a tutorial section, a specific demonstration in an evergreen video — a static QR code is the right call: free, permanent, no dependency risk. If you're planning to point the same printed code at different timestamps or different videos over time (for example, updating seasonal content behind the same physical sign), a dynamic QR code's editability becomes genuinely useful, at the cost of depending on that redirect service staying active. See our full comparison in static vs. dynamic YouTube QR codes.
Where Timestamped QR Codes Work Best
- Product packaging pointing to the exact "how to use this" segment of a longer demo video, rather than the video's introduction
- Event signage linking directly to a specific talk or performance timestamp within a longer recording
- Printed instructions or manuals referencing a specific troubleshooting step shown mid-video
- Educational materials pointing students to a specific explanation within a longer lecture recording
Common Mistakes to Avoid
- Using the wrong time format — double-check that
&t=is followed by a valid seconds or minutes-seconds value, not a raw timestamp like4:32 - Forgetting the ampersand if your URL already has other parameters — it should be
&t=after an existing?, not a second?t= - Testing the link in a browser before generating the code — always confirm the timestamped URL actually jumps to the right moment before turning it into a QR code
- Using a dynamic code with a hard-coded timestamp when the underlying video might get re-edited, shifting what's actually at that timestamp later
Frequently Asked Questions
How do I make a YouTube link start at a specific time? Add &t= followed by the time in seconds (e.g., &t=90s) or minutes and seconds (e.g., &t=1m30s) to the end of the video's standard watch URL.
Does the timestamp still work if someone scans the QR code on mobile? Yes — the &t= parameter is part of the URL itself and works identically whether opened on desktop, mobile browser, or directly within the YouTube app.
Can I use a timestamp QR code for a live stream? Not reliably in the same way, since live streams don't have a fixed timeline until they end and become a standard video with a stable URL and timestamp.
Will the QR code still work if I edit the video later? The link will still open the video at the same time marker, but if you've edited or re-uploaded the video, that same time marker may no longer correspond to the same content — always re-verify a timestamped link after any video edits.