Search found 6 matches

by NGr2023
Wed Apr 24, 2024 12:10 pm
Forum: MakeMKV for Linux
Topic: Help MakeMKV with docker container
Replies: 7
Views: 1288

Re: Help MakeMKV with docker container

Do you run a firewall in Linux?

If you are using firewalld you need to create a policy add the docker interface to the ingress zone and whatever your LAN interface is to the egress zone, otherwise docker will have no internet access.
by NGr2023
Thu Feb 08, 2024 2:41 pm
Forum: Advanced MakeMKV usage
Topic: Dumb question ?
Replies: 5
Views: 1160

Re: Dumb question ?

In case you are using Linux (or someone who finds this question is), you can use mkisofs. The syntax is: mkisofs -udf -iso-level "3" -input-charset "utf-8" -o <name_of_file_to_create>.iso <source_directory> EDIT: Sorry, just read your question again. I don't think this method wou...
by NGr2023
Thu Nov 09, 2023 5:11 pm
Forum: MakeMKV for Linux
Topic: Flashing disc drives.
Replies: 14
Views: 7192

Re: Flashing disc drives.

The drive identifier doesn't look correct. What is the output of:
/usr/bin/makemkvcon f -l

It will be easier just to replace all spaces in the firmware name with underscores, otherwise you have to escape them with \
by NGr2023
Mon Nov 06, 2023 9:44 am
Forum: MakeMKV for Linux
Topic: Flashing disc drives.
Replies: 14
Views: 7192

Re: Flashing disc drives.

Here is how I flashed my drive a while ago (I had moved the sdf.bin and the firmware file to /tmp/asus): First get drive identifier (first section after 00:, e.g. dev_21:1): /usr/bin/makemkvcon f -l Then flash drive: /usr/bin/makemkvcon f -d 'dev_21:1' -f /tmp/asus/sdf.bin rawflash enc -i /tmp/asus/...
by NGr2023
Thu Jun 01, 2023 2:48 pm
Forum: General MakeMKV discussion
Topic: Converting to mp4 for plex direct playback
Replies: 4
Views: 1469

Re: Converting to mp4 for plex direct playback

I use Handbrake to convert MKV to MP4.

https://handbrake.fr/
by NGr2023
Thu May 04, 2023 1:27 pm
Forum: MakeMKV for Linux
Topic: Does MakeMKV work on Arch Linux?
Replies: 2
Views: 3522

Re: Does MakeMKV work on Arch Linux?

I know it's not Arch, but I use the AUR package on Manjaro.