I'm really rookie in manipulating with video files and I have question.
I have one MPEG-2 file with two video streams synchronized by time (first from RGB camera and second from thermal camera). I would like to separate this streams into two files (to any format). Is it possible ? Can I use MATLAB or another software ?
Thank you.
ffmpeg
will do the job ! It might look like a kludge because it has indeed a lot of options but it is very powerful for video stream manipulation.
Have a look here.