Page 1 of 1
Weather.com Video Sound Is In Slow Motion
Posted: 2016-11-04, 11:50
by radtek
When watching a video on Weather.com the sound is going so slow motion and is hard to understand what someone is saying yet the video is fine.
YouTube videos and sound work fine.
Weather.com used to have support but it looks like the stopped their support.
OS is Win 7 64 bit, flash player and java are latest versions
Re: Weather.com Video Sound Is In Slow Motion
Posted: 2016-11-04, 14:02
by Moonchild
Considering the lack of video on weather.com when I visit it (it insist on only giving me a local weather forecast for the capital of Sweden) and the inability to switch region (it reverts to sweden), I can't even verify.
Re: Weather.com Video Sound Is In Slow Motion
Posted: 2016-11-04, 14:10
by Moonchild
With some web-fu I managed to grab a video.
The problem seems to be that the video they have up is encoded in a way that makes Pale Moon think the sample rate for audio is 22050 Hz, but the actual stream is 44100 Hz. This is probably due to the fact that they have 2 streams with two different bitrates in it.
Code: Select all
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : HE-AAC / LC
Codec ID : 40
Duration : 51s 734ms
Bit rate mode : Variable
Bit rate : 64.0 Kbps
Maximum bit rate : 66.5 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz / 22.05 KHz
Compression mode : Lossy
Stream size : 397 KiB (14%)
Encoded date : UTC 2016-09-30 23:43:41
Tagged date : UTC 2016-09-30 23:43:41
Re: Weather.com Video Sound Is In Slow Motion
Posted: 2016-11-04, 14:15
by coffeebreak
This was solved by Tycho, since the alpha.
Please see this thread:
Weather.com sound in videos play at slow speed
Still fixed in Tycho 3. :-)
Re: Weather.com Video Sound Is In Slow Motion
Posted: 2016-11-04, 14:20
by Moonchild
Further details: looks like the container is reporting the wrong sample rate; especially with HE-AAC (which is used in those videos), with variable bitrates, the actual decoder is the only place where Pale Moon can get the sample rate (from an actually decoded frame). Since this is currently off-loaded in Pale Moon to the operating system back-end, it relies on accurate sample rates being posted in the video container.
In short: weather.com isn't encoding their videos in a web-friendly way.
Plus side is that with our work on the MP4 reader, this will work properly in the new milestone.
Re: Weather.com Video Sound Is In Slow Motion
Posted: 2016-11-04, 14:28
by coffeebreak
Moonchild wrote:Plus side is that with our work on the MP4 reader, this will work properly in the new milestone.
Moonchild, I believe it already does. Please see post above yours.
Re: Weather.com Video Sound Is In Slow Motion
Posted: 2016-11-04, 14:35
by Moonchild
coffeebreak wrote:Moonchild wrote:Plus side is that with our work on the MP4 reader, this will work properly in the new milestone.
Moonchild, I believe it already does. Please see post above yours.
Yes it already does, but the new milestone isn't exactly released yet, now is it?
