Convert Video
Change a video's format or codec without uploading it.
How to convert video
- Drop a video in. AVI, MKV, MOV, MP4, WebM and WMV are all accepted.
- Pick the output format and codec. MP4 with H.264 plays on every device.
- Convert and download.
About this tool
Video format problems are mostly container problems rather than codec problems. MP4 and MKV are containers — they hold a video track, an audio track, and metadata. The codec is what actually compressed those tracks. A video "in MKV format" might contain H.264 video and AAC audio, and converting it to MP4 with the same codecs could just be a remux with no quality loss at all — the tool tries stream copy first when the target codec matches the source.
The situations that genuinely require re-encoding are changing the codec (from H.264 to AV1, for example) or changing the container to one that the existing codec does not fit into (WebM only accepts VP8, VP9 or AV1 video and Vorbis or Opus audio). In those cases every frame goes through decode and encode, and the tool makes the cost visible with a progress indicator.