Files/Videos Merger - Merge Files or Segments into One

This is a simple online tool that allows you to paste many URLs (Video or File Segments) into the following textbox. The server will download them one by one in turn and merge them into a single file for you to download. The merged target file will be kept in the server for no more than 48 hours. If any errors occur during downloading and merge file segments, the error will be shown and no file will be given.

For simple *.ts video segments, the tool will do a simple file concatenation/merge. For video formats like *.mpeg, *.mp4, the tool will invoke the FFMPEG to merge into a single video!

This Video Merge Tool Supports Merge, Combine or Concatenate the MP4/MPEG Videos.

This Video Merger is best used together with the Online Video Downloader where you may have a list of video segment URLs.

In the past days after service is launched, it is getting popular! Please see this blog post for more details.

Latest Merged Files

The files will be kept for no more than 48 hours. The merged files are provided by users as they are publicly available. (Disclaimer) We don't hold any responsibilities for the loss/damage of data or copyright issues. You will be able to view the latest files if you are on a monthly subscription (worth a cup of coffee!)

Thank you for the support! The monthly coffee subscription will be used to fund the server cost, maintenance and development.

How to Download Any Videos in Chrome?

Download-Video-Segments-in-Chrome

In Chrome, you can press Ctrl+Shift+I to invoke the console window and then switch to "Network" tab where you can reveal the real video (segment) URLs. You can then download them or merge them via this tool!

For more information, you can refer to this post: How to Download Any Videos in Chrome?

API to Merge Files/Videos Segments

Submit URLs to merge API:

$curl -X POST -s "https://slowapi.com/api/merger/" -d "s=URL1\nURL2\nURL3\n"
This will return on sucess the following:
{
  "id": "5",
  "ip": "146.200.108.X",
  "code": "mtcSCZbrQ2FGJtNnMdyKZ5Eh96UApB9O",
  "status": "https://slowapi.com/api/merger/query/?id=5&code=mtcSCZbrQ2FGJtNnMdyKZ5Eh96UApB9O"
}
Query the status URL:
{
  "status": "ok",
  "expiry": "2021-01-18 17:18:47",
  "url": "https://slowapi.com/api/merger/data/5_mtcSCZbrQ2FGJtNnMdyKZ5Eh96UApB9O.ts",
  "code": "mtcSCZbrQ2FGJtNnMdyKZ5Eh96UApB9O",
  "id": "5",
  "ip": "146.200.108.X"
}

If the files have not yet been merged, the status will be "pending".

Show the latest merged files (this API is only available for monthly paid users aka buy me a coffee)

$curl -X POST -s "https://slowapi.com/api/merger/latest/" -d "key=API_KEY_HERE"

It will return a list of merged files:

[
  {
    "file": "file.mp4",
    "id": 1234,
    "output": "https://slowapi.com",
    "ts": "2022-02-02 02:02:02",
    "ip": "127.0.0.1"
  }
]

Support and Bugs

Please report bugs by Sending us a ticket/email.

Please consider support us - as we need funds to run the free services (costs of Servers and Development). Thank you!
Buy Me A Coffee

中文版本: 在线视频片段合并工具和API