Initializing... drag & drop files here
Supports: MP4, M4V
.m4v and .mp4 (the underlying container is the same MPEG-4 / ISO BMFF structure). Batch conversion is supported — queue several clips and they process in sequence.HH:MM:SS.sss so you can ship just the clip you need.M4V is Apple's MPEG-4 video container, introduced alongside the iTunes Store launch in 2006 and used today for iTunes purchases, TV episodes, music videos, and Apple TV app downloads. It's structurally almost identical to MP4 — same ISO BMFF layout, typically H.264 video plus AAC (and sometimes Dolby AC-3) audio. 3GP is a different container entirely: defined by the Third Generation Partnership Project (3GPP) and first published April 4, 2003, it strips the MPEG-4 family down to what fits on a 3G mobile network — H.263, H.264, or MPEG-4 Part 2 video; AMR-NB, AMR-WB, or AAC-LC audio.
| Property | M4V (Apple) | 3GP (3GPP) |
|---|---|---|
| Standardized by | Apple (proprietary) | 3GPP (TS 26.244) |
| First released | 2006 (iTunes Store launch) | April 2003 |
| Typical video codec | H.264 (AVC) | H.263 (default), H.264, MPEG-4 Part 2 |
| Typical audio codec | AAC-LC, sometimes Dolby AC-3 | AMR-NB (default), AMR-WB, AAC-LC, HE-AAC |
| Optional DRM | FairPlay (iTunes Store purchases) | None |
| Typical 5-min file size | ~50-100 MB at 720p | ~5-15 MB at 176×144 |
| Target devices | iPhone, iPad, Apple TV, macOS | Feature phones, legacy Android, MMS, embedded |
| Streaming-friendly over 2G/3G | No | Yes (designed for it) |
| Web/HTML5 playback | Browser-dependent (mostly via MP4 fallback) | Limited; mostly mobile native players |
| Goal | Video codec | Audio codec | Resolution |
|---|---|---|---|
| Maximum legacy compatibility (Nokia S40, Sony Ericsson) | H.263 | AMR-NB 12.2 kbps | 176×144 (QCIF) |
| Mid-range feature phones / older Android | H.263 or MPEG-4 Part 2 | AMR-NB or AAC-LC | 320×240 (QVGA) |
| Smartphones that accept .3gp | H.264 Baseline | AAC-LC 64-128 kbps | 480×360 or 640×360 |
| MMS-bound clip (most carriers cap 300 KB-1.5 MB) | H.263 | AMR-NB 5.15 kbps | 176×144, ≤30 s |
| Dashcam / embedded ingest (vendor-specific — check device manual) | H.264 Baseline | AAC-LC | Match device native (often 720×480) |
No. M4V files purchased or rented from the iTunes Store / Apple TV app are encrypted with Apple's FairPlay DRM, which ties playback to authorized Apple IDs. No browser-based converter (this one included) can re-encode FairPlay-protected content — the encryption blocks reading the underlying video stream. This tool works on unprotected M4V: clips you exported yourself from iMovie, Final Cut, QuickTime, or Compressor, or M4V files that don't carry the FairPlay signature. If your file is DRM-locked, you'll need to play it back through an authorized Apple device and capture or re-record by other means.
Structurally, almost nothing. Both use the ISO Base Media File Format and typically carry H.264 video with AAC audio. M4V exists as a separate extension primarily so Apple can flag files for FairPlay DRM and so iTunes / the Apple TV app recognize them as their content. Many players (VLC, mpv, even some browsers) treat unprotected .m4v as .mp4 if you simply rename the extension. For conversion purposes, you can feed either to this tool — the output container changes regardless of input.
3GP at the default H.263 + AMR-NB combination is heavily compressed for sub-100 kbps bandwidth: H.263 is a 1995 codec optimized for very low bitrates, and AMR-NB is a 4.75-12.2 kbps voice codec. You'll see noticeable blockiness on motion, washed-out color, and tinny audio compared to your H.264 + AAC source. That's the design — 3GP exists to fit video onto 2G/3G networks and 200 KB MMS payloads. If you want a sharper 3GP file, switch the codec to H.264 Baseline + AAC-LC under Advanced settings; just verify the target device actually supports H.264-in-3GP (many feature phones don't).
Pick H.263 if the target is a feature phone, an older Nokia / Sony Ericsson / Samsung handset, an embedded device, or any 3GP-only player from before roughly 2008 — these often fall back to a black screen on H.264. Pick H.264 Baseline if the target is a more recent Android phone, a player app like MX Player or VLC, or any device whose manual lists H.264-in-3GP support. AAC audio pairs naturally with H.264; AMR-NB pairs with H.263.
Yes. The converter accepts both .m4v and .mp4 inputs because they share the MPEG-4 container structure. If your source is already .mp4, the dedicated MP4 to 3GP converter is functionally identical for this output.
Use 3GP to MP4 for that. Note that 3GP-to-MP4 won't recover quality lost in the original down-encode — it just rewraps and (optionally) re-encodes into a more universally playable container. If your starting point is M4V and you want a modern, DRM-free output rather than 3GP, M4V to MP4 is the more common path.
Trim is applied during the conversion pass, so only the selected segment is encoded. That means a 10-second trim from a 90-minute M4V converts in seconds, not minutes — the rest of the source is skipped, not re-encoded and discarded.
No. 3GP doesn't carry AC-3; the audio is re-encoded to AMR-NB (default), AMR-WB, AAC-LC, or HE-AAC depending on what you pick under Advanced. For dialog-heavy content AMR-WB at 12.65-23.85 kbps is a reasonable middle ground. For music, switch to AAC-LC at 96-128 kbps.
There's no hard ceiling in the 3GPP spec — H.264-in-3GP can technically carry HD — but practical compatibility falls off fast above 480×360. If you need anything bigger, compress MP4 is usually a better workflow than trying to push 3GP past its design envelope.