Sample MOV 100KB File
QuickTime video — Apple format
Click below for an instant download — no signup, no redirect.
Download 100KB MOV100 KBTestFile-mov-100kb.mov
File details
| Format | MOV |
| Extension | .mov |
| MIME type | video/quicktime |
| Size | 100 KB |
| Exact bytes | 102,400 |
| Filename | TestFile-mov-100kb.mov |
| Format version | QuickTime (.mov) / H.264 + AAC-LC — Apple QuickTime File Format |
| Contents | 854 × 480 SMPTE colour bars, ~10 s; H.264 Baseline CRF 28; AAC-LC 440 Hz mono 64 kbps; QuickTime container |
| Encoding | H.264 Baseline profile, CRF 28; AAC-LC 44.1 kHz mono 64 kbps; QuickTime ISOBMFF, 'qt ' brand |
What is a 100KB MOV file useful for?
A 100 KB MOV is the right file for testing that your upload endpoint correctly handles QuickTime files submitted by macOS users. macOS screen recordings (Shift+Cmd+5) and older iPhone video (iOS 10 and earlier) produce MOV by default. Use it to verify MIME type detection (video/quicktime), to confirm your pipeline handles the QuickTime-specific 'qt ' ftyp brand, and to test remux-to-MP4 for browser delivery.
What's inside this file?
Generated by ffmpeg. An 854 × 480 SMPTE colour-bar test pattern approximately 10 seconds long. H.264 Baseline profile at CRF 28. Audio: a 440 Hz sine tone, mono, AAC-LC at 64 kbps, 44.1 kHz. QuickTime container with the 'qt ' brand in the ftyp box. The container structure is nearly identical to MP4 (both are ISO Base Media File Format derivatives) but the QuickTime brand signals QuickTime-specific extensions.
Download via curl
curl -L "http://localhost:8000/files/mov/TestFile-mov-100kb.mov" \ -o TestFile-mov-100kb.mov
Need different parameters?
Generate a custom MOV file with exact settings.