Sample MOV Files — Download QuickTime Test Videos

Apple QuickTime Movie · .mov · MIME type video/quicktime

3 files957 KB1.9 MBDirect linksNo ads, no sign-upFree for any useSHA-256 verified

Download a sample MOV file — the QuickTime container that iPhones, Macs and most cameras record to. Our files use H.264 video and AAC audio, so they play in any browser and let you test the container handling separately from codec support.

MOV is the ancestor of MP4 and structurally almost identical, but the extension alone makes some upload validators reject it and some players refuse to stream it. Real-world MOV files can also contain ProRes or HEVC, so your transcoder should never assume the codec from the extension.

Preview: sample-video-480x270-1mb.mov — every file on this page uses the same test pattern at a different size or resolution.

Download sample MOV files

FileDetailsSizeDownload
sample-video-480x270-1mb.mov
480 × 270 • 10s
480 × 270 · 10 s · 30 fps · H264 · AAC audio · 765 kbps957 KB
957,216 bytes
Download MOV
sample-video-1280x720-2mb.mov
1280 × 720 • 10s
1280 × 720 · 10 s · 30 fps · H264 · AAC audio · 1487 kbps1.9 MB
1,859,810 bytes
Download MOV
sample-video-1920x1080-2mb.mov
1920 × 1080 • 10s
1920 × 1080 · 10 s · 30 fps · H264 · AAC audio · 1513 kbps1.9 MB
1,892,259 bytes
Download MOV
3 files · direct links · no sign-up · CORS enabled

Use these files from the command line or CI

Every URL is stable and CORS-open. Pin the SHA-256 in your test and you will know the moment a fixture changes.

# Download one file
curl -O https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/videos/mov/sample-video-480x270-1mb.mov

# Verify it (SHA-256 is listed for every file above)
shasum -a 256 sample-video-480x270-1mb.mov

# Machine-readable index of every sample file
curl https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/index.json | jq '.files[] | select(.format=="mov")'

MOV format at a glance

Full nameApple QuickTime Movie
Extensions.mov
MIME typevideo/quicktime
IntroducedApple QuickTime, 1991
Codecs hereH.264 High profile + AAC
Streamingfaststart (metadata at file head)
Magic bytes… 66 74 79 70 71 74 20 20 ("ftypqt ") at offset 4

What people test with sample MOV files

  • iPhone and Mac screen-recording uploads
  • MOV → MP4 remux (no re-encode needed for H.264/AAC)
  • MIME-type detection (video/quicktime)

Frequently asked questions

Can I just rename a .mov file to .mp4?

Often it will play, because the structures are so close, but it is not correct and some players check the ftyp brand. Remuxing with ffmpeg (-c copy) takes a second, needs no re-encoding, and produces a proper MP4.

Are these MOV files safe to download?

Yes. Every file is generated by our own open script from scratch — nothing is scraped or user-uploaded — and contains no scripts, macros or executables. The SHA-256 of each file is published on this page so you can verify what you received.

Can I use the sample MOV files commercially?

Yes. They are free for any purpose, including commercial products, test suites, demos and redistribution, with no attribution required. There is nothing to license and no one to ask.

Can I hotlink these files or use them in CI?

Yes. Every link is a stable direct URL over HTTPS with Access-Control-Allow-Origin: * and long cache headers, so curl, wget, fetch() and test runners can pull them directly. A JSON index of every file is linked from each page (see the command-line section).

Related sample files

Testing a file pipeline? We build them.

Uploads, conversions, previews, document processing and media workflows are the kind of production systems Pine & Birch designs and runs for clients — which is why we needed these files in the first place.

See how we can help
Free sample files by Pine & Birch — technology consulting, Toronto. Free for any use, no attribution required.