PDA

View Full Version : Accessing a file on a network drive.


ChAoS Overlord
29th August 2002, 12:01
I want to use my second computer to encode a divx with vobs and avisynth stored on my bigger fileserver, but the problem is, I can't access the file made with Avisynth, I have mapped the drive on that computer, changed the path, but it's no use. :(

What do I need to do to make it work?

EDIT: I made the avs file with gordian knot on the fileserver, because when I try to make it on the "encode pc" it tells me it's not a valid d2v file (while it most certainly is).

trbarry
29th August 2002, 14:41
All the .d2v files are not compatible between releases so be careful you have the same version of DVD2AVI and MPEG2DEC installed on both machines.

Also be aware that the .d2v file will contain the file and path names of the original vob files, including drive letters, so if these don't map to the same locations on both machines there may be problems. You can edit these files but watch out that the length of each file names is coded directly before it in the d2v file.

- Tom