CED File Documentation
Summary
A .ced file is a JVC Camera Video Data File, a small management/service file that JVC AVCHD camcorders write into the PRIVATE\JVC folder on the SD card. It is not video: it only helps the camera index and manage the actual clips, which are the .MTS files in AVCHD\BDMV\STREAM. You cannot play a .ced or convert it to MP4, because there is no video inside it. To watch your footage, open the .MTS files in VLC. Its generic MIME type is application/octet-stream.
Technical details
| Feature | Value |
|---|---|
| Full name | JVC Camera Video Data File (AVCHD camcorder management file) |
| File extension | .ced |
| MIME type | application/octet-stream |
| Format type | Camcorder service/management data (binary, application-defined) |
| Developer | JVC |
| Introduced | JVC AVCHD SD camcorders, ~2008 onward |
| Typical location | PRIVATE\JVC\ on the camcorder’s SD card |
| Contains | Index/management data referencing the clips; no video |
| The actual footage | .MTS files in AVCHD\BDMV\STREAM\ (an MPEG transport stream) |
| Playable? | No — it holds no audio or video |
| Convertible to video? | No — convert the .MTS clips instead |
| Published signature | None documented; identify by its PRIVATE\JVC location |
| Related extensions | .mts, .m2ts, .cpi, .modd |
Also uses .ced | EEGLAB channel-location table; VisionTools configuration |
What is a CED file?
A .ced file is a JVC Camera Video Data File: a small management, or service, file that SD-card-based JVC AVCHD camcorders write automatically while recording. The name is a little misleading, because despite “video data” the file contains no video. It is index and housekeeping data the camera uses to keep track of the clips it has recorded. The clips themselves — the footage you actually want — are stored separately as .MTS files inside the AVCHD\BDMV\STREAM folder, while the .ced lives in a PRIVATE\JVC directory on the same card.
This matters because the most common question about a .ced — “how do I play it or convert it to MP4?” — has an honest answer of “you cannot, and you do not need to.” There is no video to play or transcode. The sections below explain the AVCHD folder structure the file belongs to, why converter sites offering “CED to MP4” are misleading, and how to actually work with your footage and archive it safely.
The AVCHD folder structure and where .ced sits
AVCHD is a structured folder layout on the memory card, not a single file. A JVC camcorder recording to it produces a tree along these lines:
SD card root
├─ AVCHD\
│ └─ BDMV\
│ ├─ STREAM\ 00000.MTS, 00001.MTS ... <- the actual video clips
│ ├─ CLIPINF\ clip information
│ └─ PLAYLIST\ playlist / play order
└─ PRIVATE\
└─ JVC\ *.ced <- camera management data (no video)
The video is the .MTS files under STREAM; each is an MPEG transport stream carrying H.264 video and AC-3 or AAC audio, which is why a media player can open an .MTS directly. The .ced under PRIVATE\JVC is the camera’s own index into that material. It has no published format and no documented signature; it is application-defined data meaningful only to the camera. You identify it by its location in PRIVATE\JVC, not by inspecting its bytes, which is exactly why this page does not claim a byte layout for it.
Why there is no “CED to MP4”
A conversion needs source data to convert. Since a .ced contains only management information and no audio or video samples, there is nothing to encode into an MP4, AVI or any other media file. Websites advertising “CED to MP4” are misleading at best; they cannot extract video that is not present. What people actually want is to convert the footage, and the footage is the .MTS clips. Those transcode cleanly with VLC, HandBrake or ffmpeg, and because .MTS is a transport stream, a swap into MP4 is often a fast, lossless remux (ffmpeg -i clip.MTS -c copy clip.mp4) when you do not need to re-encode. Treat the .ced as camera bookkeeping and point your tools at the STREAM folder instead.
Archiving footage without breaking playback
The one real risk with a .ced is not the file itself but disturbing the folder structure it belongs to. JVC cameras rely on the AVCHD tree and their management files to recognise clips for in-camera playback. Two practical rules follow. First, when you back up footage, copy the whole AVCHD folder tree (and the PRIVATE\JVC data with it) rather than pulling out loose .MTS files, so the camera can still read the card. Second, if a card was not formatted in the camera, recording can leave orphan .ced/management files that the camera then refuses to play back; the fix is to back up the .MTS clips to a computer, format the card in the camera, and copy media back through the camera’s own workflow, not to try to repair or open the .ced.
Other formats that use .ced
The extension is reused by a couple of unrelated, niche formats. EEGLAB, a MATLAB toolbox for EEG analysis, uses a .ced “channel location” file that is a tab-delimited text table of electrode labels and 3D coordinates — readable in any text editor, and nothing to do with cameras. The VisionTools HMI design software also saves configuration as .ced. If your file opens as readable text with electrode names or configuration keys, it is one of those, not the JVC camcorder file.
FAQ
Is a .ced file my camcorder video?
No. A JVC .ced is a management/service file the camera uses to track clips. Your actual video is in the .MTS files inside AVCHD\BDMV\STREAM; open those in VLC. The .ced holds no picture or sound.
How do I convert a .ced file to MP4?
You cannot — there is no video inside a .ced. Convert the camcorder’s .MTS clips instead (VLC, HandBrake or ffmpeg). Sites offering “CED to MP4” cannot produce video that the file does not contain.
Can I delete the .ced files?
On a computer backup of the footage they are not needed. But do not delete them on the card itself or rearrange the AVCHD folders — the camera relies on them to recognise clips. When archiving, keep the whole AVCHD tree intact.
References
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.