kerley
20th February 2003, 22:40
Hey there guys, hows it going? this is my first post in the forums, but i have been a big user of divx for the past years and have also had alot help though just reading some of the threads in this forum, I've only recently gained the courage to start expiermenting with nandub. I'm using gordon Knot (with default settings) for most of my DVD's and the quality on the most part has been excellent (all 1CD rips). My question is more so directed towards Iago
you suggsted:
Just a couple of humble opinions on improving your results:
* Set Key Frame DRF -> Min-Max: 2-4
* Set Low-pass -> 5000 or 6000
* Set curve compression and motion based curve modulation -> 0
* Set crispness modulation -> 10%
* Enable bits reservoir modulation -> enabled
* Payback delay -> 10-12 seconds
* Smoother -> 1-2%
* Disable Luma correction
* internal SCD -> 100
* keyframe interval -> 10-12
* options - preferences - scene -> "use alternate" ticked
ok so what i did was i opened up nandub and loaded the GordanKnot_default settings and manually put in these suggested settings that you said. i tested it and quality was still really good but no difference from before.
here is processing settings i'm using for GordanKnot SBC encoding:
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetDivX(0,9999);
VirtualDub.video.SetQualityControl(0,0,0,0);
VirtualDub.video.SetMotionDetection(12,12,300,300);
VirtualDub.video.SetCrispness(10,1);
VirtualDub.video.SpaceKF(50);
VirtualDub.video.InternalSCD(100);
VirtualDub.video.SetMinKBPS(270);
VirtualDub.video.SetCurveFile("");
VirtualDub.video.SetCurveMcFactor(0);
VirtualDub.video.SetCurveCompression(0,2);
VirtualDub.video.SetCurveFilter(0,6000);
VirtualDub.video.SetCurveCredits(0,270);
VirtualDub.video.SetLumaCorrectionAmp(0,10,30);
VirtualDub.video.SetCurveRedist(0);
// VirtualDub.video.CalcCurveCompression();
VirtualDub.video.SetCompLevelsMain(2,16);
VirtualDub.video.SetCompLevelsA(300,3,16);
VirtualDub.video.SetCompLevelsB(300,4,16);
VirtualDub.video.SetCompLevelsC(300,5,16);
VirtualDub.video.SetCompLevelsD(300,6,16);
VirtualDub.video.SetCompLevelsE(300,7,16);
VirtualDub.video.SetCompLevelK(2,4);
VirtualDub.video.SetBitsReservoir(0,35,30,70,10,0);
VirtualDub.video.SetLowBrCorrection(0,0);
VirtualDub.video.NoAVIOutput(0);
VirtualDub.video.GenStats("",0);
VirtualDub.video.SetEncodingControl("");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.brc.Set( 0, 645 );
VirtualDub.brc.Set( 1, 1 );
VirtualDub.brc.Set( 2, 128 );
VirtualDub.brc.Set( 3, 0 );
VirtualDub.brc.Set( 4, 1 );
so what i'm asking is:
Does gordan knot use this profile that i saved under GordianKnot_default.vcf or does it just ignore it? because i didn't notice any real quality difference
Should i just stick with the Gordan knot Defaults?
you suggsted:
Just a couple of humble opinions on improving your results:
* Set Key Frame DRF -> Min-Max: 2-4
* Set Low-pass -> 5000 or 6000
* Set curve compression and motion based curve modulation -> 0
* Set crispness modulation -> 10%
* Enable bits reservoir modulation -> enabled
* Payback delay -> 10-12 seconds
* Smoother -> 1-2%
* Disable Luma correction
* internal SCD -> 100
* keyframe interval -> 10-12
* options - preferences - scene -> "use alternate" ticked
ok so what i did was i opened up nandub and loaded the GordanKnot_default settings and manually put in these suggested settings that you said. i tested it and quality was still really good but no difference from before.
here is processing settings i'm using for GordanKnot SBC encoding:
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetDivX(0,9999);
VirtualDub.video.SetQualityControl(0,0,0,0);
VirtualDub.video.SetMotionDetection(12,12,300,300);
VirtualDub.video.SetCrispness(10,1);
VirtualDub.video.SpaceKF(50);
VirtualDub.video.InternalSCD(100);
VirtualDub.video.SetMinKBPS(270);
VirtualDub.video.SetCurveFile("");
VirtualDub.video.SetCurveMcFactor(0);
VirtualDub.video.SetCurveCompression(0,2);
VirtualDub.video.SetCurveFilter(0,6000);
VirtualDub.video.SetCurveCredits(0,270);
VirtualDub.video.SetLumaCorrectionAmp(0,10,30);
VirtualDub.video.SetCurveRedist(0);
// VirtualDub.video.CalcCurveCompression();
VirtualDub.video.SetCompLevelsMain(2,16);
VirtualDub.video.SetCompLevelsA(300,3,16);
VirtualDub.video.SetCompLevelsB(300,4,16);
VirtualDub.video.SetCompLevelsC(300,5,16);
VirtualDub.video.SetCompLevelsD(300,6,16);
VirtualDub.video.SetCompLevelsE(300,7,16);
VirtualDub.video.SetCompLevelK(2,4);
VirtualDub.video.SetBitsReservoir(0,35,30,70,10,0);
VirtualDub.video.SetLowBrCorrection(0,0);
VirtualDub.video.NoAVIOutput(0);
VirtualDub.video.GenStats("",0);
VirtualDub.video.SetEncodingControl("");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.brc.Set( 0, 645 );
VirtualDub.brc.Set( 1, 1 );
VirtualDub.brc.Set( 2, 128 );
VirtualDub.brc.Set( 3, 0 );
VirtualDub.brc.Set( 4, 1 );
so what i'm asking is:
Does gordan knot use this profile that i saved under GordianKnot_default.vcf or does it just ignore it? because i didn't notice any real quality difference
Should i just stick with the Gordan knot Defaults?