Linux Make video_ts To .iso File

To convert a video file to .iso. “mkisofs” is the key.

mkisofs -dvd-video -o ~/moviename.iso /path/todvd/filesystem/

This line will make a moviename.iso in the home folder which can then easily be burnt or mounted.