DNxHD: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(link fix)
No edit summary
Line 1: Line 1:
* FourCC: ?
* FourCC: AVdn (quicktime)
* Company: [[AVID (Company)|AVID]]
* Company: [[AVID (Company)|AVID]]


Line 7: Line 7:


Actual frame data consists of packed macroblocks with technique almost identical to JPEG: DC prediction and variable-length codes with run length encoding for other 63 coefficients.
Actual frame data consists of packed macroblocks with technique almost identical to JPEG: DC prediction and variable-length codes with run length encoding for other 63 coefficients.
DC coefficient is not quantized.
Can be wrapped in MXF and MOV.
FFmpeg has a LGPL implementation.


[[Category:Video Codecs]]
[[Category:Video Codecs]]
[[Category:Undiscovered Video Codecs]]
[[Category:Undiscovered Video Codecs]]

Revision as of 16:36, 20 March 2007

  • FourCC: AVdn (quicktime)
  • Company: AVID

This codec is very similar to JPEG. Every frame is independent and consists of VLC-coded DCT coefficients.

Header consists of many parts and may include quantization tables and 2048 bits of user data. Also each frame has two GUIDs and timestamp. All header is packed into big-endian dwords.

Actual frame data consists of packed macroblocks with technique almost identical to JPEG: DC prediction and variable-length codes with run length encoding for other 63 coefficients.

DC coefficient is not quantized.

Can be wrapped in MXF and MOV.

FFmpeg has a LGPL implementation.