(container format)
(container element)
(container value)
does not match (content format)
(content element)
(content value)
ISO IEC 14496-12 (MPEG-4 ISO base media file format):samplerate
: "default samplerate of media"
ISO IEC 14496-3 (MPEG-4 Audio):samplingFrequency
: "The sampling frequency used for this audio object (in case of SBR, this is the sampling frequency without SBR)"
extensionSamplingFrequency
: "The sampling frequency used for this audio object (in case of SBR)"
SMPTE ST 377-1 (MXF):Audio sampling rate
: "Sampling rate of the audio Essence"
ETSI TS 102 114 (DTS / DTS-HD):SFREQ
: "Core Audio Sampling Frequency [...] sample rate according to Table 4.1"
ETSI TS 102 366 (AC-3 / E-AC-3):fscod
: "sampling frequency code [...] sample rate according to Table 4.1"
fscod
: "sampling frequency code [...] sample rate according to Table E.1.2"
fscod
: "sampling frequency code [...] same meaning and shall be set to the same value as the fscod field in the AC-3 bitstream"
fscod
: "sampling frequency code [...] same meaning and shall be set to the same value as the fscod field in the independent substream"
ISO IEC 23003-3 (USAC):usacSamplingFrequency
: "Output sampling frequency"
ISO IEC 23003-4 (DRC):bsSampleRate
: "Audio sample rate in [Hz]"
ISO IEC 14496-12:
Fix the muxer in order to correctly fill samplerate
with the right sampling rate, then remux the content.
ISO IEC 14496-3:
Fix the muxer in order to correctly fill samplingFrequency
(and/or extensionSamplingFrequency
in case of AAC SBR) with the right sampling rate, then remux the content.
SMPTE ST 377-1:
Fix the muxer in order to correctly fill Audio sampling rate
with the right sampling rate, then remux the content.
ISO IEC 23003-4:
Fix the encoder in order to correctly fill bsSampleRate
with the right sampling rate, then reencode the content.