Guide

How to remove audio from a video

Provide a valid, non-empty Base64 video within the 50 MB decoded-input limit. If processing succeeds, Mute Video removes all audio tracks and produces an MP4 video.

Tool Mute Video

When to use Mute Video

Mute Video is useful when a visual clip should play without sound, such as a presentation segment, tutorial, or social post. After successful processing, the tool removes every audio track from the supplied video and produces an MP4 output. The input is a Base64 string containing non-empty media data, rather than an empty value.

The result is built from the first video stream. If the source contains several video streams, the tool does not create a separate output for each one. Understanding that selection helps you set expectations before submitting a file and lets you check whether the resulting silent clip contains the visual stream you intended to use.

Prepare and process the video

  1. Choose the video you want to make silent and convert its media data into a valid Base64 string. Confirm that the string contains non-empty media data before you submit it.

  2. Check the decoded size of the media. The limit is 50 MB, equal to 52,428,800 bytes. A value below that limit is still subject to the processing system accepting the media.

  3. Enter the Base64 string in the file input and start the operation. There is no separate audio-track choice because successful processing removes all audio tracks from the supplied video.

  4. Allow the operation to finish within its 45-second execution timeout. Invalid input, unavailable processing support, a timeout, a processing failure, or missing or empty output causes the operation to fail instead of producing a successful media result.

  5. If processing succeeds, use the returned MP4 video. The output uses the first video stream, and that stream is copied rather than re-encoded.

Check the returned video

A successful result has MP4 video content with its audio tracks removed. Its visual content comes from the first video stream, which is copied rather than re-encoded, so the operation is not a request to combine several video streams into one new visual sequence.

If the operation fails, inspect the input before changing your intended edit. Make sure the Base64 value decodes to non-empty media and that the decoded size does not exceed 50 MB. Also account for the 45-second execution timeout and the possibility that the available processing support does not accept the submitted media. The optional file parameter can default to an empty value, but that default contains no media and therefore cannot produce a successful result.

The output format alone does not establish that every video format or codec will be accepted; successful processing depends on the available media-processing support.

Worked example

You have a 42 MB video and want a silent version for a presentation.

Provide the 42 MB video as a valid non-empty Base64 string and start processing.

A successful result is an MP4 video based on the first video stream, with all audio tracks removed.

Limitations

  • Input size and execution time are limited, and acceptance depends on available media-processing support; the output uses the first video stream.

Common errors

  • An empty or malformed Base64 value has no usable media; encode the intended video again and submit a non-empty valid string.

FAQ

Can I submit an empty file input?

Processing an empty value fails because it provides no media data. Supply a valid Base64 string that contains non-empty video media before starting the operation.

Does it remove just one audio track?

Successful processing removes all audio tracks from the supplied video, so it does not provide a choice to keep one track while removing another.

What kind of video output does it produce?

A successful operation produces an MP4 video based on the first video stream. That stream is copied rather than re-encoded.

Tool

Mute Video