byScreenify Studio

How to Export Video as MP4 from QuickTime

Four ways to get MP4 output from QuickTime recordings on Mac. Step-by-step with QuickTime, Screenify Studio, HandBrake, and Compressor.

You recorded something with QuickTime Player, clicked File > Export As, and noticed there is no MP4 option — only 4K, 1080p, 720p, 480p, and Audio Only, all of which save as .mov. If you try to upload that .mov to a CMS, a Google Slides deck, a Notion page, or an older video player, it either fails outright or plays with no sound. QuickTime does not officially support an MP4 export target, which trips up almost everyone who tries to share a screen recording outside the Apple ecosystem.

The good news: MP4 and MOV are container formats that usually wrap the same H.264 or HEVC video and AAC audio. Converting between them is fast and lossless when done correctly. Below are four methods ranked by friction, from a one-click Finder trick to a professional encoder.

ToolPriceKey FeatureDifficulty
QuickTime + Finder renameFree (built-in)Rename .mov to .mp4 in placeBeginner
Screenify StudioFree plan availableDirect MP4 export with preset bitratesBeginner
HandBrake / FFmpegFree (open-source)True re-mux or transcode to MP4Intermediate
Apple Compressor$49.99 one-timePro codec options, batch queue, ProResAdvanced

Method 1: QuickTime + macOS Shortcuts (Built-In)

QuickTime on modern macOS actually saves recordings and exports using the MPEG-4 / H.264 standard — the file is technically MP4-compatible, it is just wrapped in the .mov container Apple prefers. For most uploads (YouTube, Vimeo, Dropbox, Drive, WordPress, Slack), the .mov file will work as-is because these platforms look at the codec, not the extension. When a destination strictly rejects .mov, you have two built-in paths: rename the extension, or use a macOS Shortcut to re-container the file.

Option A: Rename the file extension

This is the fastest workaround. It works when the internal codec is already H.264 or HEVC, which is always true for QuickTime screen recordings and for exports from File > Export As on Apple Silicon.

  1. Select the file in Finder. Click once to highlight it.

  2. Press Return to enter rename mode, or click the filename text directly.

  3. Change .mov to .mp4 and press Return. Finder asks "Are you sure you want to change the extension from .mov to .mp4?" Click Use .mp4.

  4. Verify it plays. Double-click the renamed file — QuickTime, VLC, and any modern browser should open it. If you are uploading to a service that rejected the .mov earlier, try again with the .mp4 version.

This takes zero seconds to run and zero disk space. It is not "conversion" in the technical sense — the bytes inside the file are unchanged. You are only telling the operating system and receiving apps to treat the container as MP4. This works because the MP4 container specification is a direct descendant of Apple's QuickTime file format, and they remain byte-compatible for all common codecs.

Option B: Use a macOS Shortcut for real re-muxing

Renaming works most of the time, but some strict uploaders (older broadcast CMS, certain ad platforms, a few ticketing systems) check the internal container atoms and reject files that declare themselves MOV. Use a macOS Shortcut to re-mux into a proper MP4 container without re-encoding.

  1. Open the Shortcuts app (built-in on macOS Monterey and later).

  2. Click File > New Shortcut.

  3. Add the action "Encode Media" from the Media category. Drag it to the shortcut area.

  4. Set the input to the selected files (click the blue input arrow at the top and choose "Files").

  5. Under Media Settings, set Format to Custom, Audio Only to Off, and expand advanced options.

  6. Right-click the shortcut name > Add to Quick Actions.

Now you can right-click any .mov in Finder > Quick Actions > your shortcut, and it outputs a properly muxed .mp4 alongside the original. The re-mux is lossless because the codec data is copied verbatim — only the container header changes.

When to use the built-in method

  • Your destination is a common platform (YouTube, Slack, Notion, Google Drive) that accepts .mov files.
  • You want an instant fix with no additional software.
  • The internal codec is already H.264 or HEVC (all QuickTime recordings qualify).

Limitations

  • Renaming does not work if the receiving service does a strict container check.
  • The Shortcuts method re-muxes but cannot re-encode for smaller file sizes.
  • No control over bitrate, resolution, or codec selection.
  • No batch conversion from the GUI without building a custom Shortcut.

Method 2: Screenify Studio

