Talk:PCM: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(wrong description of 24bit DVD-LPCM?)
(No difference)

Revision as of 02:45, 12 April 2008

DVD 24-Bit PCM

description seems to be wrong. I managed to get my 24bit DVD example to be played by ffplay. For correctness I compared to mplayers output.

The byte packing seems to be like that:

  • M = top byte = bits 23..16
  • B = middle byte = bits 15..8
  • T = bottom byte = bits 7..0

--Elte 05:45, 12 April 2008 (EDT)