![]() |
Quote:
|
Oke now then :)
Code:
LoadPlugin("C:\Filters\MPEG2Dec3.dll") //Wolfi |
@wolfi: yes "true" and "false" mean much the same as "yes" and "no".
eg: a parameter might be called "enable high quality mode", then "true" => yes, enable high quality mode "false" => no, dont enable high quality mode Hope thats clear? |
Juppz all clear :) Thank for helping me getting started with aviS. v2.52 :lol: I love to see this script in action :twisted:
//Wolfi |
Quote:
|
|
OK the guide says to use avisynth 2.5 which I have. I thought Blockbuster was removed from 2.5? So i saw the sticky about how to load 2.0 plugins in 2.5 and i get
Code:
Blockbuster: clip must be in YUY2 format |
incognito,
Blockbuster is an external avisynth filter. There is a 2.5 version. Please download the filters pack in the thread of guide. This error is happening because 2.0x plugins only accepct YUY2 input, not YU12() which is Avisynth 2.5 native colorspace. This would also work: converttoyuy2().blockbuster(...) But it is better to use the 2.5x blockbuster. []'s Vmesquita |
Thanks.
|
Quote:
one for pal and one for ntsc? Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823) ATC(2,3,5,0.5,false) TemporalSoften(2,7,7,3,2) Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5823) GripCrop(480, 480/576+0+0, overscan=1, source_anamorphic=false, dest_anamorphic=false) GripSize(resizer="LanczosResize") DCTFilter(1,1,1,1,1,1,0.5,0) GripBorders() |
@Payasa
Yes! []'s Vmesquita |
In this new script, what do you think of adding DCTFilter or STMfilter :?:
Code:
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823) |
Quote:
But I use to add DCT in the end of the script, but I confess I do this more because I do it for all my scripts than because it's really usefull ;-) |
hehe :lol: Can you tell me how your DCTfilter line looks please :) And a few questions about DVTfilter :arrow:
1.Will DCTfilter make the final output size smaler? 2. How will it effect the quality? //Wolfi |
Quote:
Quote:
DCTFilter(1,1,1,1,1,1,0.5,0) |
This script with CQMatic rocks. Thanks.
|
How would be the final script for divx sources? thanks guys...
EDIT: It's possible that would be this that i have post after? |
Quote:
thanks a lot... |
Quote:
|
ok, thanks dialhot...
Only another question, is not necessary undot() and Limiter, in this script that i have posted? thanks again... |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.