View Full Version : error creating d2v file
nesskiel
15th April 2003, 20:32
hello,
i tried to back up "Xmen" PAL R2.When i save the project i've got a error in the statistic window: "PE!" does some1 know what it means?
the project is messed up.. :( ; i've got a 2h15 film whereas the film is about 1h45 long... :confused:
thanks
Ness
int 21h
16th April 2003, 03:29
It means DVD2AVI encountered some sort of an error. This P.E. errorcode occurs during the process of decoding pictures. Its the default case if a P, B, or I frame is not detected... the code is here:
if (D2V_Flag)
{
if ((Frame_Number && picture_structure==FRAME_PICTURE) || Second_Field)
{
if (d2v_current.type==B_TYPE)
{
fprintf(D2VFile, " %d", d2v_current.trf);
DetectVideoType(Frame_Number-1, d2v_current.trf);
}
else
switch (d2v_forward.type)
{
case P_TYPE:
fprintf(D2VFile, " %d", d2v_forward.trf);
DetectVideoType(Frame_Number-1, d2v_forward.trf);
break;
case I_TYPE:
fprintf(D2VFile, "\n7 %d %X", d2v_forward.file, (int)d2v_forward.lba);
fprintf(D2VFile, " %d", d2v_forward.trf);
DetectVideoType(Frame_Number-1, d2v_forward.trf);
break;
default:
SetDlgItemText(hDlg, IDC_DEBUG, "P.E.");
break;
}
}
}
More than likely I would suspect a decryption error... what did you use to rip the files?
CloneAD
16th April 2003, 04:19
I haven't actually got XMEN R2 PAL so cant remember exactly but I remember when I had a look at my friends one the largest PGC is NOT the one to RIP, if you do it will be too long, film starts again.
It's either the 2nd or 3rd one, sorry, can't remember, just though I'd let you know as you mentioned it was too long, check the [HH:MM:SS] againt the DVD.
hakko504
16th April 2003, 07:51
The FAQ Q21 (http://forum.doom9.org/showthread.php?s=&threadid=46851) and the forum rules (#1) (http://forum.doom9.org/forum-rules.htm) are required reading in this case.
nesskiel
16th April 2003, 09:24
Originally posted by hakko504
The FAQ Q21 (http://forum.doom9.org/showthread.php?s=&threadid=46851) and the forum rules (#1) (http://forum.doom9.org/forum-rules.htm) are required reading in this case.
@hakko504:
First i read the FAQ but that's not dropped frame for me but is put twice the same frame from time to time.And there is no audio desync.Moreover i searched(btw "PE" is the minimum word length (3) for search) the forum but i found nothing interesting or useful.
@int 21h: I used the lastest DVDDecrypter.
@CloneAD: ok i'll take a look thanks :)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.