Video

MP4 File Generator

H.264 video — SMPTE test card, 440 Hz audio

20 files / day on the free tier

cURL equivalent

curl -X POST https://gettestfiles-api.fly.dev/generate/mp4 \
  -H "Content-Type: application/json" \
  -d '{
    "duration_sec": 30,
    "resolution": "720p",
    "fps": "30",
    "include_audio": true
  }' \
  --output sample.mp4

About this generator

  • Files are generated on demand and streamed directly — nothing is stored.
  • Rate limited to 20 files per day per IP on the free tier.
  • For bulk generation, use the API directly from your CI pipeline.

Just need a standard file?

Download a pre-built MP4 file instantly.

⬇ Browse MP4 downloads