Log in

View Full Version : check sum different than previous pass?


videocheez
27th March 2003, 06:55
Each time I try multipass VBR with a particular AVI I get an error that says video check sum different from that of previous pass and source data or time code may be different. Any suggestions as to what might be going on. I will include a copy of the Avisynth script and the log file:

Thanks in advance,

LoadPlugin("C:\Program Files\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll")
avisource("pinb.avi")
BicubicResize(720,352,0,0.6)
AddBorders(0,64,0,64)
ConvertToYUY2()
ResampleAudio(44100)

***** Cinema Craft Encoder SP started at 2003/03/25 23:24:45 *****
SDK version 2.50 (built at Aug 17 2000 21:02:49)
fexp thread created.
fexp thread terminated.
***** Cinema Craft Encoder SP shutting down at 2003/03/25 23:25:05 *****
***** Cinema Craft Encoder SP started at 2003/03/25 23:25:20 *****
SDK version 2.50 (built at Aug 17 2000 21:02:49)
fexp thread created.
fexp thread terminated.
***** Cinema Craft Encoder SP shutting down at 2003/03/25 23:25:34 *****
***** Cinema Craft Encoder SP started at 2003/03/25 23:25:42 *****
SDK version 2.50 (built at Aug 17 2000 21:02:49)
fexp thread created.
fexp thread terminated.
***** Cinema Craft Encoder SP shutting down at 2003/03/25 23:25:58 *****
***** Cinema Craft Encoder SP started at 2003/03/25 23:26:15 *****
SDK version 2.50 (built at Aug 17 2000 21:02:49)
fexp thread created.
uncompressed YUY2.
cce created.
encoder initialized.
encoding started at 2003/03/25 23:34:50.
>> received encoding start notification
>> received encoding stop notification
encoding stopped at 2003/03/26 00:47:14.
sync stopped.
fdev0 closed.
fdev1 closed.
>>>> Performance <<<<
Source : 5026.833 seconds (120644 frames)
Elapsed: 4343.578 seconds
---------------------------------------------------
>> File reading 2593.459 59.708 %
>> Decoding 0.000 0.000 %
>> RGB -> YUY2 190.534 4.387 %
---------------------------------------------------
>> MPEG encoding 1559.585 35.906 %
uncompressed YUY2.
cce created.
encoder initialized.
>> received encoding start notification
>> received encoding start notification
encoding started at 2003/03/26 00:47:22.
>> received encoding stop notification
encoding stopped at 2003/03/26 01:23:26.
cce encoding failed: Error: Video check-sum is different from that of previous pass.
Source video data or time code may be different
Please check video tape or the information file
Please check video tape or the information file

--- information ----
Current: check sum = 01b3e15f
Previous: check sum = 01b7451d

sync stopped.
fdev0 closed.
fdev1 closed.
uncompressed YUY2.
cce created.
encoder initialized.
>> received encoding start notification
>> received encoding start notification
encoding started at 2003/03/26 07:38:12.
>> received encoding stop notification
encoding stopped at 2003/03/26 08:50:45.
sync stopped.
fdev0 closed.
fdev1 closed.
uncompressed YUY2.
cce created.
encoder initialized.
>> received encoding start notification
>> received encoding start notification
encoding started at 2003/03/26 08:50:48.
>> received encoding stop notification
encoding stopped at 2003/03/26 09:27:24.
cce encoding failed: Error: Video check-sum is different from that of previous pass.
Source video data or time code may be different
Please check video tape or the information file
Please check video tape or the information file

--- information ----
Current: check sum = 01b3dcd0
Previous: check sum = 01b7451d

sync stopped.
fdev0 closed.
fdev1 closed.
uncompressed YUY2.
cce created.
encoder initialized.
>> received encoding start notification
>> received encoding start notification
encoding started at 2003/03/26 21:46:48.

auenf
31st March 2003, 12:18
obviously you didnt do a search at all, cause that error is littered thru-out this forum.

do a search using the title of your post (without the ?) and you'll find your answer.

Enf...

videocheez
1st April 2003, 05:07
Thanks for the tip.

VC

waldok
3rd April 2003, 14:51
It's true this has been dealt with all around gthe forums here.
Yet, I just want to tell you I used the CRC patch available here and there, and got rid of all these checksum errors. Of course, this is a trick since there probably IS a real error somewhere and the patch just prevents CCE from mentioning it. Yet, my backups are perfectly fine with the patch applied and I couldn't notice any problem in the encoded video (I checked it very carefully).

I would say go for the CRC Patch. Sometimes having a solution is better than looking for explanations for months :D

Waldok:cool: