Free video repair tools and when to use them.
Start with a free tool that matches the damage: ffmpeg or MP4Box for readable streams and containers, untrunc for a damaged recording with a matching healthy reference, or VLC for certain AVI index problems. In our test of 90 real-world corrupted videos, the measured tools had meaningfully different full, partial, and failed outcomes.
Try FileFix freeWhat the test found
| Approach | Full repair | Partial repair | Failed repair |
|---|---|---|---|
| FileFix | 53 | 3 | 34 |
| ffmpeg remux | 3 | 35 | 52 |
| ffmpeg re-encode | 42 | 5 | 43 |
| MP4Box remux | 8 | 30 | 52 |
Source: FileFix real_v4 comparison artifact, tested July 11, 2026, on 90 real-world corrupted videos. Counts are full repair / partial repair / failed repair.
Try the free tools first
ffmpeg -i broken.mp4 -c copy repaired.mp4ffmpeg -i broken.mp4 -c:v libx264 -c:a aac repaired.mp4MP4Box -add broken.mp4 -new repaired.mp4When the free tool is the right answer
Try the free option when
- Use ffmpeg when it can read or decode the damaged input.
- Use MP4Box when readable tracks need a new MP4 container.
- Use untrunc when you have a healthy reference recorded by the same device with matching settings.
- Use VLC's built-in AVI repair for an AVI file with a damaged or missing index.
Try FileFix when
- Try FileFix when those local tools do not produce a usable result or when you prefer to judge a free watermarked preview before paying.
- No repair tool can recreate footage that is absent from the file.
Repair guides
Questions
untrunc uses a healthy reference video from the same device and matching recording settings to help reconstruct a damaged recording.
VLC can rebuild a damaged or missing AVI index for playback. It is aimed at that AVI indexing case, not every kind of video damage.
See what's recoverable.
Preview the repaired video before you decide.