ozmartian / vidcutter

A modern yet simple multi-platform video cutter and joiner.
GNU General Public License v3.0
1.77k stars 137 forks source link

Support .ts file #381

Open yukihiko-shinoda opened 1 year ago

yukihiko-shinoda commented 1 year ago

This pull request supports .ts file. I took care enough for preventing to break current specification. However, I couldn't find any automation tests to garantiee no regressions. Please consider to devide large backend classes like VideoService to testable small classes to introduce pytest to prepare for accepting any pull request.