![]() |
and one more thing....
i dont think everyone thinks what u think dazed so dont talk on deir behalf .... i could sue u for all dese things but im not a nerd like u ... as for u incredible, if u cant read me ghetto english writing, get da hell of dis site ... its obvious dat DAT means THAT and da means THE .... idiot nerd ... and if u hate me so much come fight me and ill kick ur ass and u can file a lawsuit ....
as for repeatin maself on different forums, i dont think ur stupid, I KNOW! i thought dat da other forum was more appropiate to post ma question on .... not dat i wanted more dan one answer .... again WHAT I ASKED WASNT ILLEGAL U LIL NOOB .... das all i gotta say ... |
Ok, I think we've had it with KIDDYdemon.
GROW UP :!: Next time, we forward your info with time stamps and behaviour to rogers.com. I'm sure they'll take care of you. 01/03/04 20:41:49 dns 24.102.58.27 nslookup 24.102.58.27 Canonical name: CPE000c6e607729-CM400049672933.cpe.net.cable.rogers.com Addresses: 24.102.58.27 Fixed IP. User deleted :!: -kwag |
To quote Pacino, since I didn't have a chance to "say hello to our little friend" and respond to his clever witicisms directed at me before he was shown da door :lol: , I'd personally just like to briefly say...
:rotf: Wow! Friends, there are few gifts more precious than the one which kiddydemon has so givingly (and unintelligibly) bestowed upon all of us here so plentifully this holiday season: the gift of laughter :!: Thank you soooooo much kiddo. I'm sure your folks must be very proud. Oh yeah...and happy lurking, -d&c P.S. Thank you for removing the thorn from our collective paw Karl...a most pleasant belated Christmas gift. :wink: |
Thanks d&c,
yaw, Ai GoT HeaDaIkes, when Ai traid tu reeed dose poSts :rotf: Have a great new year :D -kwag |
ok im kind new here and i was reading black prince's guide and i dont know what to do with movie stacker. i need step by step instructions. im trying to do monsters inc with dvd type menu (by VMesquita) the movie is like 93 min long and i want to use theKVCDx3-MPEG-1-NTSCFilm.mcf TMPGEnc Template (528x480 Average of 100 minutes of "widescreen" or 75 minutes of Full screen" on a 80 min cd-r) please help ! any suggestions will be help full. thanx
|
Do you use avs2.08 or avs2.53 ?
|
avisynth 208
|
i never made a kvcd before and i need to know how to use and understand step 4 and step 5 on black prince's dvd to kvcd guide
|
i made a newbie guide for making a script with MovieStacker
http://www.angelfire.com/film/rendal...ker_guide.html Hope it helps-- if not I'm going to delete that crap from my webspace! LOL |
Looks good ren :D
-kwag |
thanx ren so much. i'll give it a shot.
but can i still use avisynth 2.08? |
HELP
i have a copy of t3 on dvd that i wish to back up to kvcd over 1 cd, the film is 104 mins long. i have been using the latest scipt advised by black prince using 352x288 resolution. the problem is when i test the script in full screen the image tends to be block around the actors. is there any where to smooth it down or remove the blocks
|
Re: HELP
Quote:
|
hey ren (or any one else that can help) i have tried your guide and the source that you use is .avi format. (i only have .ac3 , .d2v , .ifo and .vob formats) i dont quite understand. so sorry i am slow. please help. thanx
|
Just open d2v insteed of avi in moviestaker !
|
thanx for the response but i don't understand moviestacker cause the guides only for .avi format. is there any guide for the .d2v format? thanx
|
There is no difference in the usage of movistacker whatever the source is !
|
thanx
|
i now dont understand the scripts and how to use them. please help. i'm getting very frustrated. sorry for my lack of knowledge. thanx
|
Continuation of my question
Heyi have a copy of t3 on dvd that i wish to back up to kvcd over 1 cd, the film is 104 mins long. i have been using the latest scipt advised by black prince using 352x288 resolution. the problem is when i test the script in full screen the image tends to be block around the actors. is there any where to smooth it down or remove the blocks. this is the script ive been using : -
## DLL Section ## # LoadPlugin("D:\kvcd\Filters\MPEG2Dec3dg.dll") LoadPlugin("D:\kvcd\Filters\Grip.dll") LoadPlugin("D:\kvcd\Filters\STMedianFilter.dll") LoadPlugin("D:\kvcd\Filters\asharp.dll") LoadPlugin("D:\kvcd\Filters\undot.dll") # #### ## Defined Variables and Constants ## # MaxTreshold = 1.50 scd_trigger = 30 # Scene change trigger value. nf = 0 # Current frame. # #### ## Main section and static filters ### # Mpeg2Source("D:\T3\t3.d2v") # undot() Limiter() asharp(2, 4) GripCrop(352, 288, overscan=2, dest_anamorphic=false) GripSize(resizer="BilinearResize") STMedianFilter(8, 32, 0, 0 ) MergeChroma(blur(MaxTreshold)) MergeLuma(blur(0.2)) # # ## Dynamic Linear Adaptive Filtering and Scene Change Detection ## # # ( Portions from AviSynth's manual ) - This will apply temporalsoften to # very static scenes, and apply variable blur on moving scenes. # We also assign a variable - and this is why a line break is inserted: ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf > 2.5 ? asharp( -(fmin((nf/30), 1)), 0 ) : \ TemporalSoften(2,7,7,3,2) ") # # Scene change detection ( kwag ) - If a scene change is detected, we # blur heavily. This affects the scene before and the one after the # scene change, thus providing a softer transition for the encoder instead # of a sharp "spike". # If it's not a scene change, then we just blur dynamically, depending on # the action. ScriptClip("nf > scd_trigger ? asharp( -2,0) : asharp(0,0) ") # # # #LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker! Limiter() # # ## Functions ### function fmin(float f1, float f2) { return (f1<f2) ? f1 : f2 } # #### Alsoi i have many other films that are around the 100 minute range that i want to backup to 1 cd only. how can i fit them on to cd without loosing on quality. please help |
The script you use is very old (guide not updated). Update to the last one provided here :
http://www.kvcd.net/forum/viewtopic.php?t=3483 |
Please Help
Yo dialhot ive been having problems getting the encoding part up and running i was wondering if u could help me. once i get TOK up and load the script up and setup the audio settings(im not using an external audio file) but when i hit start virtual dub fires up and it gives me an access violation error and encoding stops. i dont understand why thats happening . please tell me.
I also need the sampler.dll for avisynth 2.5 , ive been looking all over the net but cant find it. can u please point me in the right direction. heres the script ive been using for reference :- ## DLL Section ## # LoadPlugin("D:\kvcd\Filters\MPEG2Dec3dg.dll") LoadPlugin("D:\kvcd\Filters\Grip.dll") LoadPlugin("D:\kvcd\Filters\STMedianFilter.dll") LoadPlugin("D:\kvcd\Filters\asharp.dll") LoadPlugin("D:\kvcd\Filters\unfilter.dll") LoadPlugin("D:\kvcd\Filters\undot.dll") LoadPlugin("D:\kvcd\Filters\BlockBuster.dll") # ## Defined Variables and Constants ## # MaxTreshold = 1.55 scd_trigger = 30 # Scene change trigger value. nf = 0 # Current frame. # #### Mpeg2Source("C:\Hulk\hulk.d2v") Undot() Limiter() asharp(1.5,4) BilinearResize(352,224,0,0,720,576) STMedianFilter(8, 32, 0, 0 ) MergeChroma(blur(1.55)) MergeLuma(blur(0.025)) ## Dynamic Linear Adaptive Filtering and Scene Change Detection ## # # ( Portions from AviSynth's manual ) - This will apply temporalsoften to # very static scenes, and apply variable blur on moving scenes. # We also assign a variable - and this is why a line break is inserted: ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf > 2.5 ? asharp( -(fmin((nf/30), 1)), 0 ) : \ TemporalSoften(2,7,7,5,2) ") # # Scene change detection ( kwag ) - If a scene change is detected, we # blur heavily. This affects the scene before and the one after the # scene change, thus providing a softer transition for the encoder instead # of a sharp "spike". # If it's not a scene change, then we just blur dynamically, depending on # the action. ScriptClip("nf > scd_trigger ? asharp( -2,0) : asharp(0,0) ") # # # BlockBuster(method="noise", detail_min=1, detail_max=10, variance=0.6, seed=5823 ) Letterbox(0,0,14,14) AddBorders(0, 32, 0, 32) # Depends on situation. Use MovieStacker! Limiter() # # ## Functions ### function fmin(float f1, float f2) { return (f1<f2) ? f1 : f2 } # #### |
I'm not sure but vdub shouldn't be used in your case as it is used for extracting audio from an avi and there you are doing a DVD.
I didn't use Tok since a VERY long time (it's a dead tool BTW) but I guess that there is a problem and you should do the audio yourself and provide the mp2 file directly to Tok. For sampler, search on the forum with "sampler AND rar" as pattern and you will find it :-) Note: UPDATE YOUR SCRIPT !!!!! |
Cheers Dialhot.. BUT
Hey dial hot . cheers mate. i found one of u earlier posts and managed to get the sampler .dll of that. about the script, i found it on the optimal script section. Ive been trying encode hulk which is like 135mins long to fit on one cd buts its been a pain.. I encoded half of the movie using an avs script through tmpegenc but the film speeds up in someplaces . Can u post a good script for me to do a dvd to kvcd conversion PLEASE, preferbly something that will retain the quality with a film of that length on 1 cd.. Also u said TOK is a dead tool so which one do u use or advise to be used for this.
|
Re: Cheers Dialhot.. BUT
Quote:
Trust me, if I tell you to update it, it's because you need it :-) Quote:
Quote:
Quote:
|
Yo Dial Hot and Kwag
Hey i tried the script i placed on one of my earlier posts just for testing but the film turned out to be blocky and too soft and blured so i want to do it again. So are scripts posted at this link the best ones http://www.kvcd.net/forum/viewtopic.php?t=3483 also what the latest MA script i went to one of the discussions on the latest MA script, but there were so many postings in it that i got really confused.Which script would you guys advise me to use for a 135 min film in widescreen and Ma or an optimum script and which one.Please help guys cos ive been pulling my hair over this. Also is it possible for me to increase resolution from 352x288 to something larger to remove the blocks without loosing out on CQ (preferbly cq70) and still being able to fit on one 80min cd.
Cheers guys |
Re: Yo Dial Hot and Kwag
Quote:
- which script ? MA if the source is a DVD, my "V4" script if the source is an avi (see the avi->kvcd section of the forum) - which resolution ? All depend on the length. By experience I have good results (ie never less than 70) with this : 1h45 movie : 544*576 2h00 movie : 480*576 2h15 movie : 352*576 above -> 352*288. For you movie, you can try 352*576 but if there is too much action, you won't have a correct CQ with other res then 352*288. |
Yo Dial hot
Yo phil you only answerd half of my question mate.em... One of the most crucial things i want to know is which MA script should i use because as i stated earlier that script i went to one of the discussions on the latest MA script, but there were so many postings on additions and revisions that could be added to the script that i got really confused. Please post a script for me as oppose to directing me as to where i should look as im a newbie at this whole thing and so i cant understand many peoples posts. Thanx phil
|
Hi Xavier,
In fact Phil answered your question on the script: he told you to use MA (short for Motion Adaptative) if your source is DVD or his great V4 if your source is AVI/DivX/XviD. MA you already found in the thread you pointed out. Its the one that starts with Code:
For DVD and clean material ( for use ONLY with AviSynth 2.5x ) Happy encodings |
And to clarify rds answer : the MA script in the thread is ALREADY the last one, with all the revisions indicated under already included.
We just keep the "history" of what was done in the script, for memory :-) (that's what is commonly called a "change log"). |
Re: Continuation of my question
Quote:
Quote:
|
Help
New to this , been trying this guide.
Using avisynth 2.5. Using dvd2avi for the d2v file and besweet for the mp2 file. Have made the d2v and mp2 files. Picked a script from here and the changes i made was for the source d2v file. Here is the script ## DLL Section ## # LoadPlugin("D:\kvcd\Filters\MPEG2Dec3dg.dll") LoadPlugin("D:\kvcd\Filters\Grip.dll") LoadPlugin("D:\kvcd\Filters\STMedianFilter.dll") LoadPlugin("D:\kvcd\Filters\asharp.dll") LoadPlugin("D:\kvcd\Filters\unfilter.dll") LoadPlugin("D:\kvcd\Filters\undot.dll") LoadPlugin("D:\kvcd\Filters\BlockBuster.dll") # ## Defined Variables and Constants ## # MaxTreshold = 1.55 scd_trigger = 30 # Scene change trigger value. nf = 0 # Current frame. # #### Mpeg2Source("D:\Encoded\Namak Halal\nh.d2v") Undot() Limiter() asharp(1.5,4) BilinearResize(352,224,0,0,720,576) STMedianFilter(8, 32, 0, 0 ) MergeChroma(blur(1.55)) MergeLuma(blur(0.025)) ## Dynamic Linear Adaptive Filtering and Scene Change Detection ## # # ( Portions from AviSynth's manual ) - This will apply temporalsoften to # very static scenes, and apply variable blur on moving scenes. # We also assign a variable - and this is why a line break is inserted: ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf > 2.5 ? asharp( -(fmin((nf/30), 1)), 0 ) : \ TemporalSoften(2,7,7,5,2) ") # # Scene change detection ( kwag ) - If a scene change is detected, we # blur heavily. This affects the scene before and the one after the # scene change, thus providing a softer transition for the encoder instead # of a sharp "spike". # If it's not a scene change, then we just blur dynamically, depending on # the action. ScriptClip("nf > scd_trigger ? asharp( -2,0) : asharp(0,0) ") # # # BlockBuster(method="noise", detail_min=1, detail_max=10, variance=0.6, seed=5823 ) Letterbox(0,0,14,14) AddBorders(0, 32, 0, 32) # Depends on situation. Use MovieStacker! Limiter() # # ## Functions ### function fmin(float f1, float f2) { return (f1<f2) ? f1 : f2 } # #### Loaded the script in tok, selected 2 cd's as the movie is 180 mins. Selected Mp2 file and start Tmpenc opens and does the prediction finally settling for 576*56, How do i fix the resolution I want ? After that bbmpeg opens i.e avi2mpg2 but nothing happens. Where am i going wrong? Someone just guide me so i can get through the process. Trying to make a KSvcd |
Quote:
Open it in vdub or WMP and see what the error is |
I have to add to what bigggt said :
1/ thje script of this guide is VERY old. Go in the optimal section and pick the latest one 2/ you letterbox line is wrong : you put a border on the right and bottom sides only. Very weird. |
Done
Yeah got the mistake, all's well now on my way to my first KSvcd.
Made mistakes in the script , read thru red's guide and made a new script using Moviestacker. Thanks for the help. Cheers! |
Quote:
If you are using 2.5 just copy and paste the MA script from here http://www.kvcd.net/forum/viewtopic.php?t=3483[/quote] |
Yep
Have picked up this script , just need to get all the dll files some are missing,shall let u all knowhow it goes.
|
HI here is a good website to get most if not all the filters
http://www.avisynth.org/warpenterprises/ |
Stuck
Could not get all the filters.
Now what i have done is gotmyself avisynth 2.08 Uninstalled 2.5. When i provide the source (d2v) file , the length is not right. The length is 179m26s it shows 143m44s. The reason i wanna make my script thru moviestacker is so i can do the file prediction manually which is better. |
You will get a much better result using 2.53 ,which filters could you not get and use cq matic for prediction as it is very accurate
|
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.