digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Unbelievable! The script hasn't changed in 5 days?? (http://www.digitalfaq.com/archives/avisynth/3257-avisynth-unbelievable-script.html)

Reno 04-13-2003 11:27 PM

Unbelievable! The script hasn't changed in 5 days??
 
I'm shocked! You guys usually change the script du jour everytime I check this site!! What gives?

kwag 04-14-2003 12:12 AM

We're all probably in a encoding cycle :mrgreen:

-kwag

Reno 04-14-2003 12:44 AM

lol, now you're making sense!!

Matter of fact, I'm in the middle of one now!!

kwag 04-14-2003 01:05 AM

Quote:

Originally Posted by Reno
lol, now you're making sense!!

Matter of fact, I'm in the middle of one now!!

Well, sorry to spoil yor encode, but go ahead and break it :mrgreen:
I've added STMedianFilter(10, 50, 0, 0, 10, 50). The theory behind this is that I turned on ONLY the "Spatial" portion of the filter, and left the "Temporal" functions disabled. The result is to filter ONLY spatial information, which is only intra frame (adjacent pixels in a frame) as opposed to inter frame temporal filtering, which is reference to adjacent frames. The result is a file size reduction, with identical maintained quality, and no image streaking as normally seen with heavy temporal smoothers. The file size reduction is ~160KB to 180KB per minute of video :wink:

-kwag

Reno 04-14-2003 01:08 AM

No Kwag!!! AAAHHHHH!!

You and your constant innovations!!

Hell, I've got to try it anyway....

:lol:

kwag 04-14-2003 01:09 AM

:mrgreen:

jorel 04-14-2003 10:01 AM

hi friends :wink:

i'm testing the new script ...

LegalClip()
GripCrop( X, Y )
GripSize(resizer="BicubicResize")
STMedianFilter(10, 50, 0, 0, 10, 50)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.58))
mergeluma(blur(0.3))
GripBorders()
LegalClip()

the image is fantastic but is very very slow!!! :cry:
TMPGEnc:
left 05:47:xx to end with CQ: 66,127 for only 280Mb final size!
(from MovieStacker script & ToK values.)

:!: :cry: (using Athlon xp 2000+ , Maxtor 60G 7200rpm , 512Mb Ram)

any :idea: :?:

ps:
why the number "8" appears like 8) in the script posted??? :?:
:?

thanks in advance!
:D

kwag 04-14-2003 10:24 AM

Hi jorel,

The line: STMedianFilter(10, 50, 0, 0, 10, 50) will slow down the encoding somewhat, but the file size will drop drastically. If you get good quality without it, then just drop the filter. But for long movies or action movies, the filter will help increase the CQ a lot!.

The 8) show when you use an 8 followed by a ) like this (8)) because it's the emoticon characters. If you want 8 to show, use spaces. Like this: ( 8 )

-kwag

bman 04-14-2003 10:26 AM

Quote:

Originally Posted by jorel
hi friends :wink:

i'm testing the new script ...

LegalClip()
GripCrop( X, Y )
GripSize(resizer="BicubicResize")
STMedianFilter(10, 50, 0, 0, 10, 50)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.58))
mergeluma(blur(0.3))
GripBorders()
LegalClip()


the image is fantastic but is very very slow!!! :cry:
TMPGEnc:
left 05:47:xx to end with CQ: 66,127 for only 280Mb final size!
(from MovieStacker script & ToK values.)

:!: :cry: (using Athlon xp 2000+ , Maxtor 60G 7200rpm , 512Mb Ram)

any :idea: :?:

ps:
why the number "8" appears like 8) in the script posted??? :?:
:?

thanks in advance!
:D

Hi Jorel !
Only 280 mb final size for mpg ??? 8O 8O 8O
How long is the clip ??? :? :? :?

bman

jorel 04-14-2003 10:29 AM

Quote:

Originally Posted by kwag
Hi jorel,

The line: STMedianFilter(10, 50, 0, 0, 10, 50) will slow down the encoding somewhat, but the file size will drop drastically. If you get good quality without it, then just drop the filter. But for long movies or action movies, the filter will help increase the CQ a lot!.

The 8) show when you use an 8 followed by a ) like this (8)) because it's the emoticon characters. If you want 8 to show, use spaces. Like this: ( 8 )

-kwag

than 8 is 8) !
:lol:

and ok about the STMedianFilter(10, 50, 0, 0, 10, 50)
still using...really cool image!!

thanks Kwag(rapid clicker)!
:D

jorel 04-14-2003 10:33 AM

hi bman :)

yes, Only 280 mb final size for mpg cos
it's only part of a musical.
the remain size is for another!

:wink:

everytime i try mad thinks... 8O

and got incredible results!!!
8)

bman 04-14-2003 10:36 AM

Quote:

Originally Posted by jorel
hi bman :)

yes, Only 280 mb final size for mpg cos
it's only part of a musical.
the remain size is for another!

:wink:

everytime i try mad thinks... 8O

and got incredible results!!!
8)

Wonderfull !
I'm so happy for ya :lol:
But Can u tell my how long is a clip in minutes :D :D :D
bman

jorel 04-14-2003 05:34 PM

bman friend wrote: :)
" But Can u tell my how long is a clip in minutes :lol: :lol: :lol: "

of course; with audio at 160 in this case:
32:30....! :wink:

my "wonderful" calculation: :roll: :roll:

everything more or less with precision! 8O :lol: :lol:


:!:

Reno 04-14-2003 08:42 PM

Quote:

Originally Posted by jorel

i'm testing the new script ...

LegalClip()
GripCrop( X, Y )
GripSize(resizer="BicubicResize")
STMedianFilter(10, 50, 0, 0, 10, 50)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.58))
mergeluma(blur(0.3))
GripBorders()
LegalClip()

:D

Hey jorel, are you sure you have STmedianfilter in the right place in your script? That looks a little backwards to me... shouldn't the filter come later, say after mergeluma??

dazedconfused 04-14-2003 09:02 PM

Quote:

Originally Posted by kwag
The line: STMedianFilter(10, 50, 0, 0, 10, 50) will slow down the encoding somewhat, but the file size will drop drastically. If you get good quality without it, then just drop the filter. But for long movies or action movies, the filter will help increase the CQ a lot!.

NOOOOOOOOOOO :!: Yet more testing!!!!!!! :lol: "Just when you thought it was safe to go back into the water..."

Anyways, I decided to run my usual comparison test using the latest optimal script with and without STMedianFilter(10, 50, 0, 0, 10, 50), and also once using SpaceDust() instead of STMedianFilter. The clip is a fullscreen 1:45 trailer, encoded @ 544x480 and 29.97fps (as my dvd player requires), on a P4 2.26GHz with 1GB ddr-ram.

Results:
Code:

Script w/out STMedianFilter= 17.48MB;  encoding time= 6:16

Script w/ STMedianFilter= 16.78MB;  encoding time= 6:54

Script w/ SpaceDust instead= 16.86MB;  encoding time= 6:28

Viewed on my standard TV, I couldn't see too much difference between using STMedianFilter and not using it, but I do think there may have been a very small decrease in detail with it (but after doing so much testing over the past month or so, it may also simply be that I'm hesitant to more script changes at this point...or maybe it's all in my head! :wink: ). Using STMedianFilter did seem to look slightly better than SpaceDust though to me (plus gave a tad more compression), so personally if I'm ever in need of some extra compression on those longer movies, I'll probably turn to STMedianFilter first and foremost. So thanks once again kwag! :drink:

-d&c

LadyMiles 04-14-2003 10:01 PM

so does the new filter have to be loaded or is it already written into avisynth ? (stmedian)

Also will it help put a 102 minute movie on one KVCDx3 disc ?

jorel 04-14-2003 10:34 PM

hi Reno :D

yes, i have STmedian filter in the right place !!

see:

http://www.kvcd.net/forum/viewtopic....80191dbdc31a63

:wink:

jorel 04-14-2003 10:39 PM

Quote:

Originally Posted by LadyMiles
so does the new filter have to be loaded or is it already written into avisynth ? (stmedian)

Also will it help put a 102 minute movie on one KVCDx3 disc ?

hi LadyMiles :)

the filter have to be loaded (download from doom9)

and i think that 102 minutes in one KVCDx3 is possible!
(audio 128,if don't 112)
:wink:

LadyMiles 04-14-2003 10:46 PM

Thanks Superman's Daddy :)

jorel 04-14-2003 10:52 PM

Quote:

Originally Posted by LadyMiles
Thanks Superman's Daddy :)

download here:

www.trbarry.com/STMedianFilter.zip

:D


All times are GMT -5. The time now is 01:03 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.