Skip to content

A multi-threaded Python tool for converting .ts files to .mp4 using FFmpeg. Features global and per-file progress bars with automatic clearing for completed tasks. Designed for speed, efficiency, and a clean terminal experience. 🎥

Notifications You must be signed in to change notification settings

MeetBhingradiya/TStoMP4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python TS to MP4 Converter

  • Fastest TS to MP4 Converter
  • No quality loss
  • Speed depends on your CPU & GPU

Installation

  1. Download FFmpeg from here
  2. Extract & Set the path in the environment variables
  3. Install the required packages
pip install reqirements.txt

Optional: You can also use the .venv file to create a virtual environment

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt

Usage

  1. Place your TS .ts files in the input folder
  2. Run the following command
python index.py
  1. Your MP4 .mp4 files will be in the output folder

Author

Meet Bhingradiya

About

A multi-threaded Python tool for converting .ts files to .mp4 using FFmpeg. Features global and per-file progress bars with automatic clearing for completed tasks. Designed for speed, efficiency, and a clean terminal experience. 🎥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages