Search found 92 matches

by segfaulted
Fri Oct 25, 2024 9:08 am
Forum: MakeMKV for Linux
Topic: NO_ANSWER_FROM_MAKEMKVCON
Replies: 2
Views: 666

Re: NO_ANSWER_FROM_MAKEMKVCON

Try my setup process and see if that works: viewtopic.php?p=160864#p160864
by segfaulted
Fri Oct 25, 2024 8:43 am
Forum: General MakeMKV discussion
Topic: Older Noob Seeking Basic Advice
Replies: 21
Views: 3941

Re: Older Noob Seeking Basic Advice

I'll jump in and throw some of my own thoughts here. One setting you didn't mention was framerate. Do you generally just leave framerate at default settings? (30, with "peak framerate" box checked) Other sources I read suggested matching the framerate to the framerate of the original video...
by segfaulted
Fri Oct 25, 2024 6:49 am
Forum: MakeMKV for Linux
Topic: on openSUSE Leap 15.3 broken: GLIBC_2.33/34 not found
Replies: 2
Views: 546

Re: on openSUSE Leap 15.3 broken: GLIBC_2.33/34 not found

First issue: The .tar.gz archives are double compressed so they should've had an extension of .tar.gz.gz to be accurate. You'll need to run gzip -d on both of the archives to undo the first layer of compression, and then you can unpack with tar. Second issue: The "GLIBC 2.33/34 not found" ...
by segfaulted
Thu Oct 24, 2024 7:02 am
Forum: MakeMKV for Linux
Topic: MakeMKV does not proceed beyond downloading SDF
Replies: 12
Views: 1754

Re: MakeMKV does not proceed beyond downloading SDF

I tried out Xubuntu 24.04 on a virtual machine and haven't ran into issues yet.

Does it always try to update the SDF when you run MakeMKV?
What happens if you turn off "Enable internet access" in the preferences?
by segfaulted
Thu Oct 24, 2024 5:06 am
Forum: MakeMKV for Linux
Topic: MakeMKV does not proceed beyond downloading SDF
Replies: 12
Views: 1754

Re: MakeMKV does not proceed beyond downloading SDF

Does it get stuck when there's a disc in the drive, or no disc in the drive? Also as a sanity check, see if the SDF was correctly downloaded. Does the sha1 hash match up when you run the command below? tar xf ~/.MakeMKV/_private_data.tar sdf_00000098.bin --to-stdout | sha1sum 0787f0d90e3481f5a99a303...
by segfaulted
Wed Oct 23, 2024 4:51 am
Forum: MakeMKV for Linux
Topic: MakeMKV not launching
Replies: 5
Views: 1053

Re: MakeMKV not launching

This is the error from Terminal attempt: Gtk-Message: 16:03:14.996: Failed to load module "xapp-gtk3-module" Qt: Session management error: Could not open network socket I get those log messages too, even when MakeMKV opens normally. They don't seem to be related to this issue. A few quest...
by segfaulted
Tue Oct 22, 2024 6:21 pm
Forum: MKV file processing and playback
Topic: Time it takes for Makemkv to copy from dvds&blurays
Replies: 3
Views: 932

Re: Time it takes for Makemkv to copy from dvds&blurays

In my experience, 15-20 minutes is normal for DVDs and maybe single-layer blurays. 45-60 minutes is typical for dual-layer blurays when ripping on an old drive or mildly dirty/scratched discs. It is possible to encounter shows that spread episodes between dual and single layer bluray discs. For exam...
by segfaulted
Tue Oct 22, 2024 5:46 pm
Forum: MakeMKV for Linux
Topic: MakeMKV not launching
Replies: 5
Views: 1053

Re: MakeMKV not launching

Can you run it from a terminal to see if any log messages come up? Use this command: flatpak run com.makemkv.MakeMKV You could also try temporarily removing the config data in ~/.MakeMKV to see if it runs on a fresh setup. If that doesn't work, check if makemkvcon is accessible. alternate command: f...
by segfaulted
Wed Oct 16, 2024 5:35 am
Forum: General MakeMKV discussion
Topic: makemkv will not start NO_ANSWER_FROM_MAKEMKVCON
Replies: 5
Views: 1358

Re: makemkv will not start NO_ANSWER_FROM_MAKEMKVCON

I'm also running an older distro and ran into this problem. My solution to it won't be pretty but it works. You don't need to upgrade GNU libc at the system level, but you will need a local copy to run with MakeMKV. This assumes you have installed gcc to compile code, and patchelf for some executabl...
by segfaulted
Mon Oct 07, 2024 7:39 am
Forum: Blu-ray discs
Topic: The Avenger's Blu-Ray Disc
Replies: 4
Views: 1277

Re: The Avenger's Blu-Ray Disc

To take the question a step further, is there a general consensus used on MakeMKV forums. As in, do people tend to preserve the 3D portion, or just rip it without? It's my understanding that 3D TV's never really took off, but I didn't know if preserving the 3D data stream might potentially be usefu...
by segfaulted
Mon Oct 07, 2024 7:11 am
Forum: Blu-ray discs
Topic: How not to buy fake Blu-Rays?
Replies: 8
Views: 3761

Re: How not to buy fake Blu-Rays?

Can you please suggest some stores? Is Walmart a good source? I found a deal (Not even available on the Blu-Ray.com site) and the seller is a 3rd party and not walmart, so how is that different from Amazon or ebay? A few reddit posts like this and this will mention stores that sell movies. There's ...
by segfaulted
Thu Oct 03, 2024 6:15 am
Forum: MakeMKV for Linux
Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
Replies: 11
Views: 2462

Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV

Rai4321 wrote:
Wed Oct 02, 2024 6:10 pm
In Debian 12, when building the FFMpeg, PATH
"/tmp/ffmpeg/lib/pkgconfig"
does not get created ........
Did you do make install on ffmpeg after it's finished compiling?
The files won't magically appear in the prefix by itself.
by segfaulted
Wed Oct 02, 2024 7:06 am
Forum: MakeMKV for Linux
Topic: Env-Var to move ~/.MakeMKV/ directory?
Replies: 5
Views: 1302

Re: Env-Var to move ~/.MakeMKV/ directory?

The variable HOME will set the directory where .MakeMKV will be found. I don't think there's any way to change the name for .MakeMKV itself. A few other external libs also seem to reference that variable, so don't be surprised if other dot folders show up alongside it.
by segfaulted
Tue Sep 24, 2024 5:25 am
Forum: Advanced MakeMKV usage
Topic: Processing makemkvcon stdout
Replies: 3
Views: 1816

Re: Processing makemkvcon stdout

I'm not aware of any command line options to select tracks. Profiles would be the way to go.
by segfaulted
Tue Sep 24, 2024 3:53 am
Forum: Advanced MakeMKV usage
Topic: Processing makemkvcon stdout
Replies: 3
Views: 1816

Re: Processing makemkvcon stdout

Someone wrote a manpage that describes the general structure of the output. See https://forum.makemkv.com/forum/viewtopic.php?f=3&t=24349&p=104093 PRGV: arg0 = current file's progress (first progress bar) arg1 = total progress (second progress bar) arg2 = max value MSG: arg0 = message id arg...