MOV to MPEG Converter

Learn how to convert Apple MOV files to MPEG-1 or MPEG-2 format using FFmpeg, with ready-to-copy commands and a format comparison table.

FFmpeg Command Builder

Generated Command

ffmpeg -i input.mov -c:v mpeg2video -b:v 4000k -c:a mp2 -b:a 128k output.mpg

Replace input.mov with your actual file path. FFmpeg must be installed — download free from ffmpeg.org.

Common Presets

MOV vs MPEG — Format Comparison

Attribute MOV (QuickTime) MPEG-2
Developed by Apple ISO / IEC
Typical use Editing, iOS recording DVD, broadcast TV
Max resolution Up to 8K Up to 1080i
DVD authoring Not supported Supported
Broadcast use Limited Standard
Legacy hardware Poor support Excellent
Browser playback Partial (Safari) Plugin required

Install FFmpeg

Copied!

Summary

Learn how to convert Apple MOV files to MPEG-1 or MPEG-2 format using FFmpeg, with ready-to-copy commands and a format comparison table.

How it works

  1. Choose your target format: MPEG-1 (broad legacy compatibility) or MPEG-2 (DVD/broadcast quality).
  2. Set optional parameters such as video bitrate, audio bitrate, and frame rate.
  3. Copy the generated FFmpeg command shown in the Command Builder panel.
  4. Open a terminal on your computer and paste the command, replacing the input file path as needed.
  5. FFmpeg transcodes the MOV file and writes the .mpg output to the same directory.

Use cases

  • Prepare iPhone or Mac screen recording MOV clips for DVD authoring tools that require MPEG-2.
  • Convert Final Cut Pro or iMovie exports to MPEG for legacy broadcast workflows.
  • Archive QuickTime footage in MPEG-1 format for maximum playback compatibility on old hardware.
  • Supply MPEG clips to video editors or NLEs that do not accept MOV or QuickTime containers.
  • Convert training or presentation MOV videos for systems that only accept MPEG.
  • Reduce reliance on proprietary conversion software by using FFmpeg locally.
  • Convert Apple ProRes MOV files to MPEG-2 for distribution on disc or legacy broadcast systems.

Frequently Asked Questions

Last updated: 2026-06-11 · Reviewed by Nham Vu