avisynth question
Posted by
dexi on 2009-07-03 18:41:42
hi
i just want to know how to copy this commands:
cabac=1 / ref=5 / deblock=1:-3:-2 / analyse=0x3:0x133 / me=umh / fpel_cmp=sad / subme=6 / me-prepass=0 / brdo=1 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=1 / deadzone=21,11 / chroma_qp_offset=0 / threads=1 / nr=0 / decimate=1 / mbaff=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / wpredb=1 / bime=1 / keyint=250 / keyint_min=25 / scenecut=40 / rc=2pass / bitrate=4000 / ratetol=4.0 / rceq='blurCplx^(1-qComp)' / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30
(found them on tek9-forum), in my avisynth script?
i mean in which line, or under which command, i dont know. ive tried it in many positions but it never worked, megui told me a errorstory.
hope you can help me :)
ah my aviscript is the standart thing:
AVISource("shot0000.avi")
Crop(0,0,-0,-0)
ConvertToYV12()
edited 2009-07-03 18:44:59
edited 2009-07-03 18:44:30
copy and paste.
Also those commands have nothing to do with avisynth, those are the megui config commands that calcualte the quality and so on of the final render. You can add things to avisynth but i leave it default as you dont eer really need to do anything.
edited 2009-07-03 19:04:14
ill give them a try
dont work, u cant erase a shit on a cfg, or the whole thing is closed and nohing happend. also u cant drag a text into it
i try heroiks tip now..hes jesus anyway
dont work, u cant erase a shit on a cfg, or the whole thing is closed and nohing happend. also u cant drag a text into it
i try heroiks tip now..hes jesus anyway
lolz
ok, im actually suppose to be working on a whole rendering guide for the site so im hoping to awnser alot of questions i have been seeing recently. Although i have been busy and not got round to it yet so i promise ill do it a.s.a.p.
Now what id did in ur case was, i was given a very nice config from a certain someone for Megui. The problem was i couldnt simply put this config on my folder because it would dlete it upon start up. So what i did was opened the config i was given in word/explorer. I then looked at each cmd/option and then MANUALLY changed each value in the config options in megui. I then saved this config and stil use it to this day.
and very thanks for your time to solve my problem, very nice from you.
well i will make it like you, think i must eat someones head afters this, but thats life^^
and thanks again :-*
ah but how did u saved it as xml, after u changed the commands manual in word.
edited 2009-07-03 21:22:57
gonna try this 1 out :)