Log in

View Full Version : Error message when trying to open DVD2AVI file.


arablover
4th March 2003, 22:32
I have just done a complete reinstall of Windows XP Pro.

I installed Gordian Knot 0.27 and the system pack 1.0

I did NOT install the DivX 5.0.2 in the system pack. I installed DivX 5.0.2 Pro.

Whenever I try to open a DVD2AVI file, I get the error: File is not a valid dvd2avi project (v1.76), avi or avs file!

Any ideas?

Cheers.


Jeremy

jggimi
4th March 2003, 23:09
There are only two possibilities I can think of.

1) The pointers to the video file(s) are hard coded in the .d2v project file. Open the .d2v file in a text editor, note the paths to the video files (.vob, etc), and make sure the files are still in the proper place. If not, either edit the .d2v file to correct it, or re-save the project in DVD2AVI again.

2) Make sure you use DVD2AVI 1.76, which is the version included with Gknot. This is less likely than the first problem, but it's the only other thing I can think of.

jggimi
4th March 2003, 23:13
Here's an example from a .d2v project I'm currently doing:DVD2AVIProjectFile
6
40 C:\z\OUT_OF_AFRICA\VIDEO_TS\VTS_01_1.VOB
40 C:\z\OUT_OF_AFRICA\VIDEO_TS\VTS_01_2.VOB
40 C:\z\OUT_OF_AFRICA\VIDEO_TS\VTS_01_3.VOB
40 C:\z\OUT_OF_AFRICA\VIDEO_TS\VTS_01_4.VOB
40 C:\z\OUT_OF_AFRICA\VIDEO_TS\VTS_01_5.VOB
40 C:\z\OUT_OF_AFRICA\VIDEO_TS\VTS_01_6.VOB

Stream_Type=1,0,0
iDCT_Algorithm=2
YUVRGB_Scale=1
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=1
Frame_Rate=23976
Location=0,12C0,5,E4A8

7 0 12C0 3 0 1 2 3 0 1 2 3 0 1 2
7 0 131F 3 0 1 2 3 0 1 2 3 0 1 2...If the .vob files are moved or deleted, then this .d2v project file becomes invalid.

arablover
4th March 2003, 23:33
Thank you for the help!