Format Comparison Table
| Format | Best For | Quality | Compatibility |
| MP4 (H.264) | Web delivery, social media | Excellent | Universal ✓ |
| WEBM (VP9) | Browser embedding, smaller files | Very Good | Modern browsers ✓ |
| MOV (ProRes) | Editing masters, Apple ecosystem | Near-lossless | Apple/macOS ✓ |
| MKV (H.265) | Archiving, high compression | Excellent | Select players ✓ |
Copy-Ready Conversion Commands
Convert to MP4 H.264 (Universal)
melt "input.mov" -consumer avformat:"output.mp4" vcodec=libx264 crf=23 acodec=aac
Convert to WEBM VP9 (Small file, web-ready)
melt "input.mp4" -consumer avformat:"output.webm" vcodec=libvpx-vp9 crf=30 acodec=vorbis
Convert to MOV ProRes (Editing master)
melt "input.mp4" -consumer avformat:"output.mov" vcodec=prores acodecpcm_s16le
When to Use Each Format
- MP4/H.264: YouTube, TikTok, Instagram, Facebook — universal compatibility
- WEBM/VP9: Website embeds where file size matters most
- MOV/ProRes: Professional editing workflows on Mac
- MKV/H.265: Archival storage with maximum compression