Skip to content

Free toolsAudio and video

Trim video

From this second to that one, as a new MP4; the rest is left out.

This one runs on your credits. From this second to that one, as a new MP4; the rest is left out.

Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run trim 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 trim video

  1. Drop the video.
  2. Type the start and end seconds.
  3. Press Trim and download the clip.

What happens to your file

The part between your two seconds is re-encoded as H.264 with AAC sound into a fast-start MP4 — frame-accurate, so the clip begins exactly where you said rather than at the nearest keyframe.

The rest of the video is not in the result; your original is untouched.

Questions

Does trimming lose quality?

The clip is re-encoded at a quality most people cannot tell from the original; that is the price of a cut that lands on the exact frame.

What does it cost?

It runs on your credits by the length of the clip; the page shows the price for your file before you press the button.

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.clip",
    "options": {}
  }'

The same operation, video.clip — The seconds you name, re-encoded frame-accurate. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.