Demux .ts into MOV

Using FFMpeg

ffmpeg -i dw.ts -vcodec copy -sameq -acodec copy -f mov output.mov -threads 4
or for MKV output
ffmpeg -i dw.ts -vcodec copy -sameq -acodec copy -f matroska mkv -threads 4