How to Edit Live Photos on iPhone (Complete Guide)
Editing a Live Photo on iPhone happens in two completely different places: the Edit screen (where you trim, mute, and apply filters) and the Live menu (where you switch between Live, Loop, Bounce, and Long Exposure). Most people only find one of them. This guide walks through every adjustment iOS actually supports, in order, and then covers the three things your iPhone can't do โ and how to do those in the browser instead.
Everything here is built into the Photos app on iOS 15 and later. No third-party app required.
Quick answer: how do you edit a Live Photo?
Open the photo, tap Edit (top right). From there you can trim the clip, mute audio, change the key photo (the still frame), and apply filters and adjustments. To turn it into a Loop, Bounce, or Long Exposure, tap the LIVE badge in the top-left of the photo and pick an effect. Tap Done to save.
iOS edits the Live Photo non-destructively โ every change can be reverted with Revert until you delete the original.
Change the key photo (the still frame people see)
The "key photo" is the single frame shown when the Live Photo isn't playing โ in your library, in Messages, and when you print it. iOS often picks a blurry or mid-blink frame, so this is the most worthwhile edit.
- Open the Live Photo and tap Edit.
- Tap the LIVE icon (concentric circles) at the bottom โ this opens the frame scrubber.
- Drag the white box along the filmstrip to the frame you want.
- Tap Make Key Photo on the frame.
- Tap Done.
You'll see a small white dot on the timeline marking your chosen key frame. This doesn't shorten the motion โ it only changes which frame is the "cover."
Trim the length of a Live Photo
Live Photos record roughly 3 seconds of motion (about 1.5s before and 1.5s after the shutter). You can trim that on either end, exactly like a video.
- Tap Edit, then tap the LIVE icon to open the frame strip.
- Drag the handles at the left and right ends of the filmstrip inward to cut off dead air at the start or end.
- Tap Done.
The catch: iOS won't let you trim a Live Photo below roughly 1 second, and the trimmed-off motion stays inside the file (Revert brings it back). You're shortening playback, not permanently re-encoding a shorter clip.
๐ธ [LivePhotoKit: insert your own screenshot of the trim handles on the Live Photo filmstrip here]
Live / Loop / Bounce / Long Exposure effects
These are the four playback "effects," accessed two ways: tap the LIVE badge in the top-left of the open photo, or swipe up to reveal the effects menu. Here's what each one actually does:
| Effect | What it does | Best for |
|---|---|---|
| Live | Plays the 3s clip once on press/long-press | Default โ keeps the original behavior |
| Loop | Repeats the clip seamlessly, forward only | Repetitive motion (waves, spinning, pouring) |
| Bounce | Plays forward, then reverses, on repeat | Symmetrical motion (jumps, a wave of the hand) |
| Long Exposure | Blends all frames into one still with motion blur | Waterfalls, light trails, traffic, fireworks |
Long Exposure is the underrated one: it produces a still image (no motion) that mimics a slow-shutter DSLR shot. It works best when your hand was steady and only part of the scene was moving. Loop and Bounce remain motion clips and are essentially short videos under the hood.
Switching effects is reversible โ set it back to Live anytime.
Mute the audio
Every Live Photo records sound by default. To silence it:
- Tap Edit.
- Tap the yellow speaker icon in the top-left corner. When it turns gray with a slash, audio is off.
- Tap Done.
This mutes playback inside Photos. Note that the audio data isn't deleted โ if you later extract it as a video, some tools may still find the original track, so re-muting on export is wise if silence matters.
Add filters and make adjustments
Live Photos support the full standard editing toolkit, applied across every frame of the clip:
- Filters (the three-circle icon): Vivid, Dramatic, Mono, etc.
- Adjustments (the dial icon): Exposure, Brilliance, Highlights, Shadows, Contrast, Saturation, Warmth, Tint, Sharpness.
- Crop and rotate (the crop icon): straighten, change aspect ratio, flip.
All of these are applied consistently to the motion as well as the still, so the clip plays back filtered. As always, Done saves and Revert undoes everything at once.
What your iPhone can NOT do with a Live Photo
This is where people get stuck. iOS keeps Live Photos inside its own ecosystem, and a few common tasks simply aren't supported natively:
- **Export a trimmed clip as a standalone video.** iOS can "Save as Video," but it exports the full ~3-second clip, ignoring your trim. If you trimmed it, you lose the trim on export.
- Export as a GIF. There's no native "share as GIF." The closest built-in option is converting to a Loop, which still lives as a Live Photo, not a
.giffile. - Strip the motion to a clean still. "Duplicate as Still Photo" exists, but it bakes in the key frame โ you can't easily pick a different frame and export just that as a JPEG without going back into editing.
For the first two, do it in your browser โ no app, no upload, nothing leaves your device. You can convert a Live Photo to an MP4 video (and actually keep the trim), or convert it to an animated GIF for sharing on the web and chat apps that don't support .MOV. Both run entirely client-side via FFmpeg WASM โ you can confirm nothing is uploaded by watching the Network tab in DevTools.
Want just the frame? Pull a still JPG out of the Live Photo instead of wrestling with iOS's duplicate behavior.
How Live Photo editing actually works under the hood
A Live Photo isn't one file โ it's a still frame (HEIC or JPEG) paired with a ~3-second HEVC .MOV, bundled together (the .livp format is just a ZIP holding both). When you trim, mute, or pick a key frame, iOS stores those edits as metadata pointers rather than re-encoding the media. That's why edits are reversible and why "trim" doesn't truly shorten the file.
It also explains the export limitations: the system video exporter reads the original .MOV, not your edit metadata. If you understand that split, the Live Photo format guide and HEIC guide cover the container details โ and why a browser-based re-encode gives you the trimmed, muted, format-converted result iOS won't.
A clean editing workflow
- Change the key photo first โ pick the sharpest frame.
- Trim dead air off both ends.
- Decide on an effect (Live for natural, Loop/Bounce for repetition, Long Exposure for a motion-blur still).
- Mute if the audio is noisy.
- Apply filters/adjustments last so they cover the final clip.
- If you need a real video or GIF โ especially a trimmed one โ finish in the browser.
The honest limit on the iPhone itself: it's excellent for adjusting a Live Photo, but deliberately walled-off for exporting it in other formats. That last mile is exactly where an in-browser converter fills the gap.