Search found 58 matches

by flojo
Fri Apr 05, 2024 11:34 pm
Forum: MakeMKV for Linux
Topic: Blu-ray Backup unplayable from SSD/HDD in VLC?
Replies: 8
Views: 695

Re: Blu-ray Backup unplayable from SSD/HDD in VLC?

The problem is you, work it out. I can confirm that using... VirtualBox 7.0.12 r159484 (Qt5.15.10) Ubuntu 23.10 (mantic) VLC 3.0.18 Vetinari openjdk-17-jdk libbluray-bdj 1.3.4-1 libbluray-bin 1.3.4-1 Makemkv v1.17.4 Makemkv options: [ "backup", "--decrypt", "--cache=16"...
by flojo
Wed Mar 20, 2024 1:05 pm
Forum: MakeMKV for Linux
Topic: Help MakeMKV with docker container
Replies: 7
Views: 920

Re: Help MakeMKV with docker container

Have you tried to add ' --network host '? docker run -d \ --network=host \ --name=makemkv \ -p 5800:5800 \ -v /docker/appdata/makemkv:/config:rw \ -v /home/user:/storage:ro \ -v /home/user/MakeMKV/output:/output:rw \ --device /dev/sr0 \ --device /dev/sg2 \ jlesage/makemkv It would also be helpful to...
by flojo
Sun Mar 03, 2024 11:09 pm
Forum: MakeMKV for Linux
Topic: snap and saving to another folder
Replies: 7
Views: 652

Re: snap and saving to another folder

dcoke22 wrote:
Sun Mar 03, 2024 7:09 pm
I'd guess /media is where external drives are mounted.
You are correct, sorry, I forgot that's a default for auto mounting (I put them in home).
by flojo
Sun Mar 03, 2024 6:12 pm
Forum: MakeMKV for Linux
Topic: snap and saving to another folder
Replies: 7
Views: 652

Re: snap and saving to another folder

That's a bad error message! Post the whole log, maybe it can be demystified. This could be a permission issue, a whitespace issue or a Makemkv issue (the error message certainly is).

Why do you have this stuff in "/media/dennis" and not "/home/dennis"? What is $HOME set to?
by flojo
Sat Mar 02, 2024 3:28 pm
Forum: MakeMKV for Linux
Topic: How to burn a Blu-ray disc from a backup on Linux ?
Replies: 9
Views: 2182

Re: How to burn a Blu-ray disc from a backup on Linux ?

MissBrae01 wrote:
Fri Mar 01, 2024 7:56 pm
... burning UDF 2.5 in Linux than a Windows program through Wine.
Just use xorriso!
xorriso doesn't support UDF of any kind.
by flojo
Tue Feb 13, 2024 8:27 pm
Forum: MakeMKV for Linux
Topic: Qt5 soon even deader as it is now
Replies: 2
Views: 1015

Re: Qt5 soon even deader as it is now

I'm not the majority opinion but I didn't mind KDE's migration from 3 to 4 or even 4 to 5. Sadly, 5 dropped a lot of the what made 4 "worth" switching to and the general answer to adding back the functionality was "Do it yourself". That means diving into a sea of .xml files and l...
by flojo
Fri Feb 02, 2024 1:28 am
Forum: MakeMKV for Linux
Topic: Where is my ripped movies?
Replies: 13
Views: 1967

Re: Where is my ripped movies?

If you've checked every "output" directory and your file(s) aren't found, then it's likely not working or the files are moved after creation.

Run:

Code: Select all

find / -type f -iname "*.mkv"

Good luck
by flojo
Thu Feb 01, 2024 2:55 pm
Forum: MakeMKV for Linux
Topic: Where is my ripped movies?
Replies: 13
Views: 1967

Re: Where is my ripped movies?

A container will create a private like namespace on the host system where the container seems to be in isolation from the host system, so the root directory, or uppermost directory, will be defined by the container. That root or uppermost directory for the container will exist on the host system as ...
by flojo
Fri Jan 19, 2024 7:18 pm
Forum: MakeMKV for Linux
Topic: How to burn a Blu-ray disc from a backup on Linux ?
Replies: 9
Views: 2182

Re: How to burn a Blu-ray disc from a backup on Linux ?

Listen to Coopervid, Imgburn really is your best option. UDF and all other things related to optical media are "vintage". The UDF 2.5 spec. is over 20 years old! I wouldn't hold my breath for anyone to develop something new for it on Linux or even on Windows. I feel your pain though, I hav...
by flojo
Wed Jan 17, 2024 1:27 am
Forum: Advanced MakeMKV usage
Topic: mmkv_abi: A Python library for MakeMKV
Replies: 3
Views: 3025

Re: mmkv_abi: A Python library for MakeMKV

In regards to Blu-Ray: The info really needs to come from within the JRE. Without makemkvcon's source, you should still be able to use the daemon filter to hack your way through it. I hope you do because the data within JRE is, I assume, much more trustworthy. 2 questions: 1. Which information is av...
by flojo
Thu Nov 30, 2023 9:18 pm
Forum: Advanced MakeMKV usage
Topic: BDInfo Help --- Virtual Drive
Replies: 9
Views: 9936

Re: BDInfo Help --- Virtual Drive

But anyway, thanks for your reply :-) Just start to encode something to mkv and when x amount is done, say 100MB, abort and run ffprobe on that partial file. Of course I don't know if this works or if it will be reliable :-/, but it's worth trying. Hmmm. I tried with ffprobe but I don't understand ...
by flojo
Thu Nov 30, 2023 3:16 am
Forum: Advanced MakeMKV usage
Topic: BDInfo Help --- Virtual Drive
Replies: 9
Views: 9936

Re: BDInfo Help --- Virtual Drive

Crazy for such a tool to not have a CLI... goofy really. There's this fork: https://github.com/zoffline/BDInfoCLI-ng Easiest way is to just play the disc and find out. Assuming you have libmmbd working you could use makemkvcon to find the first segment then use ffprobe on it. You could also start ri...
by flojo
Wed Nov 22, 2023 5:07 pm
Forum: Advanced MakeMKV usage
Topic: Feature Request: Selection Rule for Chapters (haschapters)
Replies: 2
Views: 4918

Re: Feature Request: Selection Rule for Chapters (haschapters)

By chapters is a poor approach, especially chapters alone. You're better off figuring out how a set top player determines what the "main" movie is. I spent a few hours searching for this information but couldn't find anything, at least not for Blu-Ray (I'm guessing the info is in a .jar so...
by flojo
Mon Nov 20, 2023 12:20 am
Forum: Advanced MakeMKV usage
Topic: makemkvcon64 intermittent use of LibreDrive on windows
Replies: 8
Views: 4270

Re: makemkvcon64 intermittent use of LibreDrive on windows

Post the output of the errors and successes, all of it, all lines. Help us help you. The GUI is slaved to makemkvcon, so if it doesn't work in makemkvcon, it's not going to work in the GUI. The GUI supplies some convenience/helper features but all the core features are in makemkvcon. Sadly, the sour...
by flojo
Thu Nov 16, 2023 3:47 pm
Forum: Advanced MakeMKV usage
Topic: makemkv supports obfustication of playlist?
Replies: 3
Views: 3824

Re: makemkv supports obfustication of playlist?

It's not working for the non-4k Blu-Ray: Kin (2018) https://en.wikipedia.org/wiki/Kin_(film) If anyone has any suggestions on where to look or which disassembly methods to use to find the answer please post. It's clearly more difficult than reading some headers but how much more? Why is makemkv gues...