Avisynth Problems

Locked
Eiji
Joined: Tue Apr 02, 2002 3:17 pm
Org Profile

Avisynth Problems

Post by Eiji » Fri Aug 29, 2003 1:51 am

I currently ripped all of Love Hina using the Avisynth/DVD2AVI method in the Guide by AbsoluteDestiny and Ermac, then I reformatted my computer, while the video footage that had fully been converted, and was working properly until then remained on a second drive that was not reformatted.

Now the footage in the .avs files will not load into WMP or even Adobe, I get an error in Line 2, I fixed the line because at the time I had ripped and encoded all the footage, it was a different drive letter, but I changed all that, and now...it still doesnt work...

Does anyone happen to have any suggestions or tips on how to fix this, without reripping and reformatting all the footage?

Thanks
-Eiji

User avatar
TokyoU15
Joined: Mon Feb 05, 2001 9:35 pm
Contact:
Org Profile

Post by TokyoU15 » Fri Aug 29, 2003 2:17 am

You're going to have to remake your d2v files and your avs files. The AVS files will not work once you move them from the original location. At least that was the case with me.
<a href="http://www.senpaiproductions.net">Image</a>
<a href="http://www.animemusicvideos.org/members ... =326">View My Profile</a>
The Thrill of The Kill Is Alive and Well!

User avatar
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by klinky » Fri Aug 29, 2003 4:35 am

The d2v files have hard coded directory information in them. Open them in notepad. The first couple lines will look something like this.


DVD2AVIProjectFile
8
31 E:\dvdrips\bebop01\VTS_01_1.VOB
31 E:\dvdrips\bebop01\VTS_01_2.VOB
31 E:\dvdrips\bebop01\VTS_01_3.VOB
31 E:\dvdrips\bebop01\VTS_01_4.VOB
31 E:\dvdrips\bebop01\VTS_01_5.VOB
31 E:\dvdrips\bebop01\VTS_01_6.VOB
31 E:\dvdrips\bebop01\VTS_01_7.VOB
31 E:\dvdrips\bebop01\VTS_01_8.VOB


The first line is the header.
The second line is a number that represents how many vob files there will be. There are 8. Each vob file needs it's only line.
The lines below that have a number, a space and then the path to where the vob file is located.

The number is how many characters long the path is, NOT including the space between the number and the path.

So if all you did was change the drive letter, it'd look something like this :


DVD2AVIProjectFile
8
31 D:\dvdrips\bebop01\VTS_01_1.VOB


If you needed to change the actual path information. Then you'll also have to count how many characters the new path is and adjust the number at the begining of the line.

Example:


DVD2AVIProjectFile
8
24 G:\vobfiles\VTS_01_1.VOB



Some say this doesn't work. It has always seemed to work for me though. If all else fails, recreate the D2V files.

~klinky

Eiji
Joined: Tue Apr 02, 2002 3:17 pm
Org Profile

Post by Eiji » Fri Aug 29, 2003 1:39 pm

Thanks for your help, I will try those two see which one works. :)

Locked

Return to “Video & Audio Help”