vote up 1 vote down star
1

Hi folks,

![alt text][1]

The above screenshot shows some artifacting which is occuring during a software decode of a .DV video file, compliant to SMPTE 314m...

The artefacting is believed to be cause by a AC/DC coefficient problem, is this likely?

Any information is appreciated.

flag
can you post a screen capture of the original frame for comparison? – jedierikb Feb 18 at 15:33
Voting to close, this is pointless now. – unwind Feb 20 at 10:42
Uhm, might want to leave the question in place in future so that others can see what the problem / solution was. – RSlaughter Feb 20 at 10:47

2 Answers

vote up 2 vote down check

I'm not sure what the issue is. The blockiness would seem to indicate you are decoding the AC coefficients incorrectly. The good news is that it appears every macro block is being decoded incorrectly. If nothing else, they are too dark. Thus I would step through the decoding of a single block. Do the math by hand and then watch it decode in the debugger. See where the numbers diverge.

link|flag
I have various yCbCr -> RGB conversion methods, none color correct although some better than others. Thanks for the feedback regarding the method of correction though, I'll give it a try! – Dave Feb 20 at 9:43
If you figure it out, let us know what the problem was. – Steve Rowe Feb 25 at 3:51
vote up 1 vote down

Looks to me like you might not be decoding the frame compression correctly...

-Adam

link|flag
Also, All frames decode to this standard :( – Dave Feb 18 at 15:44
Ah, you are right. en.wikipedia.org/wiki/DV There is compression on each frame, though. Are you decompressing each frame correctly? – Adam Davis Feb 18 at 16:07
@DV is all I-Frames. – Steve Rowe Feb 18 at 16:15
@Steve - DV has intraframe compression, but according to wikipedia (which, of course, is an unassailable bastion of truth ;-) it doesn't not have interframe compression. Thus each frame is compressed individually, and does not depend on any other frame for information. – Adam Davis Feb 18 at 18:33
Spot on Adam Davis – Dave Feb 20 at 10:33
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.