Search found 107 matches

by wmcclain
Sat Nov 22, 2025 9:52 pm
Forum: General MakeMKV discussion
Topic: DVD aspect ratio is 1.85:1 - MakeMKV Outputs 16:9
Replies: 2
Views: 219

Re: DVD aspect ratio is 1.85:1 - MakeMKV Outputs 16:9

DVD can encode 16:9 and 4:3 exactly. Everything else requires putting black bars on the top and bottom or on the sides.

If your video really is 1.85, you should see very small bars on the top and bottom.

Note: Blu-ray does 16:9 only. Everything else will include bars.

-Bill
by wmcclain
Wed Nov 05, 2025 5:05 pm
Forum: MKV file processing and playback
Topic: Convert MKV DTS to AC3
Replies: 5
Views: 718

Re: Convert MKV DTS to AC3

Sorry, I don't use Plex (or anything so sophisticated). I asked Grok, which says: Yes, the Plex Media Server handles PGS (Presentation Graphic Stream) subtitles, which are image-based subtitles commonly found in Blu-ray rips. However, support is not universal across all Plex clients and often requir...
by wmcclain
Tue Nov 04, 2025 6:29 pm
Forum: MKV file processing and playback
Topic: Convert MKV DTS to AC3
Replies: 5
Views: 718

Re: Convert MKV DTS to AC3

I do that sort of thing outside of makemkv.

Do you have ffmpeg? It's free.

Code: Select all

ffmpeg -i input.mkv -c:v copy -c:a ac3 -b:a 640k -c:s copy output.mkv
This will convert the audio and retain the same video and subtitles. First audio and subtitle tracks only, I presume.

Should be pretty fast.
by wmcclain
Tue Aug 26, 2025 5:08 pm
Forum: MakeMKV for Linux
Topic: MakeMKV works on Mac, not on linux for same drive, but drive works on Linux?
Replies: 3
Views: 8221

Re: MakeMKV works on Mac, not on linux for same drive, but drive works on Linux?

The latest version is currently a problem on linux. You need to install an older version of MakeMKV.

See: viewtopic.php?f=3&t=39036
by wmcclain
Sun Aug 24, 2025 8:17 pm
Forum: MakeMKV for Linux
Topic: Disc is being loaded
Replies: 6
Views: 8362

Re: Disc is being loaded

You need to compile the packages. Follow the instructions here: https://forum.makemkv.com/forum/viewtopic.php?f=3&t=224 Instead of the latest makemkv-oss and makemkv-bin files, find the older versions here: https://www.makemkv.com/download/old/ Use gunzip first before using tar to unpack both ar...
by wmcclain
Sat Aug 23, 2025 2:00 pm
Forum: MakeMKV for Linux
Topic: Preferred/best base image/distro for makemkv?
Replies: 1
Views: 6292

Re: Preferred/best base image/distro for makemkv?

I should be the same on all distros.

Currently we have an issue where the latest 1.18.x release is not working on Linux for some. For now the solution is to install 1.17.7.

See: viewtopic.php?f=3&t=37670
by wmcclain
Sat Aug 23, 2025 1:57 pm
Forum: MakeMKV for Linux
Topic: Disc is being loaded
Replies: 6
Views: 8362

Re: Disc is being loaded

Many Linux users (and me) report 1.8.x is not working well. Solution for now is to install 1.17.7.

For discussion see: viewtopic.php?f=3&t=37670
by wmcclain
Thu Aug 14, 2025 12:12 pm
Forum: General MakeMKV discussion
Topic: What is the deal with the KEY?
Replies: 213
Views: 210818

Re: What is the deal with the KEY?

You can use it on any number of machines at your site. Cross platform.
by wmcclain
Sun Jul 13, 2025 5:19 pm
Forum: General MakeMKV discussion
Topic: Full Disc
Replies: 2
Views: 1765

Re: Full Disc

Yes, the Backup function will create an ISO file of the whole disc (for DVDs, for Blu-rays it creates a folder).

Do not open the disc on the main page. Select the Backup icon under the menu bar.
by wmcclain
Tue Jul 01, 2025 11:31 am
Forum: DVD discs
Topic: VLC Player: Keystrokes for Zoom?
Replies: 6
Views: 15569

Re: VLC Player: Keystrokes for Zoom?

I don't know of any and searching doesn't find a solution, so I suspect it is not possible.
by wmcclain
Mon Jun 30, 2025 3:53 pm
Forum: DVD discs
Topic: VLC Player: Keystrokes for Zoom?
Replies: 6
Views: 15569

Re: VLC Player: Keystrokes for Zoom?

Here is what grok has to say: The issue you're describing with VLC Media Player's zoom function—where it changes the window size but doesn't enlarge the image within the window—can often be addressed by using VLC's **Interactive Zoom** feature or other methods to magnify a specific portion of the vi...
by wmcclain
Mon Jun 30, 2025 3:16 pm
Forum: DVD discs
Topic: VLC Player: Keystrokes for Zoom?
Replies: 6
Views: 15569

Re: VLC Player: Keystrokes for Zoom?

As said in the discussion, it will zoom smaller window sizes to larger but stops when you reach full screen. If you start at full screen it does not change the window.

I'm guessing you want the image zoomed within a full screen window, but it doesn't seem to do that.