{
  "slug": "mp4-to-mov",
  "name": "gizza-ai/mp4-to-mov",
  "version": "0.1.0",
  "title": "Convert MP4 to MOV Online — gizza.ai",
  "description": "Free MP4 to MOV converter in your browser. Lossless stream-copy remux into a QuickTime container for Final Cut Pro and iMovie — nothing re-encoded or uploaded.",
  "tags": [
    "mp4",
    "mov",
    "quicktime",
    "convert",
    "video",
    "remux",
    "stream-copy",
    "final-cut",
    "lossless",
    "no-reencode"
  ],
  "category": "video",
  "urls": {
    "page": "https://gizza.ai/tools/mp4-to-mov/",
    "markdown": "https://gizza.ai/tools/mp4-to-mov/index.md",
    "descriptor": "https://gizza.ai/tools/mp4-to-mov/tool.json",
    "deep_link_example": "https://gizza.ai/tools/mp4-to-mov/?url=https://example.com/input"
  },
  "cli": "gizza tool mp4-to-mov 'url=https://example.com/input'",
  "tool": {
    "description": "Remux an MP4 video into a QuickTime (.mov) container without re-encoding. Provide either url (HTTP/HTTPS) or ref (id from a prior tool call). Every stream (video, all audio tracks, data) is stream-copied with -map 0 -c copy -movflags +faststart: lossless, near-instant, no quality change. QuickTime .mov holds every codec MP4 can, so this always succeeds — the .mov wrapper is what Final Cut Pro, iMovie and QuickTime Player expect. To change codec/quality, use video-transcode instead.",
    "parameters": {
      "additionalProperties": false,
      "oneOf": [
        {
          "required": [
            "url"
          ]
        },
        {
          "required": [
            "ref"
          ]
        }
      ],
      "properties": {
        "ref": {
          "description": "Reference id from a prior tool call. Use either url or ref.",
          "type": "string"
        },
        "url": {
          "description": "Video URL (HTTP/HTTPS). Use either url or ref.",
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}