Sep 3 build and QMF - Problem Report » Other » FORUM lowesmall.shop
FORUM lowesmall.shop

FORUM lowesmall.shop



ПоискПоиск   Users   Registration   Entrance
Today: 19.04.2025 - 08:29:30
Pages:  1  

Sep 3 build and QMF - Problem Report

Advertising


AuthorMessage

el_bobbo

main user




Statistics:
Messages: 660
Registration: 08.07.2003

Sh0dan, The sep03 build seems to be interacting with the QMF script by HomiE FR and producing what seems to be multiple scriptclip error lines overlayed upon themselves. Because of this I can not give you the exact overlay error message. But, this simple example below (top script) will import the QMF script (bottom script) and should provide you with a replicatable example. Code:

---------------------
Message # 1 12.10.23 - 04:36:50
RE: Sep 3 build and QMF - Problem Report

tominizer

main user




Statistics:
Messages: 156
Registration: 12.29.2002

Hi DDogg! :) No, I didn't abandon this topic, but I have to look deeper at the scripts since I have forgotten some of the details of FMF. ;) I haven't installed Sept 3rd Avisynth build yet. I'll do some tests today and I'll post the results this evening. Thanks again for showing your interest!

---------------------
Message # 2 12.10.23 - 04:45:55
RE: Sep 3 build and QMF - Problem Report

babbo

main user




Statistics:
Messages: 401
Registration: 01.14.2002

HomiE FR, Sh0dan, the reason I reported this is because it did work fine with the August 20 build so I think that ruled out the math changes as the culprit. This script is just too complex for me to debug. Sh0dan, speaking of reports of this type in the future, would you prefer them in devel or user?

---------------------
E36 Compact & DirtE30
Message # 3 12.10.23 - 04:50:02
RE: Sep 3 build and QMF - Problem Report

Alibabajun

main user




Statistics:
Messages: 391
Registration: 08.19.2001

Two remarks (maybe of no use): 1) FluxSmooth(14,0) still smooths temporally. If you want to disable that, use: FluxSmooth(14,-1). Likewise use FluxSmooth(-1,14) instead of FluxSmooth(0,14). 2) I hope your script looked like this: mpeg2source("YourPath/yours.d2v") Import("YourPath/qmf15b1.avs") function Low_Motion_Filter(clip c) { c = FluxSmooth(c,14,0) c = UnFilter(c,-10,-10) return c } function Medium_Motion_Filter(clip c) { c = FluxSmooth(c,7,7) c = UnFilter(c,-20,-20) return c } function High_Motion_Filter(clip c) { c = FluxSmooth(c,0,14) c = UnFilter(c,-30,-30) return c } QMF()

---------------------
Message # 4 12.10.23 - 05:01:23
RE: Sep 3 build and QMF - Problem Report

beowoulf

main user




Statistics:
Messages: 415
Registration: 08.03.2003

1> Thanks for that correction. I am using the HomiE FR's example script so perhaps he might need to change it. 2> Yes, the original example did look like that so I suppose you mean that functions can not exist on one line? I was under the impression a function could be on one line as I have seen other examples of this. Certainly no errors are thrown and it seemed to be working correctly with the Aug 20 build, although there is a lot of assuming happening on my part, but will not as soon as I flip my avisynth.dll to the sep03 version. Did I misunderstand your meaning? Wilbert, you know that I know diddle all about functions except to copy and paste them :-)

---------------------
Alex
Message # 5 12.10.23 - 05:08:17
RE: Sep 3 build and QMF - Problem Report

vsokolov

main user




Statistics:
Messages: 35
Registration: 05.23.2002

Wilbert, yes, I did try the versions from the doc with minimal changes and they also generated the errors. Code:

---------------------
Message # 6 12.10.23 - 05:15:34
RE: Sep 3 build and QMF - Problem Report

turb02

main user




Statistics:
Messages: 56
Registration: 12.17.2003

The script above works fine on my system, with Aug. 3rd build. :confused:

---------------------
Message # 7 12.10.23 - 05:18:55
RE: Sep 3 build and QMF - Problem Report

Tremelune

main user




Statistics:
Messages: 144
Registration: 11.08.2003

@DDogg, Could you remove the lines [6b], [6c], and c = (debug == true) ? ScriptClip(c, "Debug()") : c and post the exact error message?

---------------------
Message # 8 12.10.23 - 05:28:49
RE: Sep 3 build and QMF - Problem Report

euroracer325i

main user




Statistics:
Messages: 964
Registration: 12.25.2002

Sh0dan, I emailed a screen shot of the error and I am awaiting a reply from Wilbert with more instructions on what he wants. I was not able to successfully follow his instructions above. Also, could you verify it is correct that functions canNOT be all on one line? I can't imagine that all the scripts I did with functions on one line were not actually operating and did so without throwing any errors.

---------------------
Message # 9 12.10.23 - 05:38:34
RE: Sep 3 build and QMF - Problem Report
740-940?? : Previous topicNext topic: Any encoding tools based on gstreamer yet ?
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants