FLAC 16 bits vs 24 bits - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: FLAC 16 bits vs 24 bits (/thread-1696.html) |
FLAC 16 bits vs 24 bits - Robert - 24.01.2021 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 ?? RE: FLAC 16 bits vs 24 bits - Selur - 24.01.2021 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 RE: FLAC 16 bits vs 24 bits - Robert - 24.01.2021 I see. Any change in quality between those two ? RE: FLAC 16 bits vs 24 bits - Selur - 24.01.2021 No, they both use the same library in the backend, ffmpeg simply doesn't support the 24bit part. Cu Selur RE: FLAC 16 bits vs 24 bits - Robert - 24.01.2021 Could the compression size be a little different between those two ? RE: FLAC 16 bits vs 24 bits - Selur - 24.01.2021 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 RE: FLAC 16 bits vs 24 bits - Robert - 24.01.2021 Ok, thank you |