No file chosen
How to use this tool
- Upload your video to detect its duration.
- Choose sample rate and channel count.
- Click "Generate Silent WAV" to download a perfectly matched silent audio file.
- Mux the video and audio with your editor: in FFmpeg:
ffmpeg -i video.mp4 -i silent.wav -c:v copy -c:a aac -shortest output.mp4
Why use a silent audio track?
Some social platforms reject "silent" videos (video streams with no audio track at all) or flag them for review. Adding an empty audio track satisfies the container requirement without changing the visual content.
Why it's private
The silent WAV is generated using the Web Audio API — only a buffer of zeros. Your video file is never read in full and never uploaded anywhere.