Search found 68 matches

by plittlefield
Sat Mar 11, 2023 10:51 am
Forum: Blu-ray discs
Topic: Problem With 3 days to kill... new protection system
Replies: 5
Views: 7704

Re: Problem With 3 days to kill... new protection system

8 years on and MakeMKV cannot rip this! MakeMKV v1.17.3 linux(x64-release) started Using LibreDrive mode (v06.3 id=E064BA3E3F81) Using direct disc access mode Calculated BUP offset for VTS #0 does not match one in IFO header. IFO file for VTS #0 is corrupt, VOB file must be scanned. This may take ve...
by plittlefield
Fri Oct 14, 2022 7:44 am
Forum: Advanced MakeMKV usage
Topic: [Feature Request] CLI - multiple selected titles
Replies: 20
Views: 61940

Re: [Feature Request] CLI - multiple selected titles

The simple questions remain…

Why can you select multiple titles in the GUI?

If you select 3 titles in the GUI why does the output say “Saving 3 titles to directory”?

If anyone here can give me a simple answer, I’ll close the post.
by plittlefield
Sat Oct 01, 2022 2:52 pm
Forum: Blu-ray discs
Topic: BD - Sherlock Holmes: A Game of Shadows (2011) - correct mpls title
Replies: 3
Views: 4737

BD - Sherlock Holmes: A Game of Shadows (2011) - correct mpls title

Does anyone know which of the 3 titles I should select for the U.K. Blu-ray of Sherlock Holmes 2 ? TINFO:1,16,0,"00090.mpls" TINFO:1,26,0,"455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477" TINFO:1,27,0,"Sherlock Holmes- A Game of Sh...
by plittlefield
Sat Aug 15, 2020 1:57 pm
Forum: MakeMKV for Linux
Topic: 1.15.2 fails to compile
Replies: 8
Views: 20285

Re: 1.15.2 fails to compile

CFLAGS="-std=gnu++11" fixed it for me.

So, my full command line (for no gui) is...

Code: Select all

CFLAGS="-std=gnu++11" PKG_CONFIG_PATH="/tmp/ffmpeg/lib/pkgconfig" ./configure --disable-gui
make
sudo make install
Thanks!
by plittlefield
Fri Aug 14, 2020 1:06 pm
Forum: MakeMKV for Linux
Topic: 1.15.2 fails to compile
Replies: 8
Views: 20285

1.15.2 fails to compile

Latest release 1.15.2 fails to compile in Ubuntu Linux. Lots of errors but here are the last few lines... In file included from ./libmatroska/inc/matroska/KaxCluster.h:41:0, from ./libmakemkv/inc/libmkv/internal.h:36, from libmakemkv/src/version.cpp:22: ./libmatroska/inc/matroska/KaxBlock.h:146:24: ...
by plittlefield
Fri Aug 14, 2020 11:13 am
Forum: MakeMKV for Linux
Topic: checking for ff_ac3_encoder... no
Replies: 2
Views: 12729

Re: checking for ff_ac3_encoder... no

I am still getting checking for ff_libfdk_aac_encoder... no line from my configure command... PKG_CONFIG_PATH=/tmp/ffmpeg/lib/pkgconfig ./configure --disable-gui ...snip... checking for ff_ac3_decoder... yes checking for ff_eac3_decoder... yes checking for ff_aac_latm_decoder... yes checking for ff_...
by plittlefield
Wed Jul 22, 2020 10:14 am
Forum: General MakeMKV discussion
Topic: Info text files for people to read
Replies: 0
Views: 2869

Info text files for people to read

Hi folks,

I hope that this is correct forum section to post this topic.

I have a bunch of text files outputted from info robot mode of various BDs and DVDs which I used to find the correct track.

Would they be useful here for people to read and use?

:-)

Paully
by plittlefield
Fri Jul 03, 2020 2:03 pm
Forum: LibreDrive drives
Topic: LibreDrive Info on DVD
Replies: 6
Views: 9986

Re: LibreDrive Info on DVD

You mean this? makemkvcon f -d /dev/sr0 --info Yes, that's the one, thanks! SDF.bin version: 0x0077 Drive Tool SDF present Drive Specific SDF present [Drive Specific SDF] Embedded Info Strings: 8000:LibreDrive Information 8013:Status 8105:Enabled 8001:Drive platform :MT1959 8002:Firmware type 8106:...
by plittlefield
Fri Jul 03, 2020 11:41 am
Forum: LibreDrive drives
Topic: LibreDrive Info on DVD
Replies: 6
Views: 9986

Re: LibreDrive Info on DVD

How do I find out detailed information about my drive from the Linux command line makemkvcon ?
by plittlefield
Fri Jul 03, 2020 11:33 am
Forum: General MakeMKV discussion
Topic: Need help with default selection rule.
Replies: 4
Views: 13849

Re: Need help with default selection rule.

How do I select a favourite language of English in the command line settings.conf?
by plittlefield
Tue Jun 23, 2020 1:45 pm
Forum: Advanced MakeMKV usage
Topic: Change Default Numbering of Titles
Replies: 4
Views: 16877

Re: Change Default Numbering of Titles

It seems we have to 'work out' which tracks from a disc the software will count as valid based on the default 'minimum length' of 120 seconds. I guess I could change my settings or add the option to make it 0 seconds which would then copy all the tracks in the same order as the DVD. For example, thi...
by plittlefield
Wed Jun 10, 2020 1:14 pm
Forum: Blu-ray discs
Topic: How to rip chronological version of "Memento"
Replies: 20
Views: 23511

Re: How to rip chronological version of "Memento"

A bit late, and not for the Blu-ray but the UK DVD version has the 'Chronological Version' easily found when using MakeMKV... $ makemkvcon --robot info iso:Memento.iso |grep ' GB' TINFO:2,10,0,"2.6 GB" TINFO:2,30,0,"24 chapter(s) , 2.6 GB" TINFO:3,10,0,"3.4 GB" TINFO:3,...
by plittlefield
Sun May 31, 2020 11:03 am
Forum: MakeMKV for Linux
Topic: Feature Request: --maxlength = Maximium Length of title
Replies: 8
Views: 25896

Re: Feature Request: --maxlength = Maximium Length of title

Any news?

In the meantime...

Code: Select all

for n in 1 2 3 4 5 6 7; do makemkvcon mkv disc:0 $n /tmp/; done;
;-)

Paully
by plittlefield
Sun May 31, 2020 11:02 am
Forum: Advanced MakeMKV usage
Topic: [Feature Request] CLI - multiple selected titles
Replies: 20
Views: 61940

Re: [Feature Request] CLI - multiple selected titles

Any news?

In the meantime...

Code: Select all

for n in 1 2 3 4 5 6 7; do makemkvcon mkv disc:0 $n /tmp/; done;
;-)

Paully