PDA

View Full Version : Bug? (Avisynth)


morsa
26th December 2005, 13:58
I don't know if anybody else has noticed this behaviour or if it is just me.
I use to generate job lists loading avs scripts through Virtualdub and VirtualdubMod.
I found that no matter what I do, after opening the first avs script, any following script opened keeps giving the total frame count from the first one.
Example.If first video has a total number of 25000 frames, the following loaded scripts will all show 25000 frames no matter if the videos are shorter or longer.
Is this related to Avisynth in any way?
I'm deinterlacing using MVbob.Could it be some issue related to MVtools?
Thanks in advance about any useful info.

Manao
26th December 2005, 18:08
I'm deinterlacing using MVbob.Could it be some issue related to MVtools?Well, to relate definitely that issue with the MVTools, you can try with and without MVBob, to see if the behavior is the same. If it is, it's not their fault. Else, it most probably is.

morsa
26th December 2005, 19:47
thanks, I will check ASAP.

stickboy
26th December 2005, 21:24
Does each VirtualDub job open a separate .avs script? Did you modify any of the scripts or the source files after you added them as jobs?

morsa
26th December 2005, 23:47
I don't really know.My final solution was using a fresh windows install, after that everything started to work as it should be.
I guess that when Avisynth 3.0 finally arrives I will switch to Linux.

Bidoche
27th December 2005, 09:45
I doubt it could be avs's fault.
It should export the correct frame count to VFW, even when multiple scripts are opened.