Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: girv
Forum: Avisynth Scripting 06-06-2003, 01:03 PM
Replies: 494
Views: 39,255
Posted By girv
Sorry, I don't have the bandwidth to transmit it...

Sorry, I don't have the bandwidth to transmit it again :wink:
Forum: Avisynth Scripting 06-06-2003, 10:45 AM
Replies: 494
Views: 39,255
Posted By girv
What about a...

What about a MotionAdaptiveChoppingLumaBlurWithNoBugsThatDoesntTakeTwoWeeksToEncodeAMovie() plugin while he's at it?
Forum: Avisynth Scripting 06-06-2003, 05:26 AM
Replies: 494
Views: 39,255
Posted By girv
On some sources I've found that filesize can grow...

On some sources I've found that filesize can grow when adaptive filtering is applied. Encoding a fairly low movement - mostly people talking - AVI source at 480x480 my test samples grow by about...
Forum: Avisynth Scripting 06-06-2003, 05:26 AM
Replies: 494
Views: 39,255
Posted By girv
On some sources I've found that filesize can grow...

On some sources I've found that filesize can grow when adaptive filtering is applied. Encoding a fairly low movement - mostly people talking - AVI source at 480x480 my test samples grow by about...
Forum: Avisynth Scripting 06-05-2003, 11:31 AM
Replies: 494
Views: 39,255
Posted By girv
hehe some day i really must install VC++ and...

hehe some day i really must install VC++ and write that MotionAdaptiveLumaBlurWithNoBugs() plugin :wink:
Forum: Avisynth Scripting 06-05-2003, 10:48 AM
Replies: 494
Views: 39,255
Posted By girv
No mention of negative values being blurs! ...

No mention of negative values being blurs!

Using Subtract, I saw that T < 0 blurred more until T=-1 but then made no further differences no matter how negative I made it.

Is it just luck / bugs...
Forum: Avisynth Scripting 06-04-2003, 11:00 AM
Replies: 494
Views: 39,255
Posted By girv
@kwag and jellygoose: I'm using the same trigger...

@kwag and jellygoose: I'm using the same trigger value for 480x480 encodes and it works just fine.
Forum: Avisynth Scripting 06-04-2003, 09:17 AM
Replies: 494
Views: 39,255
Posted By girv
Well now here's a curious one. ...

Well now here's a curious one.

FrameEvaluate("nf = YDifferenceToNext()")
ScriptClip("Subtitle(String(nf))")
...and...
ScriptClip("nf = YDifferenceToNext()" + chr(13) + "Subtitle(String(nf))")
...
Forum: Avisynth Scripting 06-04-2003, 07:14 AM
Replies: 494
Views: 39,255
Posted By girv
@kwag: I did some tests with blurring different...

@kwag: I did some tests with blurring different numbers of frames around scene changes and it seemed to increase filesize in all cases :?:
Forum: Avisynth Scripting 06-04-2003, 07:02 AM
Replies: 494
Views: 39,255
Posted By girv
From the latest script: ScriptClip("nf >...

From the latest script:

ScriptClip("nf > scd_trigger ? MergeLuma(blur(MaxTreshold)).MergeLuma(blur(MaxTreshold)) : MergeLuma(blur(0.01))")

Surely "nf > scd_trigger" will only be true for the...
Forum: Avisynth Scripting 06-03-2003, 10:51 AM
Replies: 494
Views: 39,255
Posted By girv
Could it be this ? doom9: green pixels in...

Could it be this ?

doom9: green pixels in leftmost column, but only when using Virtualdub to decode XviD fourCC (http://forum.doom9.org/showthread.php?s=&threadid=34545)
Forum: Avisynth Scripting 06-03-2003, 09:18 AM
Replies: 494
Views: 39,255
Posted By girv
Re: Problem with mergeluma now corrected.

Aggh! Beat me to the Submit button :D I'd noticed this as well and the 0.1-0.2 transition point. Thanks for the fix!
Forum: Avisynth Scripting 06-03-2003, 05:41 AM
Replies: 494
Views: 39,255
Posted By girv
Re: Bug Squashed !!!

I've been experimenting with blurring 2-3 frames after the scene change, the theory being that at 24fps 3 frames ~= 0.1s which is the shortest time interval your eyes can react to (like your eyes run...
Forum: Avisynth Scripting 06-03-2003, 05:27 AM
Replies: 494
Views: 39,255
Posted By girv
No, because the whole idea of the linear...

No, because the whole idea of the linear adaptation is indeed to produce the sharpest result on slowest motion,[/quote]
Yeah I get that, I was just floating the idea of a nonlinear function as it...
Forum: Avisynth Scripting 06-02-2003, 04:04 AM
Replies: 494
Views: 39,255
Posted By girv
@kwag: How about: ...

@kwag:

How about:
ScriptClip("MergeLuma(Blur( cf - lf < scd_trigger ? (val < MaxTreshold ? val : MaxThreshold) : 1.5))")
...or why not leave out SCD altogether and go back to using...
Showing results 1 to 15 of 15

 

 
All times are GMT -5. The time now is 05:59 PM  —  vBulletin © Jelsoft Enterprises Ltd