{
  "slug": "video-mute",
  "name": "gizza-ai/video-mute",
  "version": "0.1.0",
  "title": "Mute a Video Online — Remove Audio — gizza.ai",
  "description": "Remove the audio track from a video right in your browser — lossless, no re-encode. Nothing is uploaded, free, no sign-up.",
  "tags": [
    "mute video",
    "remove audio",
    "silent video",
    "strip audio track",
    "ffmpeg"
  ],
  "category": "video",
  "urls": {
    "page": "https://gizza.ai/tools/video-mute/",
    "markdown": "https://gizza.ai/tools/video-mute/index.md",
    "descriptor": "https://gizza.ai/tools/video-mute/tool.json",
    "deep_link_example": "https://gizza.ai/tools/video-mute/?url=https://example.com/input"
  },
  "cli": "gizza tool video-mute 'url=https://example.com/input'",
  "tool": {
    "description": "Remove the audio track from a video, returning a silent copy. Lossless — the video is stream-copied (no re-encode), only the audio is dropped. Provide the video as either url (HTTP/HTTPS) or ref (id from a prior tool call). Note: runs on the standalone page and the CLI (chat ffmpeg is unavailable).",
    "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"
    }
  }
}