Intra-frame coding: Difference between revisions

Content deleted Content added
Luckas-bot (talk | contribs)
m robot Adding: es:Intra-frame
Line 6:
 
== Coding process ==
Data areis usually read from videocameraa video camera or videocard asin the [[YCbCr]] data format (often wrongly marked as [[YUV]], which should be used for analog data only). The coding process varies greatly depending on which encoder is used (e.g.: [[JPEG]], [[H.264/MPEG-4 AVC|H.264]]), but the most common steps usually include: partitioning into [[macroblock]]s, transform (e.g.: [[Discrete cosine transform|DCT]], or [[Discrete wavelet transform|wavelet]]), [[Quantization (image processing)|quantization]] and [[entropy encoding]].
 
Intra-frame coding is applied to the partitioning into macroblocks step.