Log in

View Full Version : Strange debug output from encode


Prettz
20th May 2004, 21:45
I just got done with an encode using RC4, and when it was finished, at the very end of the debug output it printed several dozen lines that all looked like this:

00042714 5686.74237312 [1344] Corrupt JPEG data: 21 extraneous bytes before marker 0xd6
00042715 5686.96555959 [1344] Corrupt JPEG data: 21 extraneous bytes before marker 0xd6
00042716 5687.04583655 [1344] Corrupt JPEG data: 1 extraneous bytes before marker 0x58
00042717 5687.08109885 [1344] Corrupt JPEG data: 1 extraneous bytes before marker 0x84
00042718 5687.17442105 [1344] Corrupt JPEG data: 205 extraneous bytes before marker 0xfa
00042719 5687.58533026 [1344] Corrupt JPEG data: 60 extraneous bytes before marker 0xbf
00042720 5687.60551271 [1344] Corrupt JPEG data: 1 extraneous bytes before marker 0xc2
00042721 5687.61800676 [1344] Corrupt JPEG data: 16 extraneous bytes before marker 0x2a
00042722 5687.61857024 [1344] Corrupt JPEG data: 1 extraneous bytes before marker 0xd2
00042723 5687.74077711 [1344] Corrupt JPEG data: 6 extraneous bytes before marker 0xfc
...


The two lines that immediately preceded all of that were these:

00042712 5683.55435425 [1344] PIM: Loading IDE_ACDStd.apl
00042713 5683.61545587 [1344] PIM: Loading IDE_ACDStd.apl


As far as I could tell the entire encoded video looked just fine.

Can someone explain what all this stuff means? Why is it talking about JPEG data?

Prettz
20th May 2004, 21:57
Ah, I think I just figured out where those lines might have come from. I might have been browsing images with ACDSee during the encode. I forgot that not only Xvid outputs debug messages. I can't believe it took me that long to notice what the name of that .apl file that was mentioned.