Convert anything, at global scale.
200+ formats and automation APIs that feels instant.
CONVERT
From
To
Drop files or choose a source
Upload multiple files at once, mix formats, and fine-tune every conversion with format-aware settings.
Max 2GB per file · Drag & drop ready · Mixed file types welcome
MOD at a glance
MOD
Convert to MOD when preserving original consumer camcorder captures or when a legacy ingest workflow still expects the camera-native container.
More commonly, it serves as a source format during home-video digitization and migration into MP4, MOV, or editing-friendly mezzanine files.
SVGZ at a glance
SVGZ
Convert to SVGZ when you need SVG semantics but want the file itself stored or transmitted in compressed form.
It is most useful for web asset pipelines, map layers, and technical graphics repositories where vector fidelity matters and pre-compressed files are already part of the deployment model.
If the downstream environment already applies gzip or brotli to ordinary SVG responses, plain SVG is often easier to work with.
Choose SVGZ when the consumer explicitly expects it or when archived asset size is worth prioritizing.
Format comparison
| Feature | MOD | SVGZ |
|---|---|---|
| File type | Video | Vector |
| Extensions |
|
|
| MIME type |
|
|
| Compression / quality | depends | scalable |
| File size characteristics | large | small |
| Compatibility | moderate | moderate |
| Editability | limited | high |
| Created year | 2004 | 2001 |
| Inventor | JVC / Panasonic | World Wide Web Consortium (W3C) |
| Status | legacy | active |
| Transparency | ❌ | ❌ |
| Animation | ❌ | ❌ |
| Primary use cases |
|
|
| Common software |
|
|
| Archival suitability | moderate | good |
| Metadata handling | moderate | moderate |
| Delivery profile | strong | strong |
| Workflow fit | delivery | design |
| Layer support | ❌ | ❌ |
When to use each format
When to use MOD
- editing
- mastering
- streaming delivery
- Simple MPEG-2 Program Stream file that most NLE software can handle after renaming to .mpg.
When to use SVGZ
- illustration
- diagramming
- brand asset delivery
- Significantly smaller than uncompressed SVG.
FAQs
Why convert MOD to SVGZ?
Convert to SVGZ when you need SVG semantics but want the file itself stored or transmitted in compressed form.
It is most useful for web asset pipelines, map layers, and technical graphics repositories where vector fidelity matters and pre-compressed files are already part of the deployment model.
If the downstream environment already applies gzip or brotli to ordinary SVG responses, plain SVG is often easier to work with.
Choose SVGZ when the consumer explicitly expects it or when archived asset size is worth prioritizing.
What changes when converting MOD to SVGZ?
This conversion changes how the format behaves in downstream tools and delivery environments.
Size profile changes from large in MOD to small in SVGZ. Quality profile changes from depends in MOD to scalable in SVGZ. Editability profile changes from limited in MOD to high in SVGZ. Archival profile changes from moderate in MOD to good in SVGZ. Workflow profile changes from delivery in MOD to design in SVGZ.
What should I review after converting MOD to SVGZ?
Check the exported file for Not human-readable without decompression.; Requires correct HTTP headers for web delivery.; Cannot be edited directly — must decompress first..