Posts: 16
Threads: 5
Joined: Nov 2019
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 ??
Posts: 10.598
Threads: 57
Joined: May 2017
24.01.2021, 15:03
(This post was last modified: 24.01.2021, 15:03 by Selur.)
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 16
Threads: 5
Joined: Nov 2019
I see.
Any change in quality between those two ?
Posts: 10.598
Threads: 57
Joined: May 2017
No, they both use the same library in the backend, ffmpeg simply doesn't support the 24bit part.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 16
Threads: 5
Joined: Nov 2019
Could the compression size be a little different between those two ?
Posts: 10.598
Threads: 57
Joined: May 2017
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 16
Threads: 5
Joined: Nov 2019
Ok, thank you