- Fastest TS to MP4 Converter
- No quality loss
- Speed depends on your CPU & GPU
- Download FFmpeg from here
- Extract & Set the path in the environment variables
- 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
- Place your TS
.ts
files in theinput
folder - Run the following command
python index.py
- Your MP4
.mp4
files will be in theoutput
folder