digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker Bug Reports - (MStacker 2.1.0) (http://www.digitalfaq.com/archives/encode/9155-moviestacker-bug-reports.html)

muaddib 04-16-2004 09:36 PM

MovieStacker Bug Reports - (MStacker 2.1.0)
 
:arrow: Found any bug? Please, post it here.

kwag 04-16-2004 10:07 PM

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

bigggt 04-16-2004 10:10 PM

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

muaddib 04-16-2004 10:37 PM

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. :idea:

kwag 04-16-2004 10:49 PM

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. :idea:

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

muaddib 04-16-2004 11:21 PM

Strange... the "Compressibility test" is just a "SelectRangeEvery" call.
But I couldn’t reproduce it even with it selected. :roll:
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. :mrgreen:

kwag 04-16-2004 11:28 PM

Quote:

Originally Posted by muaddib
Besides that, you would never compare anything with compressibility test turned on... the frames will be totally different. :mrgreen:

You're right :oops:
Maybe then disable the "Compare" button, if the compressibility test is checked :idea:

-kwag

Zyphon 04-17-2004 03:57 AM

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()


fingerbob 04-17-2004 04:12 AM

I'm afraid to report that I have the same error happening every time. :cry:

Zyphon 04-17-2004 04:21 AM

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.

rds_correia 04-17-2004 06:12 AM

EDIT: Since the source line has been changed disregard my post

Grrr :twisted:
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

fingerbob 04-17-2004 06:42 AM

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

Zyphon 04-17-2004 11:57 AM

Quote:

Originally Posted by rds_correia
EDIT: Since the source line has been changed disregard my post

Grrr :twisted:
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. :oops:

muaddib 04-17-2004 09:58 PM

@ 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". :wink:

Zyphon 04-18-2004 05:13 AM

Thanks for the help and advice Mauddib much appreciated buddy. :)

fingerbob 04-18-2004 03:33 PM

I 2nd that... :lol:

fingerbob 04-18-2004 03:38 PM

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. :wink:

Dano 04-19-2004 10:22 AM

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.

Raavin 04-19-2004 06:48 PM

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 03:09 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.