Search found 8 matches
- Sun Jul 17, 2022 2:06 pm
- Forum: MakeMKV for Linux
- Topic: registering using makemkvcon
- Replies: 16
- Views: 17886
registering using makemkvcon
How do I register with the beta key using `makemkvcon`? I've compiled and installed the latest version, run: makemkvcon reg T-T2HdpRvyvJtxjVtKWRv1n92AcFFFlYyl3FX2mazk0obKPR3V1fgIDQ793QfUnT2opR But I just get "Key not found or invalid". I've tried writing it to a file and using `reg filenam...
- Fri Mar 01, 2019 7:52 pm
- Forum: MakeMKV for Linux
- Topic: [SOLVED] Current Debian Sid: "configure: error: C compiler cannot create executables"
- Replies: 5
- Views: 13096
Re: Current Debian Sid: "configure: error: C compiler cannot create executables"
SOLVED! Problem appears to be with cc1: error: /usr/local/include/x86_64-linux-gnu: Not a directory cc1: warning: /usr/local/include: not a directory My `/usr/local/include`appears to be a file created by some other program. I ran: sudo mv /usr/local/include /usr/local/include.bak It then compiled p...
- Fri Mar 01, 2019 7:29 pm
- Forum: MakeMKV for Linux
- Topic: [SOLVED] Current Debian Sid: "configure: error: C compiler cannot create executables"
- Replies: 5
- Views: 13096
Re: Current Debian Sid: "configure: error: C compiler cannot create executables"
I also have this problem on Ubuntu.
Used to work just fine, a few versions back. So strange!
Used to work just fine, a few versions back. So strange!
- Fri Aug 03, 2012 9:17 am
- Forum: MakeMKV for Linux
- Topic: Seg fault wen compiling on Linux
- Replies: 2
- Views: 8553
Re: Seg fault wen compiling on Linux
32 Bit. All the previous versions have compiled without problem.
- Tue Jul 31, 2012 12:20 pm
- Forum: MakeMKV for Linux
- Topic: Seg fault wen compiling on Linux
- Replies: 2
- Views: 8553
Seg fault wen compiling on Linux
Solved! This requires GCC 4.6 - I had an older version. To check, run gcc --version If you need to install GCC 4.6, there are instructions on StackOverflow . ---------------------------- I'm getting a segmentation fault when trying to compile on Ubuntu. I've installed all the dependencies (build-ess...
- Tue Feb 21, 2012 1:22 pm
- Forum: MakeMKV for Linux
- Topic: Specific Audio Stream Extraction - Command Line.
- Replies: 1
- Views: 6808
Specific Audio Stream Extraction - Command Line.
Using the command line, I can rip a specific title using makemkvcon -r mkv disc:0 1 /data/DVDs/Movies/ (Disc 0, title 1) But how do I extract only specific audio streams? I want, say, the video & DTS track only? Getting information about the disc using makemkvcon -r info disc:0 Gives me: TCOUNT:...
- Fri Dec 09, 2011 3:22 pm
- Forum: MakeMKV for Linux
- Topic: CLI Only Specific Extraction
- Replies: 4
- Views: 14992
Re: CLI Only Specific Extraction
Cool - looking forward to it!
- Mon Nov 28, 2011 1:55 pm
- Forum: MakeMKV for Linux
- Topic: CLI Only Specific Extraction
- Replies: 4
- Views: 14992
CLI Only Specific Extraction
Hi, Is there any way to perform a specific extraction just using the command line? Essentially, I'm running a headless server, and don't have a GUI. I'd like to be able to list all of a title's properties and selectively extract them. Say makemkvcon mkv disc:0 title:2 lang:2,3 subtitle:2 I've found ...