Corrupt a Video File Online
Corrupt an MP4, MOV, MKV or AVI video online for free. Destroys the moov atom so no player can index or play the stream.
- Aucun envoi
- Aucune limite de taille
- Aucune inscription
Corrompez votre fichier video
Réglé pour .mp4, .mov, .mkv, .webm, .avi, et fonctionne tout aussi bien avec n'importe quel autre format.
Pourquoi les fichiers video sont difficiles à corrompre correctement
Video containers are designed to survive damage, a player will skip a broken region and keep going. What no player can survive is losing the index. In MP4 that index is the moov atom, and destroying it makes the file unplayable everywhere.
Ce que cet outil détruit
- The ftyp box. The brand identifier at the start of the file is overwritten, so the container type cannot be determined.
- The moov atom. The movie header holding the sample table, timing and codec configuration is destroyed. Without it there is no way to locate a single frame.
- The mdat payload. Entropy is scattered through the media data, so frame-carving recovery tools come back empty.
- Matroska and AVI. MKV and WebM are targeted through their EBML header and segment info; AVI through its RIFF chunk headers and index.
Ce que vous verrez ensuite
| Application | Comportement |
|---|---|
| VLC | "Your input can't be opened", VLC is unusually tolerant and still refuses. |
| QuickTime / Windows Media Player | "The file is not a movie file" or an unsupported-format error. |
| YouTube / social uploads | The upload completes and then fails processing. |
| File manager | Generic video icon instead of a preview frame, and no duration shown. |
Raisons courantes de le faire
- Testing how a video platform handles a malformed upload.
- Verifying a transcoding pipeline fails cleanly and reports the reason.
- Producing a realistic damaged recording for a recovery-tool demonstration.
- Checking that a media player surfaces a useful error rather than freezing.
Comment corrompre un fichier video
- Déposez votre fichier .mp4 dans la zone ci-dessus, ou cliquez pour parcourir.
- Laissez le niveau sur Standard, sauf si vous voulez des dommages partiels (Light) ou devez mettre en échec un logiciel de récupération (Heavy).
- Cliquez sur Corrompre le fichier. Le traitement a lieu sur votre appareil, il se termine donc presque instantanément.
- Téléchargez le résultat. Par défaut, il conserve le nom de fichier et la longueur en octets d'origine.
Questions fréquentes sur Video
Will the video still show its duration?
No. Duration lives in the moov atom, which is destroyed. File managers show the correct file size but no duration or resolution.
Can recovery software rebuild it?
At Light level, sometimes partially. At Standard and above the sample table and media payload are both destroyed and nothing meaningful comes back.
Does it handle very large video files?
Yes. Processing runs in 8 MB slices, so multi-gigabyte files are handled without exhausting memory, and since nothing is uploaded, there is no transfer time.
Which containers are supported?
MP4, MOV, M4V, MKV, WebM and AVI have dedicated profiles. Anything else falls back to a generic profile that still breaks it.