I wrote a script to combine the divided ts files
I want to combine the divided ts files
Even if there are multiple divided ts files, it is difficult to see them as they are, so I want to make one mp4 file.
Tried to make it
https://github.com/MasatoHanayama/cat_ts
(MIT license)
Mandatory requirements
- Windows (development environment is 10 20H2)
- Python3.x
- ffmpeg
how to use
- Save the ts file you want to combine in one folder
- Run ts_cat.py (this will generate ts_cat.txt to feed ffmpeg)
- Run cat.bat (hit ffmpeg based on the previously generated ts_cat.txt)
- output.mp4 is completed