Initializing... drag & drop files here
Supports: CAVS
A .cavs file is a raw AVS1 video elementary stream — China's Audio Video Coding Standard, adopted as national standard GB/T 20090.2 in 2006. This converter pulls any audio that travels with that video and writes it out as an uncompressed WAV. The important caveat up front: a bare .cavs stream is video-only, so the WAV is only useful when your source carries a separate audio track (read the Common Errors section before you start).
.cavs file onto the page or click "Add Files". You can queue several files and convert them with the same settings.WAV stores raw, uncompressed linear PCM, so there is no quality knob to tune — what comes off the source track is what lands in the file, sample for sample. The settings that matter are the ones that change the PCM stream itself:
Because WAV is uncompressed, expect a large file — stereo 44.1 kHz/16-bit PCM is about 10 MB per minute. WAV's header uses a 32-bit size field, so a single file is capped near 4 GiB; very long recordings can hit that ceiling.
.cavs was a pure video elementary stream with no audio in it. AVS1 keeps video (Part 2) and audio (Part 3) as separate parts of the standard, so a raw .cavs carries no sound to extract. There is nothing to recover from a video-only stream..cavs stream and not a misnamed .avs AviSynth script — those are plain-text frame-server scripts, not video, and cannot be converted here.This tool can only output sound that already exists in your file. A .cavs saved straight from an AVS1 encoder is video-only and will produce a silent WAV. You will only get real audio when the upload is a multiplexed stream — for example an AVS-in-MPEG-PS file that muxes a separate audio track alongside the video — or a container that wraps both. If your goal is the compressed audio rather than an uncompressed master, CAVS to MP3 produces a far smaller file from the same source.
Because a raw .cavs file is an AVS1 video elementary stream and carries no audio of its own. In the AVS standard, video is Part 2 and audio is a separate Part 3 (GB/T 20090.10), so unless your source actually multiplexed an audio track alongside the video, there is no sound to extract and the WAV comes out empty.
No. WAV stores uncompressed linear PCM, so if your source carries an audio track, the conversion copies those samples without a lossy re-encode. In our testing, leaving both Audio Sample Rate and Audio Channel on "Original" produced a WAV whose PCM data matched the source track bit-for-bit, with no resampling.
WAV is uncompressed. Stereo 44.1 kHz/16-bit PCM runs about 10 MB per minute regardless of how compressed the audio was inside the source. If size matters, set Audio Channel to Mono, or convert to a compressed format like MP3 afterward.
The WAV format itself caps a single file near 4 GiB because its header records size in a 32-bit field. In practice you are far more likely to be limited by how large a file you can upload than by the WAV ceiling — only multi-hour exports approach 4 GiB.
They are unrelated despite the similar names. A .cavs file is encoded video from China's AVS1 standard. A .avs file is usually an AviSynth script — a plain-text frame-server program, not media — so do not upload .avs scripts here expecting audio.
Your file is uploaded over an encrypted connection, processed on our servers, and then deleted automatically a few hours after the conversion finishes. There is no sign-up, no watermark, and files are never shared or made public.