[FFmpeg-devel] [PATCH] libavcodec/mpegaudio_parser.c: differentiate MPEG audio dual mono
James Almer
jamrial at gmail.com
Thu Dec 12 23:50:36 EET 2024
On 12/12/2024 3:47 AM, Anton Khirnov wrote:
> Quoting James Almer (2024-11-30 14:41:20)
>> with no speaker location implied
>
> Also, is it really the case that no speaker location is implied? I'd
> think mono (as opposed to just "1 channel") does carry the implication
> is is the center channel.
Mono, as i understand it, implies it's a single channel with the entire
audio signal, opposed to simply "1 channel" which can be anything, even LFE.
Apple has separate values for FC and mono, and Quicktime files with one
stream per audio channel will signal the channel meant for the center
speaker as FC and not mono (something that affected lavf parsing of such
files, and forced us to do some heuristics).
In practice yes, you can simplify it as mapping to FC, and in the
absence of said speaker, just play it on FL. But there are scenarios
where the distinction is needed, and we currently lack a way to properly
signal this.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241212/2f0818e4/attachment.sig>
More information about the ffmpeg-devel
mailing list