Convert one or more MPEG files to MOV using an interactive, fast, and free video converter tool.
drop your MPEG files here
Converted Files
Disclaimer:Please be aware that due to limited server storage, converted files will be automatically purged over time for optimal server performance.
Conversion Settings
frames
Sets the maximum number of video frames to output. Leave blank to process the full video.
Sets the maximum number of video frames to output. Leave blank to process the full video.
30
Sets the output video frame rate. Higher frame rates make motion smoother but increase file size.
Sets the output video frame rate. Higher frame rates make motion smoother but increase file size.
Sets the output video resolution in pixels. Example: 1920x1080 for Full HD. Leave blank to keep original.
Sets the output video resolution in pixels. Example: 1920x1080 for Full HD. Leave blank to keep original.
Sets the display aspect ratio. Common values are 4:3 for standard and 16:9 for widescreen.
Sets the display aspect ratio. Common values are 4:3 for standard and 16:9 for widescreen.
bits
Sets the precision of raw video samples. Typical values are 8 (standard) or 10/12 for high-quality workflows.
Sets the precision of raw video samples. Typical values are 8 (standard) or 10/12 for high-quality workflows.
libx264
Selects the codec for encoding the video. Choose 'Copy Original' to avoid re-encoding.
Selects the codec for encoding the video. Choose 'Copy Original' to avoid re-encoding.
k
Sets the video bitrate in kbps. Higher bitrate increases quality and file size.
Sets the video bitrate in kbps. Higher bitrate increases quality and file size.
128k
Sets the audio bitrate for the MOV file. Higher bitrate increases audio quality and file size.
Sets the audio bitrate for the MOV file. Higher bitrate increases audio quality and file size.
How to use this MPEG to MOV Converter?
Choose Files: Click 👆 on the Choose Files button and choose input MPEG files, or you may drag and drop MPEG files to the drop area. You may choose one or more video files. The chosen files are displayed with size information in the same drop area.
Conversion Settings: You may change the conversion parameters like quality 🎛, background color, etc., using the sliders, or color input buttons.
Conversion: Now you can click on the Convert button. This is where the ⛄ magic happens. Your MPEG files are sent to the server for conversion. This all happens in a lightening speed ⚡.
Output: Once the MPEGs are converted ✅ to MOVs, they appear in the download section.
Download Files: You may click 👆 on the big Download button to download ↓ all your converted MOVs, or you may download individual MOV by clicking on the respective download button.
Options: There is also a link 🔗 which you can Copy and share it using which you can download the converted MOV files.
{
"convert": "mpeg-mov",
"multiple": true,
"from": "mpeg",
"to": "mov",
"controls": [
{
"type": "number",
"optional": true,
"name": "vframes",
"label": "Number of Video Frames",
"range": {
"min": 1,
"max": 1000000
},
"unit": "frames",
"desc": "Sets the maximum number of video frames to output. Leave blank to process the full video."
},
{
"type": "dropdown",
"name": "frame_rate",
"label": "Frame Rate (fps)",
"options": [
{
"label": "12 fps",
"value": 12
},
{
"label": "15 fps",
"value": 15
},
{
"label": "23.976 fps (Film)",
"value": 23.976
},
{
"label": "24 fps",
"value": 24
},
{
"label": "25 fps (PAL)",
"value": 25
},
{
"label": "29.97 fps (NTSC)",
"value": 29.97
},
{
"label": "30 fps",
"value": 30
},
{
"label": "50 fps",
"value": 50
},
{
"label": "60 fps",
"value": 60
}
],
"defaultValue": 30,
"desc": "Sets the output video frame rate. Higher frame rates make motion smoother but increase file size."
},
{
"type": "text",
"optional": true,
"name": "resolution",
"label": "Resolution (WxH)",
"placeholder": "1920x1080",
"desc": "Sets the output video resolution in pixels. Example: 1920x1080 for Full HD. Leave blank to keep original."
},
{
"type": "dropdown",
"name": "aspect_ratio",
"label": "Aspect Ratio",
"options": [
{
"label": "4:3",
"value": "4:3"
},
{
"label": "16:9",
"value": "16:9"
},
{
"label": "1.3333",
"value": "1.3333"
},
{
"label": "1.7777",
"value": "1.7777"
}
],
"optional": true,
"desc": "Sets the display aspect ratio. Common values are 4:3 for standard and 16:9 for widescreen."
},
{
"type": "number",
"optional": true,
"name": "bits_per_raw_sample",
"label": "Bits per Raw Sample",
"range": {
"min": 8,
"max": 16
},
"unit": "bits",
"desc": "Sets the precision of raw video samples. Typical values are 8 (standard) or 10/12 for high-quality workflows."
},
{
"type": "dropdown",
"name": "video_codec",
"label": "Video Codec",
"options": [
{
"label": "H.264 (libx264)",
"value": "libx264"
},
{
"label": "H.265 / HEVC (libx265)",
"value": "libx265"
},
{
"label": "Apple ProRes",
"value": "prores"
},
{
"label": "Copy Original",
"value": "copy"
}
],
"defaultValue": "libx264",
"desc": "Selects the codec for encoding the video. Choose 'Copy Original' to avoid re-encoding."
},
{
"type": "number",
"optional": true,
"name": "video_bitrate",
"label": "Video Bitrate",
"range": {
"min": 100,
"max": 50000
},
"unit": "k",
"desc": "Sets the video bitrate in kbps. Higher bitrate increases quality and file size."
},
{
"type": "dropdown",
"name": "audio_bitrate",
"label": "Audio Bitrate",
"options": [
{
"label": "64 kbps",
"value": "64k"
},
{
"label": "96 kbps",
"value": "96k"
},
{
"label": "128 kbps",
"value": "128k"
},
{
"label": "192 kbps",
"value": "192k"
},
{
"label": "256 kbps",
"value": "256k"
}
],
"defaultValue": "128k",
"desc": "Sets the audio bitrate for the MOV file. Higher bitrate increases audio quality and file size."
}
],
"note": "MOV is a versatile container format that supports multiple codecs. When converting from MPEG, you can re-encode with a new codec (e.g., H.264, ProRes) or copy the original stream to avoid quality loss. Adjusting resolution, frame rate, and bitrate allows balancing quality and file size.",
"type": "video"
}