el_sr_al
19th August 2002, 23:03
Hi Nic,
I've trying to find filters that would allow me to serve my Sony IP7 MicromMV files to avisynth (micromv is some sony digital video format that is basically MPEg2 transport systems) and I saw your post about the MPEGSOURCE.ddl.
I copied the dll member to windows/system32 directory and I tried to load a file with the following avs script:
LoadPlugin("MPEGDecoder.dll")
MPEGSource("C:\Documents and Settings\administrator\Desktop\MS20020618210750-04.mmv",0,"0x1023")
and it doesn't work, can you tell me what am I missing?
I presume it has to do with the 2nd and third parameters,on that issue could you tell me what does video PID stand for?
I was reading the documentation that came with the dll member but I'm not able to understand what do I do base my second and third parameters on.
Thansk
El_Sr_Al
I've trying to find filters that would allow me to serve my Sony IP7 MicromMV files to avisynth (micromv is some sony digital video format that is basically MPEg2 transport systems) and I saw your post about the MPEGSOURCE.ddl.
I copied the dll member to windows/system32 directory and I tried to load a file with the following avs script:
LoadPlugin("MPEGDecoder.dll")
MPEGSource("C:\Documents and Settings\administrator\Desktop\MS20020618210750-04.mmv",0,"0x1023")
and it doesn't work, can you tell me what am I missing?
I presume it has to do with the 2nd and third parameters,on that issue could you tell me what does video PID stand for?
I was reading the documentation that came with the dll member but I'm not able to understand what do I do base my second and third parameters on.
Thansk
El_Sr_Al