LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-26-2019, 03:24 PM   #1
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Rep: Reputation: 176Reputation: 176
Need help (and reassurance) getting MakeMKV


I got it years ago but it still seems a little tricky.

So the below is from this: https://www.makemkv.com/forum/viewtopic.php?f=3&t=224

I downloaded and extracted the tar files. So then in the terminal in that directory (with the extracted tar files) I run:

Code:
sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev libqt4-dev zlib1g-dev
Then it says:

Quote:
Unpack both packages...
Did they mean:

Quote:
To unpack both packages...
?

Or is there something I need to do to unpack the tar files?

Then in the same directory that has the extracted tar files I run:

(and these are three separate commnads, right?)

Code:
./configure
make
sudo make install

Then I run:

Code:
make
sudo make install
And all this stuff (attachment)? Do I need to do this?

Thanks.
Attached Thumbnails
Click image for larger version

Name:	DeepinScreenshot_select-area_20190226152155.png
Views:	14
Size:	64.2 KB
ID:	29949  
 
Old 02-27-2019, 01:42 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
may i suggest just using ffmpeg instead?
Code:
ffmpeg -i inputfile.ext outputfile.mkv
how much easier can it get?

if typing is hard for you, there's also graphical frontends to ffmpeg.
 
1 members found this post helpful.
Old 02-27-2019, 01:39 PM   #3
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by ondoho View Post
may i suggest just using ffmpeg instead?
Code:
ffmpeg -i inputfile.ext outputfile.mkv
how much easier can it get?

if typing is hard for you, there's also graphical frontends to ffmpeg.
Thanks ondoho. ffmpeg is new to me. Is it safe? And all I have to do is run

Code:
ffmpeg -i inputfile.ext outputfile.mkv
and I'll get MakeMKV? (And I'm kind of wondering if it's that easy why they don't have it on the MakeMKV installation page I linked in the first post?)
 
Old 02-27-2019, 02:01 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Gregg Bell View Post
Thanks ondoho. ffmpeg is new to me. Is it safe? And all I have to do is run

Code:
ffmpeg -i inputfile.ext outputfile.mkv
and I'll get MakeMKV? (And I'm kind of wondering if it's that easy why they don't have it on the MakeMKV installation page I linked in the first post?)
i'm not sure if you're kidding with me?
if so, i'm not amused.
 
1 members found this post helpful.
Old 02-27-2019, 02:10 PM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Gregg Bell View Post
Thanks ondoho. ffmpeg is new to me. Is it safe? And all I have to do is run

Code:
ffmpeg -i inputfile.ext outputfile.mkv
and I'll get MakeMKV? (And I'm kind of wondering if it's that easy why they don't have it on the MakeMKV installation page I linked in the first post?)
Gregg, is the only thing that you use MakeMKV for the conversion of other formats to mkv?

If so, my suggestion would be to convert a few files to mkv using ffmpeg as ondoho suggested and see if you are happy with the results.
 
1 members found this post helpful.
Old 02-27-2019, 02:48 PM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
on a guess makeMKV is just a basic "wrapper" for ffmpeg because it looks like it uses it for the backend
Code:
Starting from version 1.12.1 DTS-HD decoding is 
handled by ffmpeg as well, so you would need a recent
 one. Here are generic instructions for building 
makemkv-oss with latest ffmpeg:

- download ffmpeg tarball from http://ffmpeg.org
/download.html

- configure and build ffmpeg:
oss sound too is a old format
 
1 members found this post helpful.
Old 02-27-2019, 09:25 PM   #7
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by ondoho View Post
i'm not sure if you're kidding with me?
if so, i'm not amused.
Hi ondoho. No, I wasn't kidding. I just saw this big long installation instruction (in my OP) and then you just had the single command. Seemed confusing.
 
Old 02-27-2019, 09:27 PM   #8
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by hydrurga View Post
Gregg, is the only thing that you use MakeMKV for the conversion of other formats to mkv?

If so, my suggestion would be to convert a few files to mkv using ffmpeg as ondoho suggested and see if you are happy with the results.
Hi hydrurga. I want it for ripping DVDs.
 
