vlc (for MS Windows) was used to cut Part1.ts, Part2.ts. Part3.ts and Part4.ts from
a 4Gb video file. The four parts can be played independently by vlc.
An attempt was made to merge the four files. Although a 2.1Gb file was created,
(roughly the combined size of the four files) vlc cannot play it.
The command line (described in various vlc posts) was:
vlc Part1.ts Part2.ts Part3.ts Part4.ts --sout "#gather:std{access=file,dst=Ep2S7.ts}" --sout-keep
The vlc version is 2.2.1
Is the command line correct?