Opened 2 years ago

Closed 11 months ago

#9703 closed defect (needs_more_info)

Multichannel wav muxed in mkv

Reported by: Jose Peirote Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: mkv
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by Jose Peirote)

How to reproduce:
ffmpeg -i input.mkv -i L_R_C_Cb.wav -codec copy output.mkv

The PCM track is created with CodecID A_PCM/INT/LIT and lost the channel map.
That track is wrong extracted/played like with the default for 4 channels: L R Ls Rs

The track must be muxed with CodecID A_MS/ACM to preserve the channel map in the Codec Private data (a copy of the fmt chunk from WAVE_EXTENSIBLE_FORMAT header)

That method is used OK with wformat (from wav header) not 1,3,0xfffe. I suggest must be used also for 0xfffe (WAVE_EXTENSIBLE_FORMAT header)

More info here: https://forum.doom9.org/showthread.php?p=1966534#post1966534

Change History (3)

comment:1 by Jose Peirote, 2 years ago

Description: modified (diff)

comment:2 by Carl Eugen Hoyos, 17 months ago

Keywords: mkv added

This ticket is unfortunately missing a lot of information including an input file and the tested command line including the complete, uncut console output.

comment:3 by Elon Musk, 11 months ago

Resolution: needs_more_info
Status: newclosed
Note: See TracTickets for help on using tickets.