expendables 3

The place to discuss Mac OS X version of MakeMKV
Post Reply
Message
Author
MrQuay
Posts: 4
Joined: Fri Feb 06, 2015 9:21 am

expendables 3

#1 Post by MrQuay » Tue Jul 28, 2015 8:31 pm

Hi,
Bought Expendables 3 from a well known used game and film shop.
I am trying to rip it to MakeMKV.
I am using a Macbook pro and it shows over 100 titles.
How, on a Mac, do I locate the correct file?

Any help is greatly appreciated.

Many thanks

Chris

Woodstock
Posts: 10222
Joined: Sun Jul 24, 2011 11:21 pm

Re: expendables 3

#2 Post by Woodstock » Tue Jul 28, 2015 8:54 pm

First of all, Expendables 3 has a LOT of topics on internet (and a couple here) with lists of potential titles vs. disk source.

As for finding it empirically on OS X, if you have a player that can handle BD, you have "lsof", "ps", and "grep" available to you for finding the file name.

A terminal window would allow you to run "ps" to find the process ID of the BD player software. You might not need that; Feeding the output of 'lsof" through "grep", looking for "m2ts" will tell you what file name is open, but the process ID would make sure it is the RIGHT task reading the file.

Code: Select all

lsof | grep -i m2ts

MrQuay
Posts: 4
Joined: Fri Feb 06, 2015 9:21 am

Re: expendables 3

#3 Post by MrQuay » Tue Jul 28, 2015 10:09 pm

Hi,

I really appreciate the reply. However, I am not very good with the terminal.
I pasted in your command but nothing happened. I am running 'Free mac blu-ray player' and was trying to see which title was the right one, but couldn't find a way of seeing it?

Any additional info would be great, or I'll have to skip this disc and just have it off the shelf when I wish to watch again :0

Cheers

Chris

Post Reply