Old 02-27-2019, 09:43 PM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Gregg Bell View Post
Hi hydrurga. I want it for ripping DVDs.
In that case, consider Handbrake. It's in the Ubuntu repos (sudo apt install handbrake-gtk). You can set the output format to Matroska (Mkv).
 
1 members found this post helpful.
Old 02-28-2019, 01:22 AM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Gregg Bell View Post
I want it for ripping DVDs.
i see.
afaik, ffmpeg does not do that (it converts files from one format to another with very simple commands and sane presets). but as hydrurga points out, there's more than 1 native linux tools that will do that for you.
 
1 members found this post helpful.
Old 02-28-2019, 07:07 AM   #11
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
I got a CLI script for Handbrake (cli) if you want to mod it to your specs, and try you hand at that.
 
1 members found this post helpful.
Old 02-28-2019, 02:42 PM   #12
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by hydrurga View Post
In that case, consider Handbrake. It's in the Ubuntu repos (sudo apt install handbrake-gtk). You can set the output format to Matroska (Mkv).
Thanks hydrurga. No luck getting it from the command.

~/Desktop$ sudo apt install handbrake-gtk
[sudo] password for gregory:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package handbrake-gtk

Can I just get it from "Software" in Xubuntu? I see it's there.
 
Old 02-28-2019, 02:43 PM   #13
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by BW-userx View Post
I got a CLI script for Handbrake (cli) if you want to mod it to your specs, and try you hand at that.
Thanks BW. I think the GUI will be plenty for me. (Less complicated.)
 
Old 02-28-2019, 03:15 PM   #14
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Gregg Bell View Post
Thanks hydrurga. No luck getting it from the command.

~/Desktop$ sudo apt install handbrake-gtk
[sudo] password for gregory:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package handbrake-gtk

Can I just get it from "Software" in Xubuntu? I see it's there.
Darn it, I've misguided you again! Sorry.

You need to add a PPA:

Code:
sudo add-apt-repository ppa:stebbins/handbrake-releases
Then update the indexes:

Code:
sudo apt update
Then install the software:
Code:
sudo apt install handbrake-gtk handbrake-cli
This is a more up-to-date version that the one in the Ubuntu repos which is called simply "handbrake", and will become even more so as Bionic ages. But you can choose the repo version if you so wish.
 
1 members found this post helpful.
Old 02-28-2019, 09:57 PM   #15
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by hydrurga View Post
Darn it, I've misguided you again! Sorry.

You need to add a PPA:

Code:
sudo add-apt-repository ppa:stebbins/handbrake-releases
Then update the indexes:

Code:
sudo apt update
Then install the software:
Code:
sudo apt install handbrake-gtk handbrake-cli
This is a more up-to-date version that the one in the Ubuntu repos which is called simply "handbrake", and will become even more so as Bionic ages. But you can choose the repo version if you so wish.
Thanks, man, but you're wanting me to get the command line version instead of the GUI? Is the cli really easy to use?


Code:
/Desktop$ sudo add-apt-repository ppa:stebbins/handbrake-releases

 These are the official HandBrake releases for Ubuntu. Official web site http://handbrake.fr/

HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows.

After adding this PPA to your list of repositories (see "Adding this PPA to your system" below), you can install the HandBrake gtk gui with the command:

apt-get install handbrake-gtk

And you can install the HandBrake CLI with the command:

apt-get install handbrake-cli
 More info: https://launchpad.net/~stebbins/+arc...brake-releases
Press [ENTER] to continue or Ctrl-c to cancel adding it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] MakeMKV pop-up window blocking use Gregg Bell Linux - Software 6 08-16-2016 03:46 AM
[SOLVED] makemkv immediately segfaults on both 14.1 and current (multilib) moesasji Slackware 9 01-12-2015 12:42 PM
[SOLVED] What happened to the MakeMKV Slackbuild? Not found... Z_Tagr Slackware 2 09-24-2011 12:12 AM
how to install MakeMKV in ubuntu 9.10 kumar116 Linux - Software 2 05-31-2010 09:18 AM
New Slackware User who needs guidance and reassurance! ruinedshadow Linux - General 5 03-21-2006 01:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration