Quote:
Originally Posted by mabhz
Well, actually i'm not copying the avaliable documentation.
|
My sentence was badly turned : I wanted to ay that for MergeLuma for instance, there is nothing to add to what is already in the doc. Your faq should start by a big :
RTFM
How many people had read the wonderful doc that is delivered with avisynth ? (How many even know that there IS a manual delived with avisynth ?
)
Note one thing also : MergeChroma DOESN'T DO ANYTHING ALONE !
We always use it with "MergeChroma(Blur(...))" and that is this combination that is usefull
MergeChroma alone or used with other thing than blur doesn't have a lot of interest for our purpose.
will you indicate this in your faq ?
And I was talking about SOME FILTERS ! Not all and everyone so calm you nerves down !
Quote:
- what the heck is a 3d convolution anyway?
|
It's a basical matrix opereration ! That's maths. You want to explain all the words ?
What is a pixel ? What is the Luma ? What means Chroma ? What stands behind the letters 'D' 'C' 'T'... ? You see where this can lead ?
It's probable that you already know all these words but you didn't know C3D so you can imagine that a lot of people don't know DCT for instance.
Quote:
- what in Gods earth is a discrete cosine transform? is it a french dish??
|
Okay, that's become touchy
. You used "reduce DCT blocks" and never noticed than DCT means "Discrete Cosine Transform" ? So you try to explain something with words you don't understand ?
Quote:
So the idea is to translate much of the techniqual blah-blah-blah, like "limit the bandwith of the DCT transform by cutting the high frequencies" (from your post) and make it understandable to dumb beginners like me.
|
Okay, good idead but telling "reduce DCT blocks like its name says it !" it's completly wrong and that is what I wanted to correct. If I do'nt give you any reason for why you are wrong, will you just trust me and don't try to understand ? I won't do in your situation.
DCTFilter DOES NOT REDUCE DCT BLOCKS AT ALL ! It just increase the compressibility (by cutting blah blah blah... but you can remove this part from your FAQ if you want)
Quote:
I'm trying to do that because now that, after over an year of struggle, i can finaly produce working kvcds, i noticed that filters play a great part on the final quality/size of the video.
|
For sure ! But if you have a DCT block problem and try to bypass it by using DCTFilters, you will have a lot of bad time
Quote:
Thats why the "format" i'm trying to stick to on the descriptios is "what the filter does" and "when to use", both on very very easy/lame/for dummies language.
|
I understood you well. But just one thing : you explain in few words what and when use C3D, okay. But... C3D has 7 parameters... what dummies will do with them ?
They will just... post a message to ask ! So the problem will just go a step further
Quote:
1- What is a temporal and a spatial filter? i assume a "spatial" one tries to reduce the final size of the mpeg on the HD, is that right? but i have no clue concerning the "temporal" one.
|
All this in in the avisynth doc (perhaps the one that is online... not sure). BTW, a spatial filter reduce noise that is within a frame (a pixel is compared to its neighbours in the same frame), a temporal noise compare a pixel and its value in the next (sometimes also previous) frame to decide if it has to be kept or removed.
And ALL denoiser filters try to reduce "noise" that lead to reduce the size of the file on the HD.
Quote:
2- If i have a very good source, a DVD vob file, for instance, i MUST use filters on my script anyway or i will just use them to fix problems or increase difinition or compress the final file size??
|
In the theorical case of a "noise clean" source (that does not exists really, even the best DVD vobs needs little noise filtering), you can drop all denoiser (denoiser = spatial/temporal/spatio-temporal filters).
But you have other filters than denoiser : DCTFilter, Limiter, Blockbuster...
These filters have the common goal to reduce the file size of the ended movie without affecting the visual aspect of the picture. And they reach this goal by different means...
Quote:
I ask this because most beginners use MovieStacker which generates a basic script with default filtes activated, like mergechroma, mergeluma, undot, stmedianfilter, etc. And i wonder if i really need them all the time for all my kvcds.
|
Look at our optimal "script for clean DVD sources" and you will see that yes, you need them all !
Note: I noticed that you didn't correct the FAQ in the portuguese forum. Soç I assume that I can just stop to add my words to this thread...