WorkflowActive
wiro / video-audio-remover
video-audio-remover
Strip all audio tracks from a video and export a silent copy. It preserves the original video stream and keeps the same container when possible.
Utility
Model ID
video-audio-remover
Provider
wiro
Updated
1785770267
wiro playground—wiro/video-audio-remover
Updated 1785770267
## Overview
Video Audio Remover removes every audio track from a video file. It keeps the original video stream intact and drops the audio streams. This keeps picture quality unchanged and avoids a full video re-encode. You get a silent copy of the same clip, ready for sharing or editing.
## What you can build
- Mute user-uploaded clips before posting to social apps.
- Create silent B-roll for captions-only ads.
- Prepare clips for dubbing, voiceover, or fresh background music.
- Remove unwanted recorded sound from screen recordings before publishing tutorials.
- Add a “mute on export” step to a creator workflow.
## Inputs
- One video file you provide as an upload or as a direct URL.
- Common accepted formats on Wiro include MP4, MOV, and WebM.
- The platform file upload limit is 100 MB per file.
## Outputs
- One video file with all audio tracks removed.
- The output keeps the same container when possible, so MP4 typically stays MP4.
- The video stream stays unchanged, so resolution and visual quality match the input.
- You receive a downloadable file URL for the silent video.
## Limitations
- This model removes the entire audio track. It can’t keep speech while removing music.
- Very large videos may fail if they exceed the 100 MB upload limit.
- Corrupted files, uncommon codecs, or broken timestamps can cause processing errors.
## Safety & compliance
- You must own the content you upload or have permission to edit and redistribute it.
- Don’t use Wiro to create or distribute CSAM or content that exploits minors.
- Don’t generate or distribute non-consensual intimate imagery or deceptive deepfakes.
- Don’t use the service for violence, terrorism, hateful content, or illegal activity.
- Don’t impersonate others or use outputs for disinformation, spam, or fraud.
API quick start
Run video-audio-remover with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/video-audio-remover
{
"inputVideo": "https://your-cdn.com/input.mp4"
}