Screenify Studio is a screen recording and sharing app for Mac that exports directly to .mp4 by default. If the file you want to convert is a QuickTime screen recording, you can often skip the conversion step entirely by re-recording in Screenify — the output is already MP4 with H.264 video and AAC audio, which is exactly what every destination expects. For existing .mov files, Screenify can import them and re-export with your chosen resolution and bitrate.

Steps for a fresh recording

  1. Open Screenify Studio and click the Record button. Choose whether you want the full screen, a window, or a custom region.

  2. Pick your audio sources. Enable microphone for narration, system audio for in-app sounds, or both. Screenify captures each as a separate track so you can rebalance levels during editing.

  3. Record your content. The recording indicator appears in the menu bar. Press Cmd + Shift + 2 to stop, or click the menu bar icon.

  4. Open the clip in the editor. The recording appears in your library. Click it to load the timeline with a waveform and cursor-track overlay.

  5. Export to MP4. Click Export and choose MP4 (H.264) or MP4 (HEVC) from the format dropdown. Pick a resolution — Screenify offers 4K, 1440p, 1080p, 720p, or custom. Set a bitrate: Auto matches the source, or enter a specific Mbps value. Click Export.

Screenify uses Apple's hardware-accelerated Metal encoder, so a 10-minute 1080p export finishes in roughly 30-60 seconds on Apple Silicon rather than several minutes with software-only encoders.

Steps for an existing QuickTime .mov file

  1. Drag the .mov into the Screenify library. The app imports and generates a thumbnail.

  2. Click the clip to open the editor.

  3. Trim or edit if needed. You can cut dead air, add auto-zoom for screen recordings, or overlay captions.

  4. Export as MP4 using the format dropdown as above.

Bonus: Share without exporting

If your end goal is to send a recording to someone, you can click Share instead of Export. Screenify uploads the clip and gives you a link that plays in any browser — no download required. This bypasses the MP4 question entirely when the recipient only needs to watch.

Try Screenify Studio — free, unlimited recordings

Auto-zoom, AI captions, dynamic backgrounds, and Metal-accelerated export.

Download Free

When to use Screenify Studio

  • You want direct MP4 output from a screen recording, skipping the container conversion step.
  • You need MP4 with a specific bitrate or resolution for upload requirements (e.g. Twitter's 2 GB / 140 Mbps limit).
  • You are already trimming or editing the clip and want export in the same tool.
  • You want a shareable link as an alternative to sending a large MP4 file.

Limitations

  • Screenify is a separate download rather than something already installed.
  • Free plan exports are watermarked above a certain length; longer exports require the Pro plan.
  • Only runs on macOS 12 or later — no Windows or Linux version.

Method 3: HandBrake or FFmpeg (Free)

If you want fine control over the conversion — or need to batch-convert a folder full of .mov files — HandBrake (GUI) and FFmpeg (command line) are the community-standard free tools. Both are mature, actively maintained, and produce identical output when configured the same way.

HandBrake (GUI)

  1. Download HandBrake from handbrake.fr and install it. The app is notarized for macOS and runs on both Intel and Apple Silicon.

  2. Open HandBrake and drop your .mov onto the window. It scans the file and loads a default preset.

  3. Choose a preset. For most screen recordings, Fast 1080p30 from the General category strikes a good balance. For a direct 1:1 copy in MP4, choose Production > Production Standard.

  4. Under Summary, make sure Format is set to MP4. The extension dropdown offers .mp4 or .m4v — pick .mp4 for maximum compatibility.

  5. Video tab. Codec: H.264 (x264) or H.265 (x265) depending on your needs. Set Constant Quality to RF 18-22 for near-lossless, or adjust bitrate directly under Avg Bitrate (kbps).

  6. Audio tab. Set codec to AAC and bitrate to 192 kbps (stereo) or 256 kbps if the original had more channels.

  7. Click Browse to pick the output location, then Start Encode. Progress appears at the bottom.

A 10-minute 1080p .mov typically converts in 2-4 minutes on Apple Silicon. The output plays natively on every major platform.

FFmpeg (command line, fastest)

If you have Homebrew installed, one line does the job:

brew install ffmpeg

Then in Terminal, navigate to the folder with your file:

cd ~/Desktop

Lossless re-mux (recommended for QuickTime files):

ffmpeg -i input.mov -c copy output.mp4

This copies the existing H.264 video and AAC audio streams into an MP4 container without any re-encoding. A 2 GB file converts in under 10 seconds. Quality is byte-identical to the source.

Re-encode to a smaller file:

ffmpeg -i input.mov -c:v libx264 -crf 23 -preset medium -c:a aac -b:a 192k output.mp4
  • -crf 23 — quality level (18 = near-lossless, 28 = low quality). 23 is the default.
  • -preset medium — encoding speed vs. compression. Options: ultrafast, fast, medium, slow, veryslow.
  • -c:a aac -b:a 192k — AAC audio at 192 kbps.

Batch convert every .mov in a folder:

for f in *.mov; do
  ffmpeg -i "$f" -c copy "${f%.mov}.mp4"
done

This is the fastest way to convert a year of QuickTime screen recordings into MP4.

When to use HandBrake or FFmpeg

  • You need batch conversion of multiple files.
  • You want precise control over bitrate, codec, and resolution.
  • You are comfortable with a GUI encoder or Terminal commands.
  • The original .mov is not from QuickTime and may need genuine re-encoding.

Limitations

  • HandBrake has a steep learning curve; the sheer number of tabs and options intimidates casual users.
  • FFmpeg requires Terminal familiarity.
  • Neither tool previews the conversion result in real-time the way a native video editor would.
  • Software re-encoding (the non -c copy path) is slower than hardware-accelerated encoders like Screenify or Compressor.

Method 4: Apple Compressor (Paid, $49.99)

Compressor is Apple's professional encoder, sold on the Mac App Store. It is overkill for converting a single screen recording, but it earns its price when you deliver videos for broadcast, streaming services with strict bitrate specs, or high-end Final Cut Pro workflows. Compressor uses the same core codecs as QuickTime but exposes every parameter a post-production pipeline might need.

Steps

  1. Buy and install Compressor from the Mac App Store. A single license covers all your Macs with the same Apple ID.

  2. Launch Compressor and drag your .mov file onto the batch window. Compressor treats every conversion as a "batch" even when there is only one file.

  3. Choose a setting. In the right panel, expand Settings > Create Files and pick an MP4 preset. Built-in presets include Apple Devices HD (720p), Apple Devices HD (1080p), HTTP Live Streaming, and Publishing > YouTube. Each is tuned for its platform.

  4. Customize if needed. Click the info (i) button next to a preset to open the inspector. Under Video, set codec to H.264 or HEVC, adjust bitrate (choose between Average or Multi-Pass for better quality at the same size), and enable Frame Reordering for higher compression. Under Audio, pick AAC at 256 kbps or higher.

  5. Pick a destination. Drag a Destination action (like Source > Save to Destination or Add to iTunes Library) onto the job.

  6. Click Start Batch. Compressor queues the job and uses the Metal hardware encoder when available. A progress bar shows estimated time remaining.

Batch and distributed encoding

The feature that justifies the price is distributed processing. If you have multiple Macs on the same network, Compressor can split a single export across them — a 2-hour 4K file that would take 45 minutes on one machine finishes in 12 minutes across four. Set this up under Compressor > Preferences > My Computer > Allow My Mac to Accept Shared Batches.

When to use Compressor

  • You regularly deliver videos with strict technical specs (broadcast, streaming).
  • You need batch encoding with multiple preset targets from a single source.
  • You already own Final Cut Pro and want seamless round-trip export.
  • You have multiple Macs and want distributed encoding.

Limitations

  • The $49.99 price is hard to justify for casual screen recording conversion.
  • Interface leans heavily on post-production conventions that are overkill for screen recordings.
  • No free trial — you commit before trying the workflow.

Try Screenify Studio — free, unlimited recordings

Auto-zoom, AI captions, dynamic backgrounds, and Metal-accelerated export.

Download Free

Troubleshooting

The renamed .mp4 file won't upload or play

If you renamed .mov to .mp4 and the destination still rejects it, the file likely contains a codec that is technically valid for MP4 but flagged by a strict uploader. Run the file through HandBrake or FFmpeg with -c copy to force a clean MP4 container. If -c copy still fails, re-encode with libx264 to guarantee maximum compatibility.

Audio is missing after conversion

QuickTime sometimes records audio as a separate .m4a track inside the container. When FFmpeg or HandBrake copies streams, it may skip the track if it's flagged as disabled. Force-include all audio:

ffmpeg -i input.mov -map 0 -c copy output.mp4

The -map 0 flag tells FFmpeg to include every stream from the input regardless of default-track flags.

Export As is missing from QuickTime's File menu

On macOS Sonoma and later, Apple moved export behind File > Export As > 1080p (or your source resolution). If the menu item is greyed out, the file is open in read-only mode or came from an unsupported codec. Close and reopen the file, or convert it with FFmpeg first.

The MP4 file is larger than the original .mov

If you re-encode with a higher bitrate than the source, the output gets bigger. In HandBrake, set Avg Bitrate to 80-90% of the source bitrate for visually identical quality with a smaller file. In FFmpeg, use -crf 23 instead of specifying bitrate directly — it targets quality rather than size. If you only need a container change, use -c copy or the rename trick for zero size increase.

Final Cut or Premiere won't import the renamed file

Professional NLEs check container atoms and reject files that lie about their container type. The rename trick is strictly for playback and upload — not for editor ingest. Convert properly through HandBrake, Compressor, or FFmpeg before importing.


FAQ

Q: Why doesn't QuickTime have an MP4 export option?

Apple maintains that .mov is the proper container for its QuickTime codecs and refuses to duplicate the export target. Because modern .mov files from QuickTime Player already use MP4-compatible codecs (H.264 video and AAC audio), Apple treats the container difference as cosmetic. For most uses, you can rename the extension or use a macOS Shortcut to re-mux — no re-encoding required.

Q: Is renaming .mov to .mp4 safe?

Yes, for files created by QuickTime Player on modern macOS. The codecs inside are MP4-compatible and no data changes during the rename. The file plays correctly in VLC, Chrome, Firefox, Safari, and every major media player. The only time renaming fails is when a strict uploader inspects the container header directly — in that case, use Screenify, HandBrake, or FFmpeg for a proper re-mux.

Q: How do I convert QuickTime .mov to MP4 without losing quality?

Use FFmpeg with the -c copy flag: ffmpeg -i input.mov -c copy output.mp4. This copies the video and audio streams byte-for-byte into an MP4 container without re-encoding. The result is indistinguishable from the original at the pixel level. HandBrake can do the same under Video > Passthrough. Screenify's import-and-export path also preserves quality when you pick "Match Source" in the bitrate settings.

Q: What is the difference between .mov and .mp4?

MOV is Apple's container format; MP4 is the ISO standard derived from it. Both can hold H.264, HEVC, AAC, and most common codecs. MP4 is more universally supported across non-Apple platforms, strict uploaders, and older hardware. The actual video and audio data is often identical — only the outer wrapper differs. See our guide on converting MOV to MP4 on Mac for more detail.

Q: Can I export a QuickTime screen recording directly as MP4?

Not from QuickTime Player itself — its export dialog only produces .mov. To skip the conversion step, record directly in Screenify Studio or use OBS Studio, both of which output MP4 natively. For existing QuickTime recordings, use the Finder rename trick, a macOS Shortcut, or FFmpeg to wrap the file in an MP4 container without quality loss.

Q: Which method is fastest for converting a long screen recording?

FFmpeg with -c copy wins — a 1-hour .mov converts in under 15 seconds because no re-encoding happens. Finder rename is even faster (instant) but only works when the destination accepts the internal codec. Screenify's hardware-accelerated export is the fastest option when you also need to trim or edit before exporting. HandBrake with re-encoding is the slowest, typically 1-3x real-time depending on preset.

Q: Will converting to MP4 reduce file size?

Only if you re-encode with a lower bitrate than the source. Pure container conversion (rename, -c copy, Shortcut re-mux) keeps the file size identical because the compressed data is unchanged. To shrink the file, open it in HandBrake with the Fast 1080p30 preset, or use FFmpeg with -crf 28 for noticeable size reduction with acceptable quality. Screen recordings compress especially well because most frames are static UI.

Q: Does the rename trick work on files from iPhone?

iPhone videos (from Camera app or screen recording) save as .mov with HEVC video and AAC audio. The rename trick works for playback on most modern devices, but older hardware (pre-2017 Windows, older Android, some smart TVs) cannot decode HEVC. For maximum compatibility, transcode to H.264 with HandBrake or FFmpeg: ffmpeg -i input.mov -c:v libx264 -c:a aac output.mp4.


Screenify Studio

Try Screenify Studio

Record your screen with auto-zoom, AI captions, dynamic backgrounds, and Metal-accelerated export. Free plan, unlimited recordings.

Download Free
Join our early adopters