Conversion profile if else logic?

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

Conversion profile if else logic?

#1 Post by marcusj0015 » Fri Apr 19, 2013 11:20 am

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: 4075
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Conversion profile if else logic?

#2 Post by mike admin » Mon Apr 22, 2013 7:18 am

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