Search found 86 matches

by wmcclain
Fri Dec 23, 2022 5:27 pm
Forum: General MakeMKV discussion
Topic: Making changes to GUI
Replies: 12
Views: 6350

Re: Making changes to GUI

Jimmers wrote:
Thu Dec 22, 2022 12:10 pm
Bump

I have run into several disks that use an obfuscation technique that creates a very large list of files that must be deselected. They can average around 100. This is a very tedious process to and the ability to de/select all would be very helpful
Try right-click on the list.
by wmcclain
Wed Nov 30, 2022 4:56 pm
Forum: MakeMKV for Linux
Topic: illegal instruction in makemkv
Replies: 17
Views: 17897

Re: illegal instruction in makemkv

What does ldd on /usr/bin/makemkv show? For example: ldd /usr/bin/makemkv linux-vdso.so.1 (0x00007fff869fa000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f5972200000) libQt5Widgets.so.5 => /usr/lib/libQt5Widgets.so.5 (0x00007f5971a00000) libQt5Gui.so.5 => /usr/lib/libQt5Gui.so.5 (0x00007f5971...
by wmcclain
Sun Nov 20, 2022 7:41 pm
Forum: Blu-ray discs
Topic: Can makemkv make an .iSO image of a bluray disc?
Replies: 9
Views: 7214

Re: Can makemkv make an .iSO image of a bluray disc?

MakeMKV has both "full backup" and "convert to MKV" functions.

To use full backup and get the BDMV folders, DO NOT click on the big disk image after inserting. Click on the little folder icon in the toolbar.
by wmcclain
Sun Nov 20, 2022 1:24 pm
Forum: Blu-ray discs
Topic: Can makemkv make an .iSO image of a bluray disc?
Replies: 9
Views: 7214

Re: Can makemkv make an .iSO image of a bluray disc?

You can backup the BR to a BDMV folder structure. Then make an .iso from that with standard utilities.

On Linux I use mkisofs; I'm not sure about Mac.
by wmcclain
Sat Nov 12, 2022 1:25 pm
Forum: DVD discs
Topic: Makemkv successfully creates .iso, but can't save titles from it
Replies: 1
Views: 1778

Re: Makemkv successfully creates .iso, but can't save titles from it

Have you tried the different DVD opening modes as detailed here? viewtopic.php?f=7&t=28541

Or, you might note the title numbers when playing with vlc and use manual opening mode in makemkv.
by wmcclain
Wed Nov 02, 2022 12:55 pm
Forum: Blu-ray discs
Topic: Multi-episode files
Replies: 3
Views: 2238

Re: Multi-episode files

That is how the disk was authored. There is something in the menu's code that picks out the correct chapter range when selecting an episode in the DVD player. Why it is done that way sometimes and others not: I don't know. Something in the work flow or choices the operator made. Handbrake will pick ...
by wmcclain
Sat Oct 01, 2022 10:27 pm
Forum: MKV file processing and playback
Topic: Compressing (Handbrake) blu-ray MKVs once ripped with MakeMKV?
Replies: 6
Views: 7384

Re: Compressing (Handbrake) blu-ray MKVs once ripped with MakeMKV?

I use -q 18 on DVDs and -q 20 on Blu-rays. DVDs compress by a factor of 2-3x, but Blu-rays have a much wider range, from "just about nothing" to 10x and more. I have not found a Blu-ray that doesn't compress at 3:1 or better. Which titles are you seeing that do that? Very grainy sources. ...
by wmcclain
Mon Sep 26, 2022 8:39 pm
Forum: MKV file processing and playback
Topic: Compressing (Handbrake) blu-ray MKVs once ripped with MakeMKV?
Replies: 6
Views: 7384

Re: Compressing (Handbrake) blu-ray MKVs once ripped with MakeMKV?

I use -q 18 on DVDs and -q 20 on Blu-rays. DVDs compress by a factor of 2-3x, but Blu-rays have a much wider range, from "just about nothing" to 10x and more. Grainy sources are hard to compress, but modern films with lots of CGI and grainless digital cameras compress like a dream. You sho...
by wmcclain
Mon Sep 12, 2022 3:41 pm
Forum: MakeMKV for Linux
Topic: [SOLVED] Directing Output to an alternative Drive?
Replies: 4
Views: 4344

Re: Directing Output to an alternative Drive?

Using Arch Linux here. I'm sure it is the same. You can do this in two ways: (1) Preferences -> Video. Select "Custom". There is a little browser icon to the right of the directory box; click on that and a standard finder dialog displays. (2) When you have actually opened a disk and are se...
by wmcclain
Mon Aug 22, 2022 1:30 pm
Forum: DVD discs
Topic: Main contents of DVD not shown as available to rip
Replies: 4
Views: 3866

Re: Main contents of DVD not shown as available to rip

Does MPC show the title number being played? (VLC does). If so, you can try Manual Mode and specify that title.

You might also experiment with Preferences -> Protection -> DVD structure protection removal method. Some new options were added recently.
by wmcclain
Mon Aug 22, 2022 1:28 pm
Forum: General MakeMKV discussion
Topic: Request help with manual mode syntax
Replies: 1
Views: 1326

Re: Request help with manual mode syntax

You want all the chapters for each of the 4 titles? Then just listing the title numbers will do it:

1 2 3 4

You might also experiment with Preferences -> Protection -> DVD structure protection removal method. Some new options were added recently.
by wmcclain
Wed Jun 29, 2022 7:57 pm
Forum: Blu-ray discs
Topic: Blu-Ray Errors Abundant
Replies: 3
Views: 2366

Re: Blu-Ray Errors Abundant

Failing how? What exactly are you doing and what is happening?
by wmcclain
Fri Jun 17, 2022 10:58 pm
Forum: MKV file processing and playback
Topic: Subtitle question
Replies: 4
Views: 3816

Re: Subtitle question

The two types of subtitle were made by different people at different times. If the graphical subtitles are available then they are generally sufficient and you don't need the CC tracks. However, CC tracks do have one advantage: they are text-based and the player or display program has more flexibili...
by wmcclain
Fri May 27, 2022 8:36 pm
Forum: DVD discs
Topic: 1.16.7 is detecting but not copying Closed Captions
Replies: 3
Views: 2750

Re: 1.16.7 is detecting but not copying Closed Captions

I believe this is an error on my end. I found ccextractor was not working and when trying to rebuild it encountered the ffmpeg version problem described here: https://github.com/CCExtractor/ccextractor/issues/1418 I have a work-around as described above until this is fixed by ccextractor, just wante...