UsedUser
17th October 2008, 08:28
I'm trying to use an avs file on a local drive to access a d2v file on a network share using DGDecode_MPEG2Source().
D:\test.avs resides on a local drive.
U:\test.d2v and U:\test.ts reside on a mapped drive of a network share (i.e., U: = \\192.168.0.2\C$\).
DGDecode_mpeg2source("U:\test.d2v")
#deinterlace
#crop
#resize
#denoise
I am trying to load the script in MeGUI. I get the following error:
AviSynth script error:
MPEG2Source: Could not open one of the input files.
(D:\test.avs, line 1)
What am I doing wrong?
I have also tried using UNC paths, and tried storing the avs script on the remote machine.
D:\test.avs resides on a local drive.
U:\test.d2v and U:\test.ts reside on a mapped drive of a network share (i.e., U: = \\192.168.0.2\C$\).
DGDecode_mpeg2source("U:\test.d2v")
#deinterlace
#crop
#resize
#denoise
I am trying to load the script in MeGUI. I get the following error:
AviSynth script error:
MPEG2Source: Could not open one of the input files.
(D:\test.avs, line 1)
What am I doing wrong?
I have also tried using UNC paths, and tried storing the avs script on the remote machine.