Convert one or more MP4 files to MPEG using an interactive, fast, and free video converter tool.
drop your MP4 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
2000k
Sets the video bitrate for the MPEG file. Higher values result in better quality and larger file size. 2000k is a safe default for SD-quality output.
Sets the video bitrate for the MPEG file. Higher values result in better quality and larger file size. 2000k is a safe default for SD-quality output.
Set the output video resolution (width x height). Use formats like 1280x720, 640x480, or leave blank to keep the original resolution.
Set the output video resolution (width x height). Use formats like 1280x720, 640x480, or leave blank to keep the original resolution.
30
Sets the number of video frames per second. 24 fps gives a film-like look; 30 fps is smoother for general use.
Sets the number of video frames per second. 24 fps gives a film-like look; 30 fps is smoother for general use.
16:9
Sets the display aspect ratio of the output video. 16:9 is standard for widescreen monitors; 4:3 is more traditional.
Sets the display aspect ratio of the output video. 16:9 is standard for widescreen monitors; 4:3 is more traditional.
mpeg2video
Force a specific video codec for encoding. Use 'copy' to avoid re-encoding (if supported), or leave empty to use the default for MPEG.
Force a specific video codec for encoding. Use 'copy' to avoid re-encoding (if supported), or leave empty to use the default for MPEG.
128k
Set the audio bitrate for the MPEG video. Higher values improve audio quality but increase file size.
Set the audio bitrate for the MPEG video. Higher values improve audio quality but increase file size.
How to use this MP4 to MPEG Converter?
Choose Files: Click 👆 on the Choose Files button and choose input MP4 files, or you may drag and drop MP4 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 MP4 files are sent to the server for conversion. This all happens in a lightening speed ⚡.
Output: Once the MP4s are converted ✅ to MPEGs, they appear in the download section.
Download Files: You may click 👆 on the big Download button to download ↓ all your converted MPEGs, or you may download individual MPEG 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 MPEG files.
{
"convert": "mp4-mpeg",
"multiple": true,
"from": "mp4",
"to": "mpeg",
"controls": [
{
"type": "dropdown",
"name": "video_bitrate",
"label": "Video Bitrate",
"options": [
{
"label": "500 kbps (Low)",
"value": "500k"
},
{
"label": "1000 kbps (Standard)",
"value": "1000k"
},
{
"label": "2000 kbps",
"value": "2000k"
},
{
"label": "4000 kbps (High)",
"value": "4000k"
},
{
"label": "8000 kbps (HD)",
"value": "8000k"
}
],
"defaultValue": "2000k",
"desc": "Sets the video bitrate for the MPEG file. Higher values result in better quality and larger file size. 2000k is a safe default for SD-quality output."
},
{
"type": "text",
"name": "frame_size",
"label": "Frame Size",
"placeholder": "e.g., 1280x720 or 640x480",
"desc": "Set the output video resolution (width x height). Use formats like 1280x720, 640x480, or leave blank to keep the original resolution."
},
{
"type": "dropdown",
"name": "frame_rate",
"label": "Frame Rate (fps)",
"options": [
{
"label": "15 fps",
"value": 15
},
{
"label": "24 fps (Cinematic)",
"value": 24
},
{
"label": "30 fps (Standard)",
"value": 30
},
{
"label": "60 fps (High Motion)",
"value": 60
}
],
"defaultValue": 30,
"desc": "Sets the number of video frames per second. 24 fps gives a film-like look; 30 fps is smoother for general use."
},
{
"type": "dropdown",
"name": "aspect_ratio",
"label": "Aspect Ratio",
"options": [
{
"label": "4:3 (Standard TV)",
"value": "4:3"
},
{
"label": "16:9 (Widescreen)",
"value": "16:9"
}
],
"defaultValue": "16:9",
"desc": "Sets the display aspect ratio of the output video. 16:9 is standard for widescreen monitors; 4:3 is more traditional."
},
{
"type": "dropdown",
"name": "video_codec",
"label": "Video Codec",
"options": [
{
"label": "Default (auto)",
"value": ""
},
{
"label": "MPEG-2 Video",
"value": "mpeg2video"
},
{
"label": "Copy (no re-encode)",
"value": "copy"
}
],
"defaultValue": "mpeg2video",
"desc": "Force a specific video codec for encoding. Use 'copy' to avoid re-encoding (if supported), or leave empty to use the default for MPEG."
},
{
"type": "dropdown",
"name": "audio_bitrate",
"label": "Audio Bitrate",
"options": [
{
"label": "64 kbps",
"value": "64k"
},
{
"label": "128 kbps (Standard)",
"value": "128k"
},
{
"label": "192 kbps",
"value": "192k"
}
],
"defaultValue": "128k",
"desc": "Set the audio bitrate for the MPEG video. Higher values improve audio quality but increase file size."
}
],
"note": "This profile converts MP4 video files to MPEG format using FFmpeg. You can customize frame rate, resolution, video bitrate, and aspect ratio. MPEG encoding supports `mpeg2video` codec. If you choose 'copy' for codec, make sure the source codec is compatible with MPEG format.",
"type": "video"
}