Got tired of laggy .ts downloads from IDM, so I built a lightweight FFmpeg GUI

Posted by mohdsamnaan@reddit | Python | View on Reddit | 2 comments

A lot of videos downloaded from IDM and stream sites get saved as .ts files instead of normal .mp4.

The problem is those files often:

So I built a lightweight Windows GUI around FFmpeg that converts .ts.mp4 using fast stream copy (-c copy).

That means many files convert in seconds without re-encoding or quality loss.

Features:

GitHub:
https://github.com/Samnannn/ts-video-converter-gui