Ask Your Question

adeesha's profile - activity

2012-09-17 08:07:25 -0600 received badge  Student (source)
2012-07-13 07:01:43 -0600 asked a question DCT coefficients in MPEG

I want to find the DCT coefficients in MPEG video. I know OpenCV can decode MPEG videos and give frames as images. But I want to know the DCT coefficients for a frame. This should be somewhere middle in the decoding process. can anyone tell me, is there any method to get DCT coefficients or the method that OpenCV uses to decode the MPEG video and where is it implemented? Thanks in advance.