hue04476
.ts file is a bit different animal - quality is pretty low for VR headset. If you know exactly which .ts file is your point of interest - just convert it into MP4 with h.264 video codec. Sounds complicated, but you can try different video convertors software. If the term "command line" doesn't scare you, try following:
- Download and install ffmpeg: https://ffmpeg.org/download.html
- Open command line in the directory where your .ts file is located
- Run
ffmpeg -i video.ts -acodec copy -vcodec libx264 video.mp4
command where "video.ts" is the name of your .ts file
- Upload "video.mp4" to SLR drive
Hopefully, it will work for you.