Convert one or more MOV files to FLV using an interactive, fast, and free video converter tool.
drop your MOV 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
Sets the number of video frames to output. Leave blank to process the entire video.
Sets the number of video frames to output. Leave blank to process the entire video.
30
Sets the output frame rate in frames per second.
Sets the output frame rate in frames per second.
Sets the output resolution in WxH format, e.g., 1920x1080. Leave blank to keep the original size.
Sets the output resolution in WxH format, e.g., 1920x1080. Leave blank to keep the original size.
Sets the display aspect ratio of the output video.
Sets the display aspect ratio of the output video.
Specifies the number of bits per raw video sample. Leave blank to keep default.
Specifies the number of bits per raw video sample. Leave blank to keep default.
libx264
Specifies the video codec to use. Use 'copy' to avoid re-encoding and preserve original quality.
Specifies the video codec to use. Use 'copy' to avoid re-encoding and preserve original quality.
Sets the starting SMPTE timecode for the output video (e.g., 00:00:00:00).
Sets the starting SMPTE timecode for the output video (e.g., 00:00:00:00).
1
Selects the encoding pass count. 2-pass produces better quality at the same bitrate but takes longer.
Selects the encoding pass count. 2-pass produces better quality at the same bitrate but takes longer.
2500
Sets the target video bitrate in kilobits per second. Higher values increase quality and file size.
Sets the target video bitrate in kilobits per second. Higher values increase quality and file size.
false
Disables video output and keeps only the audio stream.
Disables video output and keeps only the audio stream.
false
Removes non-audio/video data streams from the output.
Removes non-audio/video data streams from the output.
How to use this MOV to FLV Converter?
Choose Files: Click 👆 on the Choose Files button and choose input MOV files, or you may drag and drop MOV 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 MOV files are sent to the server for conversion. This all happens in a lightening speed ⚡.
Output: Once the MOVs are converted ✅ to FLVs, they appear in the download section.
Download Files: You may click 👆 on the big Download button to download ↓ all your converted FLVs, or you may download individual FLV 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 FLV files.
{
"convert": "mov-flv",
"multiple": true,
"from": "mov",
"to": "flv",
"controls": [
{
"type": "number",
"optional": true,
"name": "vframes",
"label": "Number of Video Frames",
"range": {
"min": 1,
"max": 100000
},
"desc": "Sets the number of video frames to output. Leave blank to process the entire video."
},
{
"type": "dropdown",
"name": "frame_rate",
"label": "Frame Rate (fps)",
"options": [
{
"label": "15 fps",
"value": 15
},
{
"label": "24 fps (Film)",
"value": 24
},
{
"label": "30 fps (Standard)",
"value": 30
},
{
"label": "60 fps (High)",
"value": 60
}
],
"defaultValue": 30,
"desc": "Sets the output frame rate in frames per second."
},
{
"type": "text",
"name": "size",
"label": "Frame Size",
"placeholder": "e.g. 1280x720",
"desc": "Sets the output resolution in WxH format, e.g., 1920x1080. Leave blank to keep the original size."
},
{
"type": "dropdown",
"name": "aspect",
"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"
}
],
"desc": "Sets the display aspect ratio of the output video."
},
{
"type": "number",
"optional": true,
"name": "bits_per_raw_sample",
"label": "Bits Per Raw Sample",
"range": {
"min": 8,
"max": 16
},
"desc": "Specifies the number of bits per raw video sample. Leave blank to keep default."
},
{
"type": "dropdown",
"name": "vcodec",
"label": "Video Codec",
"options": [
{
"label": "Default (libx264)",
"value": "libx264"
},
{
"label": "Copy (No Re-encoding)",
"value": "copy"
}
],
"defaultValue": "libx264",
"desc": "Specifies the video codec to use. Use 'copy' to avoid re-encoding and preserve original quality."
},
{
"type": "text",
"optional": true,
"name": "timecode",
"label": "Initial Timecode",
"placeholder": "hh:mm:ss:ff",
"desc": "Sets the starting SMPTE timecode for the output video (e.g., 00:00:00:00)."
},
{
"type": "dropdown",
"name": "pass",
"label": "Encoding Pass",
"options": [
{
"label": "1-pass (Fast)",
"value": 1
},
{
"label": "2-pass (Better Quality)",
"value": 2
}
],
"defaultValue": 1,
"desc": "Selects the encoding pass count. 2-pass produces better quality at the same bitrate but takes longer."
},
{
"type": "number",
"optional": true,
"name": "video_bitrate",
"label": "Video Bitrate (kbps)",
"range": {
"min": 100,
"max": 50000
},
"defaultValue": 2500,
"desc": "Sets the target video bitrate in kilobits per second. Higher values increase quality and file size."
},
{
"type": "dropdown",
"name": "disable_video",
"label": "Disable Video",
"options": [
{
"label": "No (Keep Video)",
"value": false
},
{
"label": "Yes (Audio Only)",
"value": true
}
],
"defaultValue": false,
"desc": "Disables video output and keeps only the audio stream."
},
{
"type": "dropdown",
"name": "disable_data",
"label": "Disable Data Streams",
"options": [
{
"label": "No (Keep Data Streams)",
"value": false
},
{
"label": "Yes (Remove Data Streams)",
"value": true
}
],
"defaultValue": false,
"desc": "Removes non-audio/video data streams from the output."
}
],
"type": "video"
}