Conversion profile if else logic?

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
marcusj0015
Posts: 58
Joined: Thu Nov 29, 2012 5:52 pm

Conversion profile if else logic?

Post by marcusj0015 »

I want to have MakeMKV encode the flac audio using only the nessacary bits, no more of that 24 bit audio takes up 32 bits stuff, I found how to do that in FFmpeg using the pcm_s24le flag, but how can I make sure that 16 bit audio is encoded as 16 bit instead of 24?

When I figure that out I plan on editing my conversion profile thread, and it's in the public domain, anyone can use it for whatever.
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Conversion profile if else logic?

Post by mike admin »

a 16-bit file converted to 24-bit and then encoded in flac will be exactly the same as if 16-bit file encoded directly.
Post Reply