Hi,
I am trying to follow the tutorial on this forum to encode from DVD to XviD.
This is the line I typed into notepad then file save as: MPEG2Source("dvd2avi.d2v")
I load the AVS in VD. I saved the AVS like this exactly like this : "movie.avs"
In VD this is the error I get. Yes I downloaded the old DVD2AVI to follow the tutorial.
Avisynth open failure: Evaluate: System exception -Access violation (J:\The_Godfather2A\movie.avs, line 1)
Am I doing everything right? I am not familiar with synth or any kind of language code. If someone gives me a code, can someone tell me exactly want to do, exactly want to name it and etc?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	Hi- 
 No, you need to also load the DGDecode.dll for the version of DGIndex that created the D2V project file. It comes included with the DGMPGDec package you downloaded. The 3 included docs are also worth a read, so you don't repeat the mistake. The script might then read something like this:Am I doing everything right?
 
 LoadPlugin("C:\Path\To\DGDecode.dll")
 MPEG2Source("C:\Path\To\Movie.d2v")
 
 Adjust for your names and paths. And if you're really using DVD2AVI, don't. It was replaced a long time ago. Get the latest DGMPGDec package, make a fresh D2V with the included DGIndex, and use the included DGDecode.dll in your script. Remove DVD2AVI from your computer.
Similar Threads
- 
  AviSynth open failure in VirtualDubBy fatcharlie in forum Newbie / General discussionsReplies: 5Last Post: 3rd Mar 2011, 22:32
- 
  Avisynth question open failure FF3TdGPU.dllBy duster1234 in forum Video ConversionReplies: 4Last Post: 15th Oct 2008, 08:29
- 
  AviSynth open failure:By rocky12 in forum Newbie / General discussionsReplies: 11Last Post: 29th Jul 2008, 21:35
- 
  Failure to convertBy Silvertroy in forum Video ConversionReplies: 1Last Post: 11th Jun 2008, 15:15
- 
  Avisynth open failure for croppingBy php111 in forum Newbie / General discussionsReplies: 51Last Post: 26th Mar 2008, 13:24


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote