Initializing... drag & drop files here
Supports: CAVS
.cavs clip or click "Add Files". CAVS is a raw Chinese AVS video stream, so it decodes server-side with FFmpeg even when your desktop player only plays the audio. Batch is supported — drop in several files and each one converts in parallel.CAVS holds video encoded with AVS (Audio Video Coding Standard of China), the codec developed by China's Audio Video Coding Standard Workgroup, founded in 2002 and headed by academician Gao Wen. The first-generation standard was adopted as Chinese national standard GB/T 20090.2-2006 in February 2006, and its compression efficiency is roughly comparable to H.264/MPEG-4 AVC. AVS is used inside China for IPTV and broadcast delivery, but the raw .cavs elementary stream is a niche, hard-to-play file almost everywhere else.
That mismatch is the whole reason this conversion exists. A .cavs file is not a container with neatly muxed audio and video — it is a bare AVS video bitstream, which is why most desktop players either refuse it or play sound with no picture. Re-encoding into a mainstream container fixes that:
<video> embed, WebM (VP9 or AV1) lands smaller at comparable quality, though Safari's AV1 support is recent and partial.| Format | Standard / Origin | Native playback | Typical codecs | Best for |
|---|---|---|---|---|
| CAVS | AVS, China (GB/T 20090.2-2006) | FFmpeg-based tools; not most consumer players | AVS1 video (raw stream) | Chinese IPTV / broadcast pipelines |
| MP4 | ISO/IEC 14496-14 (2003) | Windows, macOS, iOS, Android, all browsers | H.264, HEVC, AAC | Universal playback and sharing |
| MKV | Matroska (open, 2002) | VLC, MPV, Plex; not Safari or Roku | H.264, H.265, AV1, multi-track | Media-server libraries, subtitles |
| MOV | Apple QuickTime (1991) | macOS, iOS, QuickTime, VLC | H.264, HEVC, ProRes, AAC | Final Cut and Apple editing |
| WebM | Google / WHATWG (2010) | Chrome, Firefox, Edge; Safari 17+ for AV1 | VP9, AV1, Opus | HTML5 web embeds |
| AVI | Microsoft (1992) | Windows native, VLC | MPEG-4, XviD, MP3 | Legacy Windows editors |
| GIF | CompuServe (1987) | Everywhere | Palette frames (no audio) | Short silent loops |
A .cavs file stores video encoded with AVS, the Audio Video Coding Standard of China standardized as GB/T 20090.2-2006. It is usually a raw AVS video bitstream rather than a packaged container, so mainstream players like Windows Media Player or QuickTime either reject it or play the audio with a blank picture. FFmpeg-based tools can decode it, which is why converting to MP4 or MKV is the reliable way to actually watch the footage.
Convert CAVS to MP4. The MP4 container with H.264 video and AAC audio plays on Windows, macOS, iOS, Android, smart TVs, game consoles, and every modern browser, so it is the safest landing spot for a file that came from a Chinese AVS pipeline. If you need multiple audio or subtitle tracks for a Plex or Jellyfin library, choose MKV instead.
Some, because the AVS video has to be decoded and re-encoded into the target codec — there is no byte-for-byte remux path the way there is between closely related containers like MP4 and MOV. The loss is small if you keep the Quality Preset at "Very High" or set Constant Quality and leave the resolution unchanged. Re-encoding to an efficient codec such as H.265 or AV1 can hold near-identical perceptual quality at a smaller file size.
In our testing, a 30-second standard-definition CAVS clip re-encoded to MP4 (H.264, "Very High" preset) produced a file roughly comparable in size to the source, since AVS1 and H.264 sit in the same compression class. Choosing H.265 or AV1, or downscaling the resolution, brings that figure down further when you need a smaller file for sharing or email.
Yes. Pick an audio format such as MP3 as the output and the converter drops the video track and encodes the audio stream — handy when the video itself won't play but you still want the soundtrack. The dedicated CAVS to MP3 page covers the audio-extraction settings, including bitrate selection.
There's no fixed per-file cap. Conversion runs on our servers, so the practical limit is upload size and your connection speed rather than your device's memory. Batch jobs have no quantity limit either — you can queue several .cavs files and download them together. Files are uploaded over an encrypted connection and deleted automatically a few hours after conversion.
Yes. Choose GIF to turn a short clip into a silent looping animation — best kept under about 10 seconds, since GIF has no audio and grows large quickly. You can also export single frames to image formats. For full video playback, though, CAVS to MP4 is the better target.