Video File QR Code Generator
Link a QR code to any video file hosted online. MP4, WebM, and other common formats all work. Useful for training clips, product demos, and self-hosted content.
Enter Your Video Link
Preview
Your QR code will appear here
Generated entirely in your browser. Nothing is uploaded.
About Video File QR Codes
A video file QR code stores the URL of a video hosted on the web. When someone scans it, their phone opens the file in the browser and starts playback or offers a download. This works for any host that serves video over HTTPS and supports range requests, which most servers do by default.
Because the URL is encoded directly into the pattern, the code does not need a redirect service and does not expire. It will keep working as long as the video file remains online at the same address.
Common Uses
- Product demos. A code on packaging opens a short how-to video.
- Training material. Equipment labels link to a training clip.
- Event recordings. A code on a flyer opens a talk or a recap.
- Real estate listings. A code on a sign opens a walkthrough video.
- Museum exhibits. A code on a plaque opens a short documentary.
- Business cards. Link to a personal video introduction.
Hosting Your Video
Solancr does not store files. The video must already be available at a public URL before you generate the code. Options include your own website, Amazon S3, Cloudflare R2, Bunny CDN, or a public folder on cloud storage. YouTube and Vimeo can be used, but they require their own specific URLs, so the YouTube type is a better fit.
Whichever host you use, open the link in a private browser window first to confirm it plays without a login. If the link requires a sign-in, scanners will not be able to open it either.
Tips for Reliable Video Codes
- Use a direct link to the file, ending in
.mp4or.webm, rather than a page with an embedded player. - Keep the URL short. Short URLs produce simpler QR patterns.
- Choose MP4 (H.264) for the widest compatibility across browsers and devices.
- Keep file size reasonable. Large videos are slow on mobile networks.
- Test the code on both Android and iOS before printing at scale.
Related Types
- YouTube for YouTube-hosted videos
- Audio for hosted audio files
- URL for general web pages
- Image for picture links
- PDF for document links
Related Pages
Frequently Asked Questions
Can I upload a video to Solancr?
No. Solancr does not host files. Host the video on your own site, a CDN, or a cloud storage service with a public link, then paste that URL here.
Which video formats work?
Any format a browser can play works, including MP4, WebM, MOV, and M4V. The scan simply opens the URL, and the destination handles playback.
Will the video play inside the scan?
No. The scan opens the URL in the browser, which then plays or downloads the video depending on the file and the browser's behavior.
Is the video QR code free?
Yes. No signup, no watermark, and no scan limit.
Can I use a YouTube link here?
You can, but the YouTube-specific QR type is a better fit. It handles short links and video IDs correctly. Use the YouTube page if the video is on YouTube.
Why does the video download instead of playing?
Behavior depends on the server's response headers. If the server sends the file as an attachment, the browser downloads it. To force inline playback, the host must send the correct content type and avoid the Content-Disposition attachment header.