digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: remove the noise around characters?? (http://www.digitalfaq.com/archives/encode/2578-kvcd-remove-noise.html)

dionysus 02-11-2003 01:07 PM

KVCD: remove the noise around characters??
 
I'm extremely impressed with KVCD as I have just finished my first movie for the second time cuz of audio problems the first time but I want to get rid of the "noise" around the outline of characters... now I've asked a question with respect to filters etc in another thread but no one has answered and I'm sure you ppl are all too experienced to ever have a thread of such... but could someone explain to me how to get the picture to be even more perfect as I know I'm only meticulous and the "non-encoders" eye wouldn't be able to pick up on it but I can and I want it to be as close to flawless as possibe :wink:

so if someone could inform on how to use filters, if that is my problem, and if not then what settings I can use to perfect these?

thanx again ppl.

kwag 02-11-2003 02:30 PM

Hi dionysus,

Try script like this:


Code:

LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\dustv5.dll")
LoadPlugin("C:\encoding\temporalcleanerold.dll")

Mpeg2Source("K:\S1M0NE_WS\VIDEO_TS\simone.d2v")
LegalClip()
GripCrop( width=528, height=480, overscan=2 )
GripSize()

SpaceDust()
TemporalCleaner()
Blockbuster(method="noise", variance=.4, seed=1)

GripBorders()
LegalClip()

Sampler(length=24)

## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

Change the Mpeg2Source line to point to your movie and the GripCrop line to reflect the target resolution you want. Get the filters in the download section on the main page of this site.

-kwag

Wolfi 02-11-2003 02:40 PM

-Kwag, you told me to use this script on all my movies

LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\dustv5.dll")
LoadPlugin("C:\encoding\temporalcleanerold.dll")

Mpeg2Source("My_Movie.d2v")

LegalClip()
GripCrop( width=352, height=240, overscan=1 )
GripSize()
SpaceDust()
TemporalCleaner()
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

And I can see that you've made some changes on this new one... wish one should I now use :twirl:

//Wolfi

kwag 02-11-2003 05:31 PM

Quote:

Originally Posted by Wolfi

And I can see that you've made some changes on this new one... wish one should I now use :twirl:

//Wolfi

I make changes on a daily basis :wink:
What I post is a reference only.

-kwag

labomba 02-11-2003 08:52 PM

Hi Kwag.
Just one question: You are frequently using Blockbuster with Spacedust and TemporalCleaner, can you explain what for 8O ? I'm using Space & Temporal only, allways for KVCD3x on 2 cds. And Faery & C3d for 1 cd. Another thing: what happens when I change the variance on Blockbuster? Sorry, I'm having some difficult to understand the good documentation on Blockbuster :x :oops: .
Thanks
LaBomba

kwag 02-11-2003 09:11 PM

Quote:

Originally Posted by labomba
Hi Kwag.
Just one question: You are frequently using Blockbuster with Spacedust and TemporalCleaner, can you explain what for 8O ? I'm using Space & Temporal only, allways for KVCD3x on 2 cds. And Faery & C3d for 1 cd. Another thing: what happens when I change the variance on Blockbuster? Sorry, I'm having some difficult to understand the good documentation on Blockbuster :x :oops: .
Thanks
LaBomba

I use the Blockbuster with a very low variance. It helps a lot on the low frequency components of the movies. The default values only apply noise on a frequency "window" which is only on these areas. But don't use to high values, or you'll start seeing noise on dark areas :D
The highest I go is ~.7

-kwag

labomba 02-11-2003 09:25 PM

Thanks Kwag. :) I'll remember it. :wink:
LaBomba

dionysus 02-12-2003 12:19 AM

K i'm asking a really dumb question but where and how do i utilize that script kwag...I know you've helped me a lot but this is the only thing that I haven't been able to solve and I can't think of anywhere to put these .dll files to utilize them... or maybe you can point me to a guide or forum that has already asked these questions but I think I've checked most for these and nothing... hope you or someone can help

thanx again

urban tec 02-12-2003 01:19 AM

Quote:

Originally Posted by dionysus
K i'm asking a really dumb question but where and how do i utilize that script kwag...I know you've helped me a lot but this is the only thing that I haven't been able to solve and I can't think of anywhere to put these .dll files to utilize them... or maybe you can point me to a guide or forum that has already asked these questions but I think I've checked most for these and nothing... hope you or someone can help

thanx again

Hi Dionysus,

This is my setup

I have avisynth installed in C:\program files\avisynth2 and when you install it there is a plugins directory created in the avisynth2 dir, if you put all your dll's in the plugins dir you dont need the loadplugin line for them in the avs script ( unless you are using different versions of the same dll etc ).

dionysus 02-12-2003 03:00 AM

yea see I don't have avisynth like that for some reason I only have avisynth in the DVD2SVCD folder and it doesn't have too much in it other than a few of those .reg files but what program is associated with it cuz I want to dl a newer version but I want to put it in the right folder...

thanks... I'm going to try someting but I will post if i figured it out

dionysus 02-12-2003 03:23 AM

alright you guys I did it... but now somethings f'ed up... after I did that I tried reloading my .avs or .d2v files to start encoding and it says that it can't load it for some reason, it's saying that it can not open or it's unsupported?? I don't know what happened but I just finished encoding a movie not too long ago now all of a sudden it's f'ed!!! let me know... f, one problem fixed just screws up another...


thanx ppl.

Jellygoose 02-12-2003 03:32 AM

Have you installed AviSynth? If yes, check under Environmental Settings in TMPGEnc under VFAPI Plugin and see if "ReadAVS.dll" is checked...
I recommend also to check DirectShow Reader and move these two to a higher priority. :wink:

dionysus 02-12-2003 11:20 AM

yea everything is per-program, like I said I already avisynth before and I just dl'd the filters and then I go to load any sort of file predict or whatever and now it's unsupported... .d2v will all of a sudden just work now so but before it wouldn't, maybe I'm on a timely basis and the .avs will come around?? haha jk. :D

also, so if I have all those filters in the avisynth folder they should just automatically work?!


thanks alot ppl.

labomba 02-12-2003 11:45 AM

Hi dionysus.
I wouldn´t like to confuse you, but in my configuration to have the filters playing OK I downloaded the dll at the mpeg2dec folder, inside of DVD2SVCD folder. Then at the firsts lines of my script I have:
Loadplugin ("C:\...\...\DVD2SVCD\MPEG2DEC\....dll")
I don't have any problem to increase the number of filters nomore. But listen: my o.s. is W2K PRO SP3 :wink: .
LaBomba

dionysus 02-12-2003 12:19 PM

holy I feel like a retard... this whole time I was oblivious to the "FitCD" idea of using these scripts etc. hahahaha anyways,

@ kwag

if I basically just erase to current script and just copy and paste the one you gave me with those changes to directories and save that... then throw it in TMPGEnc and that should work??

thanks man, sorry for being a little slow :oops:

kwag 02-12-2003 01:15 PM

Quote:

Originally Posted by dionysus

if I basically just erase to current script and just copy and paste the one you gave me with those changes to directories and save that... then throw it in TMPGEnc and that should work??

Yes. I do that too!. I use FitCD to open the file, and get the directory/path to my .d2v. Then I paste that into my .avs template scripts and encode :D

-kwag


All times are GMT -5. The time now is 07:13 AM  —  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.