Selur's Little Message Board

Full Version: FLAC 16 bits vs 24 bits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm encoding untouched audio 48 kHz/16-bit, DTS-HD MA 2.0, ~698 kbps to FLAC

When using 16 BPS (same as source) mediainfo shows the FLAC file as Processed by SoX, writing library Lavf58.65.100

When I change to 24 BPS, mediainfo shows  Writing library : libFLAC 1.3.3 (UTC 2019-08-04)

How to make Hybrid encode 16 BPS the same way as 24 BPS ??
By Default Hybrid uses FFmpeg for Flac encoding.
But since FFmpeg doesn't support 24bit Flac encoding, Hybrid uses flac directly for encoding for 24bit.
Atm. there is no way for the user to control this behavior.

Why do you need this?

Cu Selur
I see.

Any change in quality between those two ?
No, they both use the same library in the backend, ffmpeg simply doesn't support the 24bit part.

Cu Selur
Could the compression size be a little different between those two ?
16bit and 24bit should differ in size.
Encoding the same content with 16bit through ffmpeg and flac should not (assuming no dithering or similar is added).

Cu Selur
Ok, thank you Smile