For a Silent Install , I use the following for MakeMKV:
:: Silent Install
@echo off
:EXE - Set Filename as variable
for /f "delims=" %%a in ('dir /b "%~dp0*.exe"') do set "name=%%a"
echo %name%
:INSTALL
"%~dp0%name%" /S
This only works if the installer and script are in the same folder.
For ...
Search found 5 matches
- Tue May 27, 2025 8:22 pm
- Forum: General MakeMKV discussion
- Topic: MakeMKV Silent Install?
- Replies: 4
- Views: 9027
- Thu Dec 08, 2022 12:48 am
- Forum: General MakeMKV discussion
- Topic: Dark mode for MAKEMKV?
- Replies: 47
- Views: 97556
Re: Dark mode for MAKEMKV?
An excellent suggestion...Legenista wrote: Thu Sep 15, 2022 6:01 am I wanted to make a suggestion: add to the MAKEMKV software an option for "dark mode", the current background is a white. Not as much easier on the eyes as a black one would be.
- Wed Dec 07, 2022 9:48 pm
- Forum: Advanced MakeMKV usage
- Topic: makemkvcon not processing the correct title ID
- Replies: 2
- Views: 7226
makemkvcon not processing the correct title ID
I'm trying out makemkvcon to batch process some episodes to minimize on my Copy/Paste using the GUI.
However, when I try to process title 5 using the syntax below, it processes title ID 34. I tried again choosing title ID 26, and again it processed title ID 34.
makemkv64.exe mkv <source> <title ...
However, when I try to process title 5 using the syntax below, it processes title ID 34. I tried again choosing title ID 26, and again it processed title ID 34.
makemkv64.exe mkv <source> <title ...
- Wed Dec 07, 2022 8:14 pm
- Forum: Blu-ray discs
- Topic: 4th Gen Apple TV HD trouble playing bluray rip
- Replies: 9
- Views: 18001
Re: 4th Gen Apple TV HD trouble playing bluray rip
I think the inability to play a Dolby TrueHD 7.1 audio track is a limitation of the Apple TV HD hardware . The Apple TV 4K added support Dolby Atmos (and by extension Dolby TrueHD). I think Infuse would suffer the same limitation as Plex on that particular client.
The specification for Dolby ...
- Sun Oct 30, 2022 10:15 pm
- Forum: Blu-ray discs
- Topic: 4th Gen Apple TV HD trouble playing bluray rip
- Replies: 9
- Views: 18001
Re: 4th Gen Apple TV HD trouble playing bluray rip
It was transcoding the audio because I was playing a truehd7.1 soundtrack. Changed it to ac3 5.1 AND I had to turn off "auto adjust quality" in the plex app settings. It's direct playing now. Haven't seen any stuttering like I did before so far :)
If you don't want to sacrifice your audio ...