Clapper Open the app →

Reference · camera by camera

Camera clip naming conventions

C0001.MP4, A001C001, IMG_0001.MOV. Every camera writes its own file names, in its own format, and none of them are yours to change. Here is what each one actually does, why renaming the files yourself is a worse idea than it sounds, and the one filename collision that quietly wrecks multi-day shoots.

Why the file name is not yours to invent

Every camera writes clip files the same structural way: a fixed prefix, an incrementing counter, and sometimes a fixed suffix. The prefix and suffix almost never change. The counter is the only part that moves, and it is the part that has to line up with what you write on the slate and in the shot log, or the editor spends day one of the cut just figuring out which file is which.

Some of that suffix is not even predictable in advance. RED and ARRI both append a wildcard, a date-and-camera-ID stamp the camera generates at record time, which you cannot know until the card comes off the camera. Blackmagic does the same. When you are naming a shot in a log ahead of time, you match on the part you control, the running number, and let the unpredictable stamp travel through untouched.

The reference table

CameraPatternExtensionNote
Sony A7 / FXC0001.MP4Exact match, counter is picture-only.
Canon R5 / R6 (hybrid)MVI_0001.MP4Counter is shared with stills, so numbers skip.
Canon Cinema / R5CA001C001.MXF / .MP4The reel (A001) is baked into the prefix. New card, bump it to A002C, A003C.
Blackmagic PocketA001_*_C001.braw / .MOVThe * is a record-time stamp, unknowable ahead of time.
REDA001_C001_*.R3DThe * is date plus random characters. Match on the C-number.
ARRIA001C001_*.mxfThe * is date plus camera ID. Match on the C-number.
DJI (modern)DJI_*_0001_D.MP4The * is a timestamp. Match on the incrementing number.
DJI (classic)DJI_0001.MP4Exact match.
GoProGX010001.MP4A shot that runs long splits into chapters, GX02, GX03, sharing one number.
iPhoneIMG_0001.MOVCounter is shared with photos, so numbers skip.
Panasonic LumixP1000001.MOVExact match.

“Exact” means the name matches the card byte for byte, so you can predict tomorrow's file name today. Everything else is approximate: the counter is right, the characters around it are not fully knowable until the card is off the camera.

Do not rename the native files

It is tempting to batch-rename a card straight to Scene24_TakeB3.MP4 the moment it lands on a drive, so the folder reads like the script. Resist it, especially on RAW formats. RED, ARRI, and Blackmagic RAW files travel with sidecar metadata, lens data, color decisions, look files, that is keyed to the original file name. Rename the picture file without renaming its sidecar in lockstep and you can silently detach the metadata from the clip it belongs to.

Even on formats with no sidecar to break, renaming still fights the tools you will use next. Premiere Pro's own batch rename in the Project panel applies one name to every selected clip at once, which is exactly backwards for a card full of individually different takes; you end up undoing the batch rename by hand, clip by clip, which is slower than not renaming at all.

The fix is not to touch the file name. It is to keep a shot log, a spreadsheet or an app, that maps the camera's own file name to the scene, shot, and take it belongs to. The camera's numbering stays exactly what the camera wrote; your log is where the human-readable version lives.

The reel letter: bump it when the card changes

On cameras that bake a reel number into the prefix, Canon Cinema's A001C001, RED's A001_C001, ARRI's A001C001, that leading A001 is the reel or magazine, not the clip. It does not increment on its own. When you swap to a fresh card, you bump it by hand: A001 becomes A002, and the clip counter usually resets to C001 underneath it. Forget to bump it and two different cards both claim to be reel A001, which is a much harder mixup to untangle in post than it looks like on set, because both cards' clip numbers can genuinely overlap too.

The collision nobody warns you about

Here is the one that actually costs a day in the edit and almost never makes it into a naming-convention guide: most cameras restart their clip counter every shoot day, not just every card. Day 1 starts at C0001. Day 5, on a fresh card with the same camera and the same settings, also starts at C0001. Two completely different physical files, on two different days, with the byte-identical name.

On its own that is harmless, the files sit in different day folders. It stops being harmless the moment an NLE's automatic relink feature is loose about what counts as a match. Point “relink others automatically” at a filename match with nothing else pinned down, and it will happily bind day 5's C0001.MP4 to day 1's take, silently, with no error, because as far as the match rule is concerned they are the same file.

The fix: the moment a clip name repeats across two different shoot days, push both into a dated reel subfolder, A_20260808/C0001.MP4 versus A_20260812/C0001.MP4, so the paths differ even though the bare file names do not. Leave every non-colliding name exactly as the camera wrote it, so a single “locate, relink others automatically” still brings the rest of the shoot online in one pass.

Production sound has its own numbering

A separate sound recorder, a Zoom, a Sound Devices unit, is its own device with its own counter and its own file-naming pattern, typically a prefix like SND_ followed by a zero-padded number: SND_0001.WAV. It does not share a namespace with picture, and it should not be renamed to mirror the scene or take either, for the identical metadata reason as RAW picture files. Keep the recorder's native name, and let the shot log carry the mapping from SND_0041 to “scene 24B, take 3” instead of baking it into the file itself.

One log, every camera's own numbers

Log the take. Let the camera keep its own name.

Clapper numbers clips the way your actual camera does, Sony, Canon Cinema, RED, ARRI, GoPro, or a custom pattern, and counts them up automatically as you shoot, reel bumps included. Nothing gets renamed on the card. At wrap the shot log carries the mapping from every native file name to the scene, shot, and take it belongs to.

Open Clapper