Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.