Remove metadata from AVI (.avi)
Step-by-step: what metadata AVI contains, how ExifSweep removes it, and what gets preserved.
What AVI typically leaks
- INFO LIST chunk (creator, name, copyright)
- IDIT (date)
- ISFT (software)
Why this matters
Legacy format still common for camera RAW exports and screen recordings.
How ExifSweep cleans it
FFmpeg.wasm `-c copy -map_metadata -1` removes the INFO LIST and all stream tags.
What we preserve
All streams; rare codec-extra-data is kept intact.
Try it on your .avi file
Free, in your browser, never uploaded.
Open the app →