A video that plays silently after conversion is a specific and fixable problem. The video track was converted successfully, but the audio track was either dropped or re-encoded to a format the player doesn't support. The original audio is still in the source file — you just need to get it into the output correctly.
Common Causes
| Cause | How to tell |
|---|---|
| Audio track dropped during conversion | File size is much smaller than expected |
| Output uses an uncommon audio codec | Plays in VLC but not the default player |
| Conversion tool didn't support the audio codec in the source | Depends on the format |
| Muted settings in conversion | Easy to check in the tool |
The Fastest Fix
Re-convert from the original source file, making sure the audio is included. For MOV files from iPhone, use MOV to MP4, which carries audio through by default. For other formats, the same principle applies — re-convert from the original with a tool that explicitly outputs MP4 H.264 video and AAC audio.
AAC is the standard audio codec for MP4 files and plays on every modern device and player — if the re-converted file uses AAC audio inside an MP4 container, it will have sound everywhere.
Check the Original File First
Before re-converting, confirm the original source video actually has sound by playing it. If the original itself is silent (a screen recording with no mic, or a silent camera video), there's no audio to recover — the conversion wasn't the problem.
When the Conversion Tool Is the Issue
Not all conversion tools carry audio through every format. If the original has audio and the output doesn't:
- Try a different quality setting or output option if the tool offers one.
- Try a different conversion tool for that specific format.
- Extract the audio separately first with MP4 to MP3, then keep both files (or re-combine with a video editor if you need one file).
Preventing It
- Always play back a few seconds of any converted video before deleting the original source file.
- Check file size — a converted video that's dramatically smaller than the source often means audio was lost.
- If size confirms audio is missing and you still have the original, re-convert immediately.
Related Troubleshooting
For video files that won't play at all (not just silent), see why a video won't play on your phone. For audio problems in general, see why an audio file won't play.
Double-Checking After Conversion
Make checking audio after conversion a habit. Play the first 30 seconds of any converted video before deleting the source file. This catches silent conversions before the original is gone. For conversions from iPhone MOV files, MOV to MP4 is specifically tested to preserve audio through the conversion. For conversions from MKV or AVI, the audio codec in the original matters — see what is a video codec: H.264 and H.265 explained for context on what codecs are and how they interact with containers.
Video Plays But Audio Is Delayed
A separate but related problem is audio that plays but is out of sync with the video — dialogue appears to lag behind or ahead of the speaker's mouth. This is a different issue from missing audio entirely, usually caused by frame rate mismatches during conversion. Re-converting with consistent settings from the original, rather than the already-converted file, is the standard fix.