Initializing... drag & drop files here
Supports: CAVS
A bare .cavs file is a raw Chinese AVS (AVS1) video bitstream — coded picture data with no container around it, which is why most media players refuse to open it at all. This tool pulls one frame out of that stream and writes it as a TIF: a lossless raster format built for archiving, print, and precision editing rather than the web. If you want a reference still that loses nothing on top of the AVS source, convert to TIF; if you want a small image to post or email, a frame as JPG is the better target. (.tif and .tiff are the same format — the CAVS to TIFF converter outputs the four-letter spelling.)
| Property | CAVS (source) | TIF (output) |
|---|---|---|
| Type | AVS1 video elementary stream | Still raster image |
| Carries | Video only — no audio, no container | One frame, no motion |
| Standard | Chinese AVS (AVS1), GB/T 20090.2, national standard Feb 2006 | TIFF, first published by Aldus, 1986; TIFF 6.0 (Adobe), 1992 |
| Compression | Lossy (AVS inter-frame, hybrid coding) | Lossless (LZW / Deflate / None / PackBits) or lossy (JPEG) |
| Typical resolution | SD or HD broadcast (up to 1920×1080) | Inherits the source frame's pixels exactly |
| Color | 4:2:0 chroma, TV-range | RGB / grayscale, 1 / 8 / 16-bit |
| Browser preview | No — not a playable web format | No — download to view (Safari renders TIF natively) |
| Best for | Chinese digital TV, broadcast, optical media | Archive, print, precision editing |
A note on the silent source: because a .cavs is video-only by design, the missing audio is irrelevant here. A still image is purely visual, so the frame grab reads the one thing the stream contains — picture — and there is always a frame to capture.
.cavs onto the page, or click "+ Add Files" to browse. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.2.100 grabs the frame at 2.1 seconds. That single frame becomes your TIF. To pull several stills instead, switch to Multiple Screenshots and set a capture rate.A .cavs is a raw Chinese AVS video bitstream — the picture half of AVS1, China's first-generation Audio Video Standard, standardized as GB/T 20090.2 and adopted as a national standard in February 2006 (the AVS Workgroup began work in 2002). It was designed for standard- and high-definition Chinese digital TV, broadcast, and optical media, with coding efficiency in the same league as H.264. Because a bare .cavs is an elementary stream with no container, no index, and no audio, most players have nothing to latch onto and refuse to open it; tools built on FFmpeg read it through a dedicated raw AVS demuxer. This page extracts a frame from that stream so you don't have to install one.
Yes. A .cavs is a raw AVS1 video elementary stream — by design it carries picture only, with no soundtrack inside. That missing audio matters for an audio export, but it is irrelevant here: the frame grab reads the video stream, which is all a .cavs contains, so there is always an image to capture. You simply get a silent still, which is exactly what an image is.
Pick LZW or DEFLATE (ZIP). Both are lossless — their decoded pixels are identical to uncompressed — and they shrink a typical 8-bit frame by roughly 30–50% while staying readable in essentially every TIFF app (Photoshop, Affinity Photo, GIMP, ImageMagick, Preview). The catch to watch for: the Compression Type dropdown defaults to JPEG, which is lossy compression inside a TIF container, so the file looks lossless but isn't. Leave it on JPEG only if you want a smaller file and accept some loss; switch to LZW, DEFLATE, or NONE for a true lossless still. For 16-bit frames, DEFLATE is the safer pick — LZW can occasionally enlarge high-entropy 16-bit data.
No — and this is the honest catch. TIF is a lossless wrapper, so it stores the extracted frame without adding any further compression loss on top of what AVS already did. But .cavs content is first-generation broadcast video — standard or high definition with TV-range 4:2:0 color, not 4K. TIF preserves those pixels exactly; it cannot restore detail the original lossy AVS encode discarded. You get a faithful, re-editable copy of the existing frame, not an upscaled one.
That is interlacing. AVS broadcast content is frequently interlaced, so a single frame pulled from a moment of motion blends two fields captured a fraction of a second apart, showing comb artifacts on the moving subject. The fix is to pick a different moment: nudge the Time (seconds) value a few hundredths of a second so you land on a frame where the subject is stationary, then re-run. The combing is in the source field structure, not something TIF adds.
No — this tool writes one image per file. The TIFF format itself can hold several images in a single file, but here switching to Multiple Screenshots returns each sampled frame as its own .tif, delivered together as a ZIP — not a single multi-page TIFF. Stay on Specific Frame for one exact moment, or use Multiple Screenshots with a capture rate to sample several stills across the clip.
In our testing, an SD-resolution AVS frame saved as uncompressed 8-bit RGB TIF landed near 1 MB (matching the raw pixel math for a standard-definition frame), dropping to roughly 0.5–0.7 MB with LZW or DEFLATE at zero quality loss. Your .cavs is uploaded over an encrypted (TLS) connection, processed on our servers, and the files are deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public. If you want the moving footage instead of one frozen frame, wrap the stream into a playable file with Convert CAVS to MP4.