PDA

View Full Version : Comptest in MeGUI


fight2win
6th August 2007, 10:24
if this is my avs script, can any1 tell me how to do a comptest in megui:


DGDecode_mpeg2source("C:\discs\FullDisc\SPL 1\VIDEO_TS\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
crop( 2, 0, -2, 0)
LanczosResize(720,400)
LimitedSharpenfaster(ss_x=1.0, ss_y=1.0, dest_x=last.width, dest_y=last.height, Smode=4, strength=25, radius=2, Lmode=1, wide=false, overshoot=1, soft=0, edgemode=0, special=true, exborder=0 )


i'm asking this as using enc and vdmod, this is not working , but if i remove lsf, it does in enc, but i wanna test it using lsf, pls help!

check
6th August 2007, 10:58
megui doesn't do compressibility tests by itself, you can do it yourself by adding selectrangeevery(600,12) to the end of your script and estimating from that. There was an old thread in the AVC forum with lots of empirical research by.. I forget.. which has related information.

Sharktooth
7th August 2007, 13:07
i have a prototype code for the compression test.
it was made for the one-click encoder but im not sure how to implement it for auto-encoding or the manual method.
http://www.webalice.it/f.corriga/megui/comptest.png
the "go" button should be grayed and enabled only when a codec and an avs profile are selected... i know i should redesign the form...