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.
Exploration of Information, Communication and Technology
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.