Search found 2 matches

by Lucario
Sun Sep 28, 2025 1:11 pm
Forum: Advanced MakeMKV usage
Topic: need help with command line (convert multiple files, DTS-HD MA to FLAC)
Replies: 3
Views: 30925

Re: need help with command line (convert multiple files, DTS-HD MA to FLAC)

You sound like an idiot.

Anyways, an AI in fact helped me with my problem. This .bat -file (run within a command line) does what I want:

@echo off
set MAKEMKV_PATH="[path]\makemkvcon64.exe"
set PROFILE_PATH="[path]\FLAC-best.mmcp.xml"
set INPUT_DIR="[input-folder]"
set OUTPUT_DIR="[output-folder ...
by Lucario
Fri Sep 26, 2025 8:27 pm
Forum: Advanced MakeMKV usage
Topic: need help with command line (convert multiple files, DTS-HD MA to FLAC)
Replies: 3
Views: 30925

need help with command line (convert multiple files, DTS-HD MA to FLAC)

Hey, I'm used to using software with command lines, like with ffmpeg , yt-dlp , mkvmerge or waifu2x . So I'm not new to that. Sadly, I was unable to find clear instructions on how a full command for makemkvcon64 should look like. There seems to be no help command. The usage.txt looks unclear ...