04-16-2004, 09:36 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Found any bug? Please, post it here.
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
04-16-2004, 10:07 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Found one
After running "Compare" once, next time I run it, it bombs
I get a message box:
Evaluate Unrecognized Exception!
(C:\Program Files\MovieStacker\~source.avs, line 2)
I have to exit MovieStacker, and start it again, and then it works again once.
-kwag
|
04-16-2004, 10:10 PM
|
Free Member
|
|
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Same bug here but mine says line 13
its also preview and minw worked the first time but even if i close it and restart it it still doesn't work
|
04-16-2004, 10:37 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by kwag
Found one
After running "Compare" once, next time I run it, it bombs
I get a message box:
Evaluate Unrecognized Exception!
(C:\Program Files\MovieStacker\~source.avs, line 2)
I have to exit MovieStacker, and start it again, and then it works again once.
-kwag
|
I couldn't reproduce it here.
I can get in and out how many times I want.
Do you get the same error with the internal preview? What about the external preview?
Please try changing the MPEG decoder in the options.
|
04-16-2004, 10:49 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by muaddib
I couldn't reproduce it here.
I can get in and out how many times I want.
Do you get the same error with the internal preview? What about the external preview?
Please try changing the MPEG decoder in the options.
|
Ok, now I don't get it, if I deselect "Compressibility test" on the Filter Set-2.
So it's related to that option.
-kwag
|
04-16-2004, 11:21 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Strange... the "Compressibility test" is just a "SelectRangeEvery" call.
But I couldn’t reproduce it even with it selected.
I don't know... it should not be it, but with Compressibility test you have much less frames than the source, and MovieStacker will be calling for frames beyond the end of the curent script frames.
Besides that, you would never compare anything with compressibility test turned on... the frames will be totally different.
|
04-16-2004, 11:28 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by muaddib
Besides that, you would never compare anything with compressibility test turned on... the frames will be totally different.
|
You're right
Maybe then disable the "Compare" button, if the compressibility test is checked
-kwag
|
04-17-2004, 03:57 AM
|
Free Member
|
|
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I Tried one of my DivX Rips just to tets out the new version and I cant get the preview to work.
I get this error:
Evaluate: Unrecognised Exception!
(C:\Program Files\MovieStacker\~temp.avs, line 15)
Then a eror box comes up with this:
Acess Violation at address 1001B7A in module 'avsWARP.dll'. Read of address 00000000.
Here is the temp script used:
Code:
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec3dg.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Undot.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Convolution3DYV12.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DctFilter.dll")
AviSource("E:\Movies\Event_Horizon.avi", false)
Undot()
Limiter()
LanczosResize(448, 318, 12, 0, 616, 272)
STMedianFilter(8, 32, 0, 0)
Convolution3D(preset="movieLQ")
BlockBuster(method="noise", detail_min=1, detail_max=10, variance=1.0, seed=0)
DctFilter(1, 1, 1, 1, 1, 1, 0.5, 0)
AddBorders(16, 129, 16, 129)
Limiter()
__________________
Regards.
Michael.
|
04-17-2004, 04:12 AM
|
Free Member
|
|
Join Date: Mar 2004
Location: Scotland
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I'm afraid to report that I have the same error happening every time.
|
04-17-2004, 04:21 AM
|
Free Member
|
|
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I fear the problem is more me and not MS as where im a bit of a newb I probably dont understand the filters and settings enough.
__________________
Regards.
Michael.
|
04-17-2004, 06:12 AM
|
Free Member
|
|
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
EDIT: Since the source line has been changed disregard my post
Grrr
Just look at Zyphon's script AviSource line
I haven't checked but I bet that one is right now available for download from eMule or something.
Since we don't allow "warez" directions or contents in the forum will someone or Zyphon edit it ASAP?
Cheers
EDIT: Since the source line has been changed disregard my post
__________________
Rui
|
04-17-2004, 06:42 AM
|
Free Member
|
|
Join Date: Mar 2004
Location: Scotland
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Just thought I'd mention that I used the Motion Adaptive template and the bug error didn't appear - so I'm happy. It only happened using the VHS...one.
muaddib, can you possibly confirm which template should be used in which instance, since in the last MStacker release, there were various KVCD templates (inc the X 3 one). Now there are just 3 and they are different. Am I to assume these are taken from KWAG and DIALHOTS optimum scripts, now that we are all using AviSynth 2.54?
Thanks for an excellent piece of kit though :P
|
04-17-2004, 11:57 AM
|
Free Member
|
|
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by rds_correia
EDIT: Since the source line has been changed disregard my post
Grrr
Just look at Zyphon's script AviSource line
I haven't checked but I bet that one is right now available for download from eMule or something.
Since we don't allow "warez" directions or contents in the forum will someone or Zyphon edit it ASAP?
Cheers
EDIT: Since the source line has been changed disregard my post
|
Oops sorry my bad. I wanted to test Avi with mew MovieStacker I usually work from my DVD sources.
__________________
Regards.
Michael.
|
04-17-2004, 09:58 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
@ Zyphon and fingerbob
Code:
Evaluate: Unrecognised Exception!
(C:\Program Files\MovieStacker\~temp.avs, line 15)
That is the error message from DCTFilter (line 15 in your script).
DCTFilter needs a screen frame multiples of 16x16.
Quote:
LanczosResize(448, 318, 12, 0, 616, 272)
|
318 is not multiple of 16... so that's the problem. Try to set the sliders "round to" from crop and resize to 16. That should fix the script.
Code:
Acess Violation at address 1001B7A in module 'avsWARP.dll'. Read of address 00000000.
That's my bad. I should avoid this message to pop up.
avsWARP.dll (which I use to read AVS scripts) don't treat access violations, so I should treat that in delphi.
Next version will not show this message. For now, just ignore it, and pay attention just on the "script error message".
|
04-18-2004, 05:13 AM
|
Free Member
|
|
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks for the help and advice Mauddib much appreciated buddy.
__________________
Regards.
Michael.
|
04-18-2004, 03:33 PM
|
Free Member
|
|
Join Date: Mar 2004
Location: Scotland
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I 2nd that...
|
04-18-2004, 03:38 PM
|
Free Member
|
|
Join Date: Mar 2004
Location: Scotland
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Oooh I just spotted a really petty small error....
If you right-click on the Preview when it is playing (to get a list of the various zooms) it lists 16:9 and 3:4. Now, we all know that is meant to be 4:3 but it might confuse a newbie.
As I said, its a really small one.
|
04-19-2004, 10:22 AM
|
Free Member
|
|
Join Date: Apr 2003
Location: Brockton, MA
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
First of all great job. I notice you have convolution3dyv12.dll in the filters folder but it is not selectable from the menu. Decomb is missing Decimate Mode 3.
__________________
-Dano
|
04-19-2004, 06:48 PM
|
Free Member
|
|
Join Date: Apr 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Again, a preview/compare error. Goes a little someting like this-
Quote:
Gripcrop: Could not save target frame size as variable
"path to movistacker"\~current.avs, line 13
Access violation at address 014F1B7A in module 'avsWARP.dll' - read at address FFFFFFFF
|
This happens, as mentioned before, after the first try of preview/compare. I've had a bit of a play and restarting fixes it...sometimes but not always.
I've had many other similar or related errors but this is the main one and all associated with preview or compare. Examples are similar errors with Dust and some other filters and not recognising some commands, asking to enter the full path. Not sure if your error messages are piped from avisynth or if they are from your software??
I'm running
Windows 98SE
Avisynth 2.5.1
AMD 1800+ XP CPU
Raavin
|
All times are GMT -5. The time now is 07:47 AM — vBulletin © Jelsoft Enterprises Ltd
|