Problems with d2v
- chaoticstormbringer
- Joined: Fri Feb 28, 2003 1:21 am
Problems with d2v
Okay, this might have been answered several times before and I'm too lazy to look through the hundreds of threads that might even have a slim notification on it.
I have just ripped my footage using the DVD Decrypter and making my project file vhd.dv2. Now the next thing after that was to create the AVS file for it so that I can edit the stuff from it. I have read the guides about it, but its still messing up with:
AviSynth open failure:
Unrecognised exception!
<C:\anime\vhd\vhd.avs, line3)
What is going on? Here is what I got for the avisynth stuff. if anything is wrong or needs to be added, please tell. Cheers.
MPEG2Source("C:\Anime\VHD\VHD.d2v")
AssumeFPS(24)
Telecide(post=false)
I have just ripped my footage using the DVD Decrypter and making my project file vhd.dv2. Now the next thing after that was to create the AVS file for it so that I can edit the stuff from it. I have read the guides about it, but its still messing up with:
AviSynth open failure:
Unrecognised exception!
<C:\anime\vhd\vhd.avs, line3)
What is going on? Here is what I got for the avisynth stuff. if anything is wrong or needs to be added, please tell. Cheers.
MPEG2Source("C:\Anime\VHD\VHD.d2v")
AssumeFPS(24)
Telecide(post=false)
- madbunny
- Joined: Tue Jun 17, 2003 3:12 pm
Hmm, you know there is a sticky at the top of this forum that specifically mentions what you are talking about.
Also, depending on which version of what you have you might try altering line 3 like so any other problems aside:
Telecide()
or
Telecide(0)
#if you followed the guides and reversed the field order
Also, depending on which version of what you have you might try altering line 3 like so any other problems aside:
Telecide()
or
Telecide(0)
#if you followed the guides and reversed the field order
- chaoticstormbringer
- Joined: Fri Feb 28, 2003 1:21 am
- madbunny
- Joined: Tue Jun 17, 2003 3:12 pm
- chaoticstormbringer
- Joined: Fri Feb 28, 2003 1:21 am
- kmv
- Joined: Mon Mar 03, 2003 8:31 am
- Location: Another day, another city
I must add this to the sticky...
Get the fixed version of DVD2AVI + MPEG2DEC3 from here (it is in the zip 'decodefix100'). If you do this don't use the d2v created by Smartripper, delete it and recreate it using the DVD2AVI you just downloaded.
Also, make sure there are no other versions of DVD2AVI on your hard disk.
Get the fixed version of DVD2AVI + MPEG2DEC3 from here (it is in the zip 'decodefix100'). If you do this don't use the d2v created by Smartripper, delete it and recreate it using the DVD2AVI you just downloaded.
Also, make sure there are no other versions of DVD2AVI on your hard disk.
-
- Joined: Tue Mar 09, 2004 7:27 pm
- Contact:
I had this problem too
I had this problem too, when I did it what generated it was that I changed the foldernames after I generated the .d2v file but before I wrote my .avs file. Turns out that .d2v also references location inside of itself. You can either make another .d2v file from your new folder location or you can edit your current .d2v file with notepad and change the file locations in the first few lines. I have not tested the second method as I only figured out what was happening a few minutes ago.