Eluent
15th August 2007, 17:16
Hi,
this is my first post but I've been browsing these pages a lot, and did learn and get a lot : thx !
Yet I've just finished my new computer (built and installed) because my laptop is slow and I have a lot of files to generate.
But the crap is the laptop gives me some better output on the scripts which include the use of some edge detection (or motionmask) : as you have probably seen, the output of any of mt_edge TedgeMask motionmask will give you a monocolor green screen, at least at the start of the ouptut.
THE PROBLEM :
using the same script with the same version of avisynth and of the filters the output is much longer monocolor on my brand new core2duo PC ! (something like 1-3 sec on the DELL inspiron laptop and around 10s on the c2d). Well actually, if used with DirectShowSource on an mpeg I would get monocolor all the way on the desktop PC !
I also have the same version of ffdshow installed on both computer.
And I have also noted that the green is longer when I watch the output on MediaPlayerClassic or BsPlayer as with VirtualDub (on both computer, and this is bugging me as of wich method can one rely on to test a script).
One example of script :
Avisource ( "x.avi" ) #or DirectShowSource
return DEdgeMask
With DEdgeMask the difference was bigger as with mt_edge or motionmask, not only would the green stay for 6s on the new PC as opposed to 3 on the laptop, but I would also have a very different edging..
(as a side note if you ask me what I want to do with this kind of output, well I've definitly some use for it, i find it extremly interesting for expermental video, VJing and so on, I didn't see anyone talking about using it this way, but avisynth can be a jewel as a special effects generator, if anyone is interested, I can provide some miore exciting examples, this one stands merely for its simplicity)
I have checked that my processors are ok with Orthos.
I have checked the RAMs with memtest86+.
I just transfered every plugins and every scripts from one computer to the other so there's no way the problem would come from there. Could it be something to do with the decoders installed on the machines ? I have the same versions of ffdshow on both computer (the latest), but maybe, I'm not sure, maybe I have installed XVid and 3ivx on the laptop after ffdshow (in order to use MPEGStreamClip)..
This is very tough and very frustrating, can anyone please enlighten me ?
this is my first post but I've been browsing these pages a lot, and did learn and get a lot : thx !
Yet I've just finished my new computer (built and installed) because my laptop is slow and I have a lot of files to generate.
But the crap is the laptop gives me some better output on the scripts which include the use of some edge detection (or motionmask) : as you have probably seen, the output of any of mt_edge TedgeMask motionmask will give you a monocolor green screen, at least at the start of the ouptut.
THE PROBLEM :
using the same script with the same version of avisynth and of the filters the output is much longer monocolor on my brand new core2duo PC ! (something like 1-3 sec on the DELL inspiron laptop and around 10s on the c2d). Well actually, if used with DirectShowSource on an mpeg I would get monocolor all the way on the desktop PC !
I also have the same version of ffdshow installed on both computer.
And I have also noted that the green is longer when I watch the output on MediaPlayerClassic or BsPlayer as with VirtualDub (on both computer, and this is bugging me as of wich method can one rely on to test a script).
One example of script :
Avisource ( "x.avi" ) #or DirectShowSource
return DEdgeMask
With DEdgeMask the difference was bigger as with mt_edge or motionmask, not only would the green stay for 6s on the new PC as opposed to 3 on the laptop, but I would also have a very different edging..
(as a side note if you ask me what I want to do with this kind of output, well I've definitly some use for it, i find it extremly interesting for expermental video, VJing and so on, I didn't see anyone talking about using it this way, but avisynth can be a jewel as a special effects generator, if anyone is interested, I can provide some miore exciting examples, this one stands merely for its simplicity)
I have checked that my processors are ok with Orthos.
I have checked the RAMs with memtest86+.
I just transfered every plugins and every scripts from one computer to the other so there's no way the problem would come from there. Could it be something to do with the decoders installed on the machines ? I have the same versions of ffdshow on both computer (the latest), but maybe, I'm not sure, maybe I have installed XVid and 3ivx on the laptop after ffdshow (in order to use MPEGStreamClip)..
This is very tough and very frustrating, can anyone please enlighten me ?