Free tools › Audio and video
Resize video
A smaller frame for the web, the group chat or the slide; the aspect kept.
This one runs on your credits. A smaller frame for the web, the group chat or the slide; the aspect kept.
Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run resize video there.
Pick a file below to see exactly what it would cost.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to resize video
- Drop the video.
- Pick the height.
- Press Resize and download the MP4.
What happens to your file
Every frame is scaled to the height you pick with the width following the aspect ratio (rounded to an even number, as H.264 needs), then the clip is re-encoded as H.264 with AAC sound and written with its index at the front. Sound is untouched.
A clip already at or below the height is re-encoded at its own size — nothing is ever enlarged, because an enlarged video is only a blurry big one.
Questions
Does resizing make the file smaller?
Usually by a lot: half the height is a quarter of the pixels. For the smallest file at a given size, see Compress video, which also picks a bitrate.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "video.resize",
"options": {
"height": 720
}
}'The same operation, video.resize — Down to 480, 720 or 1080 lines; never enlarged past sense. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.