I am only posting this for those that don't know to further advance the exchange of knowledge.
I've found that the basic differences between DVD2AVI 1.76 and DVD2AVI 1.77.3 is in the header information, specifically the Luminance line and the additional comments that have been added to the end of each parameter setting. If you remove all the comments and change the "Luminance_Filter=" parameter to "Luminance=" the .d2v file should load correctly via avisynth. You will need to manually edit the following changes, or simplY use DVD2AVI 1.76.
Below is an example of what I mean (That which is in
"Red" needs to modified)
1. NON-VALID DVD2AVI (.d2v) file for avisynth
DVD2AVIProjectFile
8
45 C:\Movie Temp\Dances With Wolves\vts_01_1.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_2.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_3.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_4.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_5.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_6.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_7.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_8.vob
Stream_Type=1,0,0
iDCT_Algorithm=5
(1:MMX 2:SSEMMX 3:FPU 4:REF 5:SSE2MMX)
YUVRGB_Scale=0
(0:TVScale 1:PCScale)
Luminance
_Filter=0,0
((Gamma, Offset)
Picture_Size=0,0,0,0,0,0
((ClipLeft, ClipRight, ClipTop, ClipBottom)
Field_Operation=1
((0:None 1:ForcedFILM 2:SwapOrder)
Frame_Rate=23976
Location=0,0,3,F0CB
2. VALID DVD2AVI (.d2v) file for avisynth
DVD2AVIProjectFile
8
45 C:\Movie Temp\Dances With Wolves\vts_01_1.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_2.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_3.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_4.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_5.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_6.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_7.vob
45 C:\Movie Temp\Dances With Wolves\vts_01_8.vob
Stream_Type=1,0,0
iDCT_Algorithm=5
YUVRGB_Scale=0
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=1
Frame_Rate=23976
Location=0,0,0,1773F
I hope this clears up some things.
Rip ON