Post Reply 
HDCD CDs and transcoding
22-02-2021, 19:08
Post: #34
RE: HDCD CDs and transcoding
Is the following ffmpeg hdcd documentation significant.

It states

When using the filter with wav, note the default encoding for wav is 16-bit, so the resulting 20-bit stream will be truncated back to 16-bit. Use something like -acodec pcm_s24le after the filter to get 24-bit PCM output.

So
Code:
-af hdcd

becomes
Code:
-af hdcd -c:a pcm_s24le

Of course, this could simply be another way of specifying wav:L24;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HDCD CDs and transcoding - Soli - 02-06-2014, 23:18
RE: HDCD CDs and transcoding - Soli - 03-06-2014, 08:57
RE: HDCD CDs and transcoding - Soli - 03-06-2014, 11:54
RE: HDCD CDs and transcoding - Alandbush - 22-02-2021 19:08
RE: HDCD CDs and transcoding - PhilE - 21-08-2021, 11:45
RE: HDCD CDs and transcoding - PhilE - 21-08-2021, 15:41
RE: HDCD CDs and transcoding - PhilE - 28-08-2021, 17:57
RE: HDCD CDs and transcoding - simbun - 05-02-2022, 13:17
RE: HDCD CDs and transcoding - simbun - 05-02-2022, 15:14

Forum Jump:


User(s) browsing this thread: 1 Guest(s)