For Programmers: Free Programming Magazines  


Home > Archive > Compression > November 2005 > new in H.264









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author new in H.264
rkochery@gmail.com

2005-11-01, 7:56 am

hi
i would like to reimplement h.264 as the part of my curriculam
but i have only basic idea about immage processing .now i am trying to
study the standerds of H.264 but i think ,it is very difficult to
understsnd .from where i got good meterials abut this topic
what are the main blocks in it ?
How DCT is perfoming in it ?
what are the main differance between mpeg4 part2 and part10?

I am very thankfull to you if give me adirection

rkochery

Nir Halowani

2005-11-04, 6:55 pm

Hi,

rkochery@gmail.com wrote:
> hi
> i would like to reimplement h.264 as the part of my curriculam
> but i have only basic idea about immage processing .now i am trying to
> study the standerds of H.264 but i think ,it is very difficult to
> understsnd .from where i got good meterials abut this topic
> what are the main blocks in it ?


The main hard problems in H.261 are:
1. The motion vector search methods.
2. The propagation of errors - so you should send an I-frame every once
in a while
and use decoded frame for comparison.
3. Bit-rate Control - since it uses simple feedback loop based on
"buffer fullness", so If buffer is too full, increase the quantization
scale factor to reduce the data.

> How DCT is perfoming in it ?
> what are the main differance between mpeg4 part2 and part10?
>
> I am very thankfull to you if give me adirection


You can dig up the DCT implementation concepts and some more
information here:
http://www.cs.cf.ac.uk/Dave/Multimedia/node141.html

>
> rkochery


- Nir

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com