Search found 68 matches

by flojo
Sun Aug 25, 2024 4:26 am
Forum: MakeMKV for Linux
Topic: [SOLVED - See my last post] Using an external drive as my destination
Replies: 7
Views: 1084

Re: Using an external drive as my destination

find the mounted directory with:

Code: Select all

df -h
change the owner with:

Code: Select all

chown -R $USER:$USER "/the/mounted/directory"
by flojo
Thu Jun 27, 2024 6:19 pm
Forum: MakeMKV for Linux
Topic: Interest in AppImage Builds?
Replies: 3
Views: 8441

Re: Interest in AppImage Builds?

I can share the script/process of building it for anyone interested too. Post the script here in a code box. If it helps, I was using the below as part of an update script: #!/bin/bash # Download latest makemkv for Linux MAKEMKV_URL="https://forum.makemkv.com/forum/viewtopic.php?f=3&t=224&...
by flojo
Sat Jun 22, 2024 11:36 pm
Forum: MakeMKV for Linux
Topic: MakeMKV 1.17.7 for Linux
Replies: 4
Views: 3713

Re: MakeMKV 1.17.7 for Linux

The hash is of the file you download, not whatever it contains. The values below are what I get, which means the binary archive is correct. t@t:~/test$ rhash --version RHash v1.4.2 t@t:~/test$ rhash --sha256 makemkv* a760e1e484c1b28934a4557e7766cc1af8392ef717f5bb34d6eeafd38a0b0d01 makemkv-bin-1.17.7...
by flojo
Mon Jun 03, 2024 11:57 am
Forum: MakeMKV for Linux
Topic: Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency
Replies: 2
Views: 1886

Re: Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency

EDIT: I miss understood the actual question so, unless the ffmpeg file is replaced before makemkvcon builds against it, it's pointless. I'm also not sure why it is assumed that only this header routine is what requires full ffmpeg. avpriv_...() is a getter function while ff_mpa_...() is a (useless?)...
by flojo
Thu May 30, 2024 12:50 pm
Forum: MakeMKV for Linux
Topic: Is there a preferred Linux release that MakeMKV works best with?
Replies: 3
Views: 2624

Re: Is there a preferred Linux release that MakeMKV works best with?

You're almost certainly better off using an Ubuntu kernel to delimit your storage options out of the box, ie. ZFS, as well as enabling possible encoding features using Intel or Nvidia, also out of the box. https://ubuntu.com/download/desktop You can alternatively use Ubuntu with the KDE desktop http...
by flojo
Tue May 21, 2024 10:19 pm
Forum: MakeMKV for Linux
Topic: 1.17.7 build errors on Linux Mint 21.3
Replies: 7
Views: 2956

Re: 1.17.7 build errors on Linux Mint 21.3

MakOwner wrote:
Tue May 21, 2024 8:30 pm
Are these of concern?
No. Deprecation warnings almost never interfere with anything. Notice that the word "error" is no where in that text. Reading these type of logs is something you'll have to get used to when you build your own.
by flojo
Tue May 21, 2024 1:49 pm
Forum: MakeMKV for Linux
Topic: MakeMKV Version 1.17.7 for Linux version issue (help/about)
Replies: 2
Views: 2505

Re: MakeMKV Version 1.17.7 for Linux version issue (help/about)

That probably should be fixed but it helps to understand that MakeMKV is not MakeMKV GUI. Understanding that, then technically the statement is true. I don't build the GUI so for me the listed version is correct.
by flojo
Fri May 17, 2024 11:12 pm
Forum: MakeMKV for Linux
Topic: Flashing BU40N in Linux
Replies: 1
Views: 1951

Re: Flashing BU40N in Linux

Do you have a legitimate reason why it's better to do on Windows or are you just afraid of non-Microsoft products (there's a few on here like that). I've flashed all 3 of mine on Linux because it' what I use. However, outside of a literally brand new LG, they all have SCSi errors. I'm not sure if th...
by flojo
Wed May 15, 2024 11:45 am
Forum: MakeMKV for Linux
Topic: PPA Ubuntu 24.04 LTS Support
Replies: 16
Views: 8186

Re: PPA Ubuntu 24.04 LTS Support

HappyMaskedMan wrote:
Wed May 15, 2024 6:41 am
...just do all the work for me, literally why would I...
by flojo
Tue May 14, 2024 6:04 pm
Forum: MakeMKV for Linux
Topic: PPA Ubuntu 24.04 LTS Support
Replies: 16
Views: 8186

Re: PPA Ubuntu 24.04 LTS Support

Snap makes software bloat by breaking useability. A Firefox Snap has been mentioned... #!/bin/bash ... ... imagine a small script that handles magnets links and .torrents... ... uses ... curl... grep... etc... Now tell FireFox to use that script to open magnet links.... BAM!! No joy, the Firefox sna...
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: 4185

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: 4739

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: 3258

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: 3258

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: 5398

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.