![]() |
hey,
i think that i found some. :roll: i forgot the number before legalclip. :oops: 14=legalclip() i'm editing to correct the script! you can copy and save again please :!: :wink: |
It sounds like the same issue I was having http://www.kvcd.net/forum/viewtopic.php?t=4066 Can you view the error on video using tpmge when encoding begins?
|
no friend,
when i copy your script i don't see the error in the last legalclip. please,try again,the script was corrected now. :wink: you got pm :!: |
Yes I change the values of STMedianFilter now :D
Testing it right now. David |
Well tested the script and for some reason I'am still getting the illegal resolution..Darnnit..1004x56 I wonder if my copy dvd2svcd 113b2 is a bad dowload? I am gonna uninstall it and redownload it and see if this hrelps.
David |
DKruskie
:roll: we forgot to load the mpeg2dec.dll in the script... is here like in your full dvd2svcd.ini : C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\mpeg2dec.dll hints for script: ^ = Numerical ! = Filename § = Text ? = Boolean then we have to load it! another error....a big mistake: dvd2svcd script dont use the " . the prog use the " ! " in the script to load the dlls too. see this original from the dvd2svcd.ini : [AVISYNTH_SimpleResize] 0=LoadPlugin(!SimpleResize.dll) 1=SimpleResize(^TargetWidth,^TargetHeight) 2=AddBorders(0,^BorderTop,0,^BorderBottom) !SimpleResize.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\SimpleResize\SimpleResize.dll :!: the big script posted will be edited again, i found all errors,wait a little :!: ... ... ... i'm back after 2 editions. now the script is edited and ok, no more errors. you can try again friend David :!: read all again with atention please. i change some words for new instructions, and see: the script is really different. we take the best of it now :!: :D post the result please. (2 days without sleep) 8O yes, my photo! :lol: |
well got another illegal error. 804x56
Script error: expected a, or ) (C:\Program Files\DVD2SVCD\Movie\AviSynth_Script_File.avs, line 15, column 0)...here is the avs script from DVD2SVCD LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1\Mpeg2dec \mpeg2dec.dll") mpeg2source("C:\PROGRA~1\DVD2SVCD\Movie\DVD2AV~1.D 2V") LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\mpeg2dec.dll") LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\LegalClip.dll") Legalclip() SimpleResize(352,180) LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\STMedianFilter.dll") STMedianFilter(10,30,0,0,10,30) LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter.dll") Unfilter(50,50) TemporalSmoother(1,2) LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeChroma.dll") MergeChroma(blur(1.5)) LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeLuma.dll") MergeLuma((blur(0.3)) AddBorders(0,30,0,30) LegalClip() David |
Duh..I see the problem in mergeluma, too many ( 's before value..gonna test it again
David |
Fixed the mergeluma problem..then I found one more error needed a
LoadPlugin(!SimpleResize.dll)..now it works perfect after testing :D ..need just a liitle more help..how to do the values for mergechroma and mergeluma. |
Quote:
There is a file called "Readme.txt" in the DVD2SVCD directory that gives all explanation about how to do a proper .ini file :idea: |
Yes I have read the readme txt in dvd2svcd and shows a very simple example but nothing about other filters, I just got done reading stuff at the avisynth website so now I know how to do the values I need. :) ..I'm just a newbie with working with avisynth and felt a little over my head on some of this stuff :? , and I very much appreciate all that Jorel has done for me on this .
David |
Quote:
I understand that everyone has to start one day but... I really don't see any difficulty there. The most important is to understand the principle, not to copy "dumbly" what Jorel gave to you. What will you do when Jorel will be on vacation ? BTW, it's not very important, just a 2 cent thought. The most important is that you manage to encode your video. |
Quote:
|
Complete inexperience :dunce: with this kind of stuff.
David |
take it easy boys,you all know,
i really love this place and people here. if is needed, we stay in this thread for a year, and you will got what you need. :!: i'm not expert in nothing, but will help at the end,when all will work :!: you know too: my poor english is ugly,but we can find the road. :wink: everyone that want to help will be great :!: :D i learn (just a little)use dvd2svcd in doom9 reading tons.... the help there is too short for newbys.... :roll: nights without sleep reading and making scripts that break my head, i have tons of scripts working with adjusts, but no one with mergeluma/chroma,we have to make and we will. :wink: back to script... David...your question: how to do the values for mergechroma and mergeluma :?: we will do it friend, first we need solve initial errors and make the STF adjusts works. STF is ok? the adjusts are working? no more errors in the script? :) |
Quote:
Just take the line where you have "11=MergeLuma(Blur(0.3)) and change it by "11=MergeLuma(Blur(^LumaValue))" and add a line "^LumaValue = 0.3" at the end of your .ini file. Same for MergeChroma. That's all. No need of hours of reading, no need of 2 kilometers long post, just need to think. But I wonder you don't have any skills in programing either, and in that case, I'm apologize for my lack of patience :roll: |
Jorel..nope no more errors in script..samples I encoded worked perfect. I figured out how to do the values for merchroma and mergeluma last night after doing some reading at the avisynth website..but the end result was perfect. I used a result like dialhot suggested, except I used MergeChroma(blur(^chroma)) and MergeLuma(blur(^Luma)) then just added the values ^chroma=1.5 and ^Luma=0.3. I also had figured out that my direction for the filters were wrong, I had it using for example AVS2 UnFilter DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\Unfilter.dll was causing the errors when it was supposed to be AVS2 UnFilter DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter.dll. Neeedles to say I wouldnt have gotten this far without your patience and help on this script :!: Thank You :!: :!:
David |
Quote:
You finally understood the "philosophy" of the .ini file. Now you will be abble to include whatever new filter you want by yourself. Isn't this great ? :-) :-) |
Quote:
you help me and David in a big and faster step. :D No need of hours of reading? you don't need but i have horrible english and have to read tons and in slow motion. :lol: maybe you will have the same difficulty if you post some in the portuguese forum. than you will understand what i'm trying to say. you read one page in english in 1 minute, i in 5 minutes and with a big dictionary! :oops: read the thread from the first page, you'll see some problems in the script before this all works! the worse: in daylight,the internet in Brasil is slow, sometimes i need minutes to load a page and spend much money too,...than when everybody is sleeping, i'm here reading and learning some. and i stay 2 or 3 days without sleep, only to stay here reading. in daylight i do some tests and encodes. now here is 13:03 and everyday in the midnight...i'm here. compare with your local time. you wrote too: "no need of 2 kilometers long post,..." sorry ,i'm trying do do the best that i can with my short knowledge! :oops: and he is very short. hey, we need to use the "enter" key in the middle of the phrases cos all are too large :!: thank you Dialhot :wink: David, all is ok now! i'm happy too friend. :D |
Quote:
Quote:
(that's perhaps why nobody answer me on the Italian forum :-)) Quote:
Quote:
Quote:
|
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.