Merge videos directly from URLs
Append ?url= to this page's address — once per clip — and the merge tool fetches them in order. Server-side fetch, no CORS, no manual upload.
How to use this page
Multiple videos
Repeat ?url= for each clip. They're merged in the order you list them.
https://mytools.com/video/merge-videos/by-url?url=https://example.com/a.mp4&url=https://example.com/b.mp4
Requirements
| Protocol | http:// or https:// |
| Content-Type | video/* or application/octet-stream |
| Source | Any publicly accessible URL |
Server-side fetch · No CORS restrictions · Nothing stored on our servers
Why use the by-URL entry point?
Skip the upload step
When your clips are already hosted online, pass the URLs directly.
No CORS restrictions
The server fetches the videos for you, so browser CORS policies never apply.
Ordered URL list
The order of ?url= parameters becomes the merge order — change the order in the URL, change the merge order.
Shareable and linkable
One URL captures the whole batch. Share it with a teammate and they get the same merge.
Same merger, different entry point
Once loaded, you get the full merge experience — drag-to-reorder, resolution dropdown, MP4 output — exactly as if you'd uploaded the files manually.
Nothing stored on our servers
Each video is fetched and forwarded to your browser in one pass. We never write them to disk.
Build the URL
Start with /video/merge-videos/by-url and append ?url= once per clip you want to merge.
The clips load automatically
The page fetches each video server-side and opens the merge tool with them pre-loaded — no upload dialog.
Adjust and merge
Re-order if needed, pick the output resolution, hit Merge Videos, and download the combined MP4.
- Videos are never stored — fetched and forwarded in a single request.
- URLs and videos are not logged, inspected, or retained.
- No sign-up needed — construct the URL and go.