Tested tool guide
Tested browser tools
Checked August 16, 2026
What Video Merger does, with a checked example
Video Merger joins several video clips into one continuous file, playing them in the order you arrange and letting you pick a transition for each boundary between clips. All processing happens in the browser: the clips are decoded, the frames at each boundary are handled per your transition choice, and the result is encoded once into a single output you download. The surprise is that this is a fresh encode, not a repackaging: quality and file size come from the tool's encoding settings, and clips with different resolutions or frame rates are normalized into one format rather than kept untouched.
Worked example
A concrete input and expected output from the current implementation.
Input
Clip 1: 12.0 s, Clip 2: 8.0 s, transition: cut (none)
->
Expected output
Merged video: one file, 20.0 s total, clip 1 then clip 2.
With no transition the clips join end to end, so the output duration is exactly the sum of the inputs: 12.0 + 8.0 = 20.0 s.