Log in

View Full Version : some help please


APPIE
26th May 2002, 23:21
i've tryed different settings in nandub
followed different guides on the net
but still i only get by quallity check between 20 and 30%
i don't understand why

dvd source pal interlaced 16:9
182 min runtime

the bitrate in nandub i use is 1400. for 2 cd's
can someone tell me if i'm doing something wrong here?

VirtualDub.audio.SetSource(0);
VirtualDub.audio.SetMode(0);
VirtualDub.audio.SetInterleave(1,500,1,0,0);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetConversion(0,0,0,0,0);
VirtualDub.audio.SetVolume();
VirtualDub.audio.SetCompression();
VirtualDub.audio2.SetSource(0);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(3);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetDivX(1427,10);
VirtualDub.video.SetQualityControl(0,0,0,0);
VirtualDub.video.SetMotionDetection(8,10,300,300);
VirtualDub.video.SetCrispness(30,0);
VirtualDub.video.SpaceKF(24);
VirtualDub.video.InternalSCD(99);
VirtualDub.video.SetMinKBPS(460);
VirtualDub.video.SetCurveFile("");
VirtualDub.video.SetCurveMcFactor(0);
VirtualDub.video.SetCurveCompression(25,3);
VirtualDub.video.SetCurveFilter(270,2500);
VirtualDub.video.SetCurveCredits(0,350);
VirtualDub.video.SetLumaCorrectionAmp(1,10,30);
VirtualDub.video.SetCurveRedist(1);
// VirtualDub.video.CalcCurveCompression();
VirtualDub.video.SetCompLevelsMain(2,12);
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(3,10);
VirtualDub.video.SetBitsReservoir(5,35,30,80,45,0);
VirtualDub.video.SetLowBrCorrection(1,1);
VirtualDub.video.NoAVIOutput(0);
VirtualDub.video.GenStats("",0);
VirtualDub.video.SetEncodingControl("");
VirtualDub.video.filters.Clear();
VirtualDub.video.filters.Add("deinterlace");
VirtualDub.video.filters.instance[0].Config(0);
VirtualDub.video.filters.Add("null transform");
VirtualDub.video.filters.instance[1].SetClipping(10,7,10,8);
VirtualDub.video.filters.Add("resize");
VirtualDub.video.filters.instance[2].Config(640,352,3);
VirtualDub.subset.Delete();
VirtualDub.brc.Set( 0, 230 );
VirtualDub.brc.Set( 1, 1 );
VirtualDub.brc.Set( 2, 128 );
VirtualDub.brc.Set( 3, 30 );
VirtualDub.brc.Set( 4, 1 );


thanks!

can you dl somewhere .vcf files so i can compare them with mine?

hakko504
27th May 2002, 09:44
A little more info would be nice: What source do you have, DVD, capture, etc. What film are you trying to convert?
What guides do you follow, do you use DVD2AVI/VFAPI or DVD2AVI/AVIsynth, GKnot?

I suggest that you read Doom9's guides (http://www.doom9.org) again along with the forum rules (http://forum.doom9.org/forum-rules.htm) (#1 & #9)

Sometimes also you just have to accept that some films can be very hard to compress good.

APPIE
27th May 2002, 16:52
i used dvd2avi/vfapi
i used the guide from doom9 also with dufferent settings
i used Gordian knot and also only nandub
quallity is still about the same

source dvd pal interlaced 16:9
122 min runtime
live concert bon jovi crush tour

thats it.

hakko504
27th May 2002, 19:31
I recommend that you stick to GordianKnot and use Telecide() (Decomb) as de-interlacing. Or maybe GreedyHMA. Those are the best de-interlacing methods and you use them in AVISynth. With the latest GK they are both included but you have to activate them manually. Also adding some Noise Reduction will usually improve quality but will take a lot more time.

Teegedeck
27th May 2002, 23:34
Now how long is it? 122 mins or 182 mins like you wrote in your first post? This would explain everything, of course. But rock acts are reknown for bad compressibility, anyway (too much action onstage). Try using a lower resolution with bilinear resize or with AviSynth's soft bicubic resize. and, as we're already talking AviSynth, try a temporal smoother(2,1).

APPIE
27th May 2002, 23:43
Originally posted by Teegedeck
Now how long is it? 122 mins or 182 mins like you wrote in your first post? This would explain everything, of course. But rock acts are reknown for bad compressibility, anyway (too much action onstage). Try using a lower resolution with bilinear resize or with AviSynth's soft bicubic resize. and, as we're already talking AviSynth, try a temporal smoother(2,1).
sorry, it is 122 min
i'm trying to find out how avisynth is working

i'm looking for the guide

tanks for all the reply's ....

APPIE
31st May 2002, 23:44
Originally posted by hakko504
I recommend that you stick to GordianKnot and use Telecide() (Decomb) as de-interlacing. Or maybe GreedyHMA. Those are the best de-interlacing methods and you use them in AVISynth. With the latest GK they are both included but you have to activate them manually. Also adding some Noise Reduction will usually improve quality but will take a lot more time.

ok, it took me some time to find out how it works, but i've tryed the way you mention.
divx quallity in nandub fileinfo was about 30%/35%.
i don't understand it.
i've tryed 2 different dvd's, and they get about the same quallity.

what is left to get it better?
i'm lost as a newbie.