View Single Post
Old 21st January 2016, 05:37   #16  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,079
Quote:
I'm must admit however that I have trouble to figure out what frequencies mean for a video
The DCT process converts values from the spatial and temporal domain into the frequency domain. Here is a comprehensive article about it:
http://www.cs.cf.ac.uk/Dave/Multimed..._Transform.pdf

After the conversion into the frequency domain the next step is the data reduction by quantization. First of all you specify an average quantizer value like 2, but the quantizer which is actually used is not the same for each frequency, it is calculated by using the matrix coefficients. If you use a matrix where all coefficients have the same value (like 8 or 16) then your given quantizer value of 2 would indeed influence all frequencies the same.

Quote from Dark Shikari from the old thread I linked to above:
Quote:
If you halve all the values in a quantization matrix, it is mathematically EXACTLY THE SAME as if you halved the average quantizer.

Have fun studying all that stuff...
manolito

Last edited by manolito; 21st January 2016 at 07:04.
manolito is offline   Reply With Quote