YouTube audio quality – How good does it get? (2022)
audiomisc.co.uk
YouTube audio quality – How good does it get? (2022)
1–10 of 108 posts
Re: YouTube audio quality – How good does it get? (2022)
#2I would take a guess that a higher bitrate = longer loading times, and viewers care far more about an extra few second of buffering than they care about audio quality, especially when they don't have the original to compare to.
Re: YouTube audio quality – How good does it get? (2022)
#3Re: YouTube audio quality – How good does it get? (2022)
#4Youtube probably have stats on viewer-happyness vs bitrate. I would take a guess that a higher bitrate = longer loading times, and viewers care far more about an extra few second of buffering than they care about audio quality, especially when they don't have the original to compare to.
Re: YouTube audio quality – How good does it get? (2022)
#5Re: YouTube audio quality – How good does it get? (2022)
#6This kind of analysis is interesting but must be considered rapidly outdated since we won't know what's changing behind the scenes at YouTube. Have they ever revealed whether their VCU handles the audio?
Re: YouTube audio quality – How good does it get? (2022)
#7Youtube probably have stats on viewer-happyness vs bitrate. I would take a guess that a higher bitrate = longer loading times, and viewers care far more about an extra few second of buffering than they care about audio quality, especially when they don't have the original to compare to.
Couldn’t you do adaptive Bitrate and start streaming low-bitrate for a few seconds and then switch to higher quality once the video is already playing?
To support seeking you could encode a low bitrate stream, and a high quality stream, and then a number of ramps between these. So when you seek you start with the low bitrate stream and then after a few time units go on the ramp to the high quality stream.
Re: YouTube audio quality – How good does it get? (2022)
#8"I decided that analysis should focus on the higher, more conventional rates – 48k and 44k1" - opus is always 48khz, so that doesn't mean much.
Re: YouTube audio quality – How good does it get? (2022)
#9This kind of analysis is interesting but must be considered rapidly outdated since we won't know what's changing behind the scenes at YouTube. Have they ever revealed whether their VCU handles the audio?
From 2022, so a similar analysis today would be revealing if substantial differences were seen/heard.
Re: YouTube audio quality – How good does it get? (2022)
#10Earlier quoted context omitted.
Couldn’t you do adaptive Bitrate and start streaming low-bitrate for a few seconds and then switch to higher quality once the video is already playing?
Yes it's very possible to do this. Without seeking support it's trivial, just instruct the encoder to encode with a low bitrate for a few seconds and then increase it. To support seeking you could encode a low bitrate stream, and a high quality stream, and then a number of ramps between these. So when you seek you start with the low bitrate stream and then after a few time units go on the ramp to the high quality str…