Search found 6 matches

by anoy420
Tue Mar 27, 2018 11:56 pm
Forum: Advanced MakeMKV usage
Topic: Conversion profile for anyone interested.
Replies: 30
Views: 85413

Re: Conversion profile for anyone interested.

I'm trying to convert flac to 16bit because I uses less space and the quality is the same. I add "-sample_fmt s16" to my extra args but it doesn't work.

Anyone can help?
by anoy420
Tue Mar 27, 2018 10:23 pm
Forum: MakeMKV for Linux
Topic: Location for profiles in v.1.12.0
Replies: 12
Views: 28216

Re: Location for profiles in v.1.12.0

It's just changing the default flac.mmcp.xml file and setting compression_level for flac-fast to 10 at this section; <outputSettings name="flac-fast" outputFormat="FLAC"> <description lang="eng">Save as FLAC (fast compression)</description> <extraArgs>-compression_leve...
by anoy420
Tue Mar 27, 2018 2:45 am
Forum: MakeMKV for Linux
Topic: Location for profiles in v.1.12.0
Replies: 12
Views: 28216

Re: Location for profiles in v.1.12.0

The profile files included with MakeMKV 1.12.0 seem to have been put into a /usr/share/MakeMKV/appdata.tar archive for some reason. I've been patching flac.mmcp.xml to increase flac-fast compression level from 5 to 10 (while flac-best with compression level 12, with FFMpeg as used by MakeMKV, is no...
by anoy420
Sun Mar 25, 2018 1:19 am
Forum: MakeMKV for Linux
Topic: How to extract only lossless audio of each language?
Replies: 5
Views: 12224

Re: How to extract only lossless audio of each language?

Woodstock wrote:You can change the default selection rule to favor lossless. I can't give you that string, because I use a string to extract ALL audio.
I have no idea on how to do that :/
by anoy420
Tue Mar 20, 2018 12:13 pm
Forum: MakeMKV for Linux
Topic: How to extract only lossless audio of each language?
Replies: 5
Views: 12224

How to extract only lossless audio of each language?

Hi...

I have noticed that for some reason my script is only extracting the lossy audios... Is there a way to do the contrary? Extract only 1 lossless audio track for each language?

My current script is this

Code: Select all

  makemkvcon mkv iso:"$file" all --minlength=3600 "$1"
Thanks!