Search found 68 matches

by plittlefield
Mon Nov 04, 2019 1:46 pm
Forum: Advanced MakeMKV usage
Topic: [Feature Request] CLI - multiple selected titles
Replies: 20
Views: 62765

Re: [Feature Request] CLI - multiple selected titles

Hello fellow Linux users, I wrote this... #!/bin/bash # # cli wrapper for makemkv to rip selected titles # # change to home directory cd; # read disc to show titles lsdvd -q; # ask which titles read -p "Which titles? " TITLES; # show chosen titles echo "$TITLES"; # load titles in...
by plittlefield
Sat Aug 31, 2019 4:16 pm
Forum: Advanced MakeMKV usage
Topic: Extract defined title via shell command for erroneous DVD
Replies: 6
Views: 20678

Re: Extract defined title via shell command for erroneous DVD

Is there a way to do this using the Linux CLI makemkvcon ?

e.g.

Code: Select all

makemkvcon --manualmode mkv disc:0 15 3 2 5
as shown in the example on https://www.makemkv.com/manualdvd/

Thanks,

Paully
by plittlefield
Sat Aug 31, 2019 2:00 pm
Forum: General MakeMKV discussion
Topic: Feature Request: Max Length or Multiple Titles
Replies: 8
Views: 16718

Re: Feature Request: Max Length or Multiple Titles

What news on this requested feature? :)
by plittlefield
Sat Jul 13, 2019 9:53 am
Forum: Advanced MakeMKV usage
Topic: [Feature Request] CLI - multiple selected titles
Replies: 20
Views: 62765

Re: [Feature Request] CLI - multiple selected titles

IIRC, this low-level functionality was requested/implemented so that users could write their own scripts, where the script itself was expected to parse the output & construct the desired (individual) command lines. If you are expecting higher-level functionality, I would bet you MAY be waiting ...
by plittlefield
Thu Jul 11, 2019 9:42 am
Forum: Advanced MakeMKV usage
Topic: [Feature Request] CLI - multiple selected titles
Replies: 20
Views: 62765

Re: [Feature Request] CLI - multiple selected titles

It's been a few months since I last asked anything about this... so, is there any development on being able to select specific titles via the command line?

e.g.

makemkvcon mkv disc:0 1,4 /tmp/

Thanks.
by plittlefield
Fri Jun 14, 2019 8:28 pm
Forum: MakeMKV for Linux
Topic: checking for ff_ac3_encoder... no
Replies: 2
Views: 12853

checking for ff_ac3_encoder... no

Hello, I compile the latest ffmpeg as required... wget http://ffmpeg.org/releases/ffmpeg-4.1.3.tar.bz2 tar -xjvf ffmpeg-4.1.3.tar.bz2 cd ffmpeg-4.1.3/ make clean ./configure --prefix=/tmp/ffmpeg --enable-static --disable-shared --enable-pic --disable-x86asm --disable-all --disable-autodetect --disab...
by plittlefield
Sat May 11, 2019 4:04 pm
Forum: Drives for sale, Flashing Services, where to buy...
Topic: (Asmcom:) Pioneer UHD 4K Drives From £117.32, Cheap Shipping, Worldwide Service, Excellent Service!!!
Replies: 761
Views: 1385003

Re: UltraHD Friendly+Official Drives, Enclosures, Firmware Flashing (UK Based Worldwide Service) BU40N Now Available

Here's my two pence... I have been using eBay for 15 years and I have never experienced such excellent service as from user 'asmcom'. I bought 2 things from him - an ASUS BW-16D1HT UHD Friendly Drive, and a LG WH14NS40 LG WH16NS40 Firmware downgrade service. He took photos of the boxes before they w...
by plittlefield
Tue Apr 16, 2019 1:16 pm
Forum: MKV file processing and playback
Topic: LINUX - ffmpeg - 4K HDR HEVC X265 - Plex
Replies: 23
Views: 42285

LINUX - ffmpeg - 4K HDR HEVC X265 - Plex

Hello All, As I have benefited so much from MakeMKV and learned so much from this forum, I thought I would post my notes on creating 4K HDR movie files for Plex. This is still a "work in progress" but believe I have the correct format of MKV for my Samsung TV so that I can experience 4K HD...
by plittlefield
Thu Apr 04, 2019 1:59 pm
Forum: LibreDrive drives
Topic: I'm sorry, I can't figure out this Libredrive thing.
Replies: 30
Views: 60497

Re: I'm sorry, I can't figure out this Libredrive thing.

Yes, I too have purchased from asmcom on ebay and his reputation is second to none... an absolute star who goes out of his way to make sure you are happy with the product. I have bought the ASUS BW-16D1HT with v3.01 firmware already patched and works a treat so far. I have also bought the LG WH16NS4...
by plittlefield
Fri Mar 15, 2019 11:24 am
Forum: Advanced MakeMKV usage
Topic: [Feature Request] CLI - multiple selected titles
Replies: 20
Views: 62765

Re: [Feature Request] CLI - multiple selected titles

It's been a few months since I last asked anything about this... so, is there any development on being able to select specific titles via the command line?

e.g.

makemkvcon --minlength=1000 mkv disc:0 0,1,4 /tmp/

Thanks.
by plittlefield
Sun Mar 10, 2019 9:34 pm
Forum: UHD drives
Topic: Heads up - Support for LG UHD drives
Replies: 245
Views: 352823

Re: Heads up - Support for LG UHD drives

Hi Folks,

I have just bought a WH14NS40 with SVC: NS50 and firmware 1.03 manufactured in November 2018.

Is this the correct forum thread or should I buy the WH16NS60 instead?

Thanks,

Paully
by plittlefield
Sat Feb 16, 2019 3:37 pm
Forum: MakeMKV for Linux
Topic: Unable to execute external program 'ccextractor' on V1.14.1
Replies: 25
Views: 94039

Re: Unable to execute external program 'ccextractor' on V1.14.1

How do I add the path to the compiled program in MakeMKV settings if I am using the command line version?
by plittlefield
Tue Dec 18, 2018 10:15 am
Forum: Advanced MakeMKV usage
Topic: [Feature Request] CLI - multiple selected titles
Replies: 20
Views: 62765

Re: [Feature Request] CLI - multiple selected titles

Code: Select all

makemkvcon --minlength=1000 mkv disc:0 1 /tmp/ && makemkvcon --minlength=1000 mkv disc:0 2 /tmp/ && makemkvcon --minlength=1000 mkv disc:0 3 /tmp/
or

Code: Select all

makemkvcon --minlength=1000 mkv disc:0 1,2,3 /tmp/
Anyone?
by plittlefield
Mon Dec 03, 2018 3:00 pm
Forum: Blu-ray discs
Topic: Inception
Replies: 9
Views: 13508

Re: Inception

I was having the same issue.

I had to 'backup' the whole disc then use a seriously convoluted (but successful) method of getting the end result.

I use Linux so my instructions are for that...

...any use to you?