Wednesday, August 7, 2013

How to Extract a .m2ts HD Video from Bluray .iso file in Ubuntu

Tutorial on how to mount a Bluray .ISO file in Ubuntu Server via the command line and copy out an HD .M2TS Video. This tutorial applies to downloaded .ISO that you may have acquired from Torrents or Usenet.

Same commands also apply to other Linux Distros, but you may need to adjust Root (sudo) command to your system. In most cases you just need to type "su" or "sudo su"

Commands:
sudo mount -o loop -t udf file.iso /media/cdrom
(Use "sudo mkdir /media/cdrom" if you don't have a cdrom folder)
cd /media/cdrom/BDMV/STREAM
ls -lhSr

Copy out the largest .m2ts file
*Note if there are no large files then you'll have to leave the .iso file as it is.
cp 00123.m2ts /Location to Copy to

chmod 755 00123.m2ts
sudo umount /media/cdrom

Wallpaper: http://bit.ly/16AqyLH

No comments:

Post a Comment