Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

TSFusion automates downloading and merging .ts video segments into a smooth, playable .mp4 file.

License

Notifications You must be signed in to change notification settings

jbakalarski/TSFusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon
TSFusion


Important

Currently TSFusion works with URLs that have seg-{number} in them

❓ What is this? TSFusion is a lightweight and efficient tool designed to simplify the process of downloading and merging .ts (MPEG Transport Stream) video segments into a single .mp4 file. Whether you're working with HLS streams or segmented video sources, TSFusion automates the entire workflow — from fetching .ts files to generating a smooth, playable .mp4.

❓ How to use it?

❓ What did I use?

🐍 Using Python to run TSFusion

  1. Install ffmpeg:
    • Windows: winget install --id=Gyan.FFmpeg -e
    • Linux: sudo apt install ffmpeg
    • MacOS: brew install ffmpeg
  2. Install Python
  3. Clone this repository and enter its directory:
git clone https://github.com/jbakalarski/TSFusion.git
  1. Install requirements.txt:
python -m pip install -r requirements.txt
  1. Run main.py:
python main.py
  1. Paste your URL
  2. Type in the name of directory
  3. Press Enter
  4. It works!

💾 Using .exe to run TSFusion

  1. Go to releases
  2. Download latest version
  3. Install ffmpeg from cmd: winget install --id=Gyan.FFmpeg -e
  4. Run TSFusion.exe
  5. Paste your URL
  6. Type in the name of directory
  7. Press Enter
  8. It works!

🚀 Features

  • 📥 Download .ts video segments from a given playlist or URL
  • 🔗 Automatically merge segments into a single .mp4 file
  • ⚡ Fast, clean, and easy-to-use
  • 💡 Ideal for video stream archiving or offline playback

💲 Support

jbakalarski

About

TSFusion automates downloading and merging .ts video segments into a smooth, playable .mp4 file.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages