Initializing... drag & drop files here
Supports: WEBM
WebM (VP8 / VP9 / AV1) is the web's native video format — efficient and royalty-free, used heavily by YouTube, Twitter, Reddit, and most browser-based screen recorders. The drawback: WebM is a browser-first container, and most hardware decoders skip it entirely. HEVC (H.265) is the codec Apple, Samsung, and Sony devices use for 4K and HDR playback, and it's wired directly into the silicon on iPhones (since iPhone 6s, A9, 2015), Apple Silicon Macs, Snapdragon 820+, and Intel 7th-gen+. Common reasons people convert WebM → HEVC:
| Property | WebM (VP9) | HEVC (H.265) |
|---|---|---|
| Type | Container + codec (royalty-free) | Video codec |
| Native browser playback | Chrome, Firefox, Edge, Opera; Safari since iOS 14.5 | Safari, Edge with HW, Chrome 107+ HW only |
| Native app playback | Limited — needs codec-aware player | iOS, macOS, Apple TV, modern smart TVs, Windows with HEVC pack |
| Hardware decode | Limited — newer Android, Pixel 6+, M-series Mac | iPhone 6s+ (A9, 2015), Apple Silicon, Intel 7th-gen+, Snapdragon 820+ |
| Compression vs H.264 | VP9 ~50% smaller | HEVC ~50% smaller |
| 4K / HDR | Possible but hardware-limited | Native — primary use case |
| Royalty status | Royalty-free | Multiple patent pools, license fees |
| Best for | Web embedding, browser-only playback | Apple ecosystem, 4K/HDR, hardware playback |
| CRF | Visual quality | File size (relative to source) | Best for |
|---|---|---|---|
| 18 | Visually lossless | Largest | Master copies, archive |
| 23 | Default — high quality | Balanced | Sharing, social uploads |
| 28 | Noticeably smaller | ~50% of CRF 23 | Mobile playback, email |
| 32+ | Visible artifacts | Smallest | Quick previews only |
It depends on the WebM codec. A VP8 WebM (older OBS, Chrome screen recorder before 2018, most YouTube downloads with format=webm) re-encodes to HEVC at roughly 40-50% smaller. A VP9 WebM is already efficient — expect HEVC output to be similar size or marginally smaller (5-15%). An AV1 WebM is the most efficient codec available; HEVC output will usually be slightly larger than the AV1 source. If size is the goal and your source is already VP9 or AV1, the savings come from lowering CRF or resolution rather than the codec switch alone.
Plain .hevc is a raw elementary stream — useful when a downstream tool specifically wants the bitstream without container overhead, or when you're feeding the output into a muxer manually. Most users picking HEVC actually want HEVC inside an MP4 or MOV container — see WebM to MP4 for that path, where you can choose H.265 as the codec and get an .mp4 you can play on iOS and AirDrop directly.
The default output reencodes audio to AAC, which is what most HEVC-aware players (iOS, macOS QuickTime, smart TVs) expect. You can pick AC3 or MP3 from the Audio Codec dropdown if your target player requires it. Opus is also available but support inside an HEVC bitstream is limited — AAC is the safer default.
Only if your target device's screen is smaller than the source. A 1920×1080 WebM played back on an iPhone 14 (2532×1170) doesn't benefit from upscaling, but downscaling to 1080p is fine if the source is 4K and you only watch on phone. The resolution preset dropdown covers 360p / 480p / 720p / 1080p / 1440p / 4K / 8K, plus custom dimensions and percentage scaling.
Yes. Use the trim section to set a start time and duration. Both accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Trimming first cuts the encode time proportionally — converting only the middle 2 minutes of a 30-minute Chrome recording is roughly 15× faster than encoding the whole thing.
Apple has hardware HEVC decoders on every iPhone since the 6, every iPad since the Pro 2017, every Apple TV since the 4K, and every Mac since 2015. Apple's AV1 decoder is hardware-accelerated only on iPhone 15 Pro / Pro Max, M3 Macs, and newer — older Apple gear falls back to software AV1 decode, which is slow and battery-hungry. For mixed Apple-ecosystem audiences, HEVC is the safer hardware target today.
XConvert handles large WebM files including multi-GB screen recordings. Conversion happens on our servers, so the practical limit is upload size and connection speed and your patience for the upload. There's no 100 MB cap like Convertio and no quantity limit on batch jobs.
Yes — drop in as many WebM files as you want and they convert in parallel on our servers. Apply uniform codec/CRF/resolution settings, or override per-file. Output downloads individually or as a single ZIP. Useful for clearing out an OBS recording folder before importing into Final Cut.