choose CCE or TMPGEnc for encoder.
-------------------------------------------------------
* only for TMPGEnc :
if you choose TMPGEnc in the Encoder tab,
adjust this values in "GOP settings":
1,24,2,1,24
and
Rate Control Mode..."Constant Quality(CQ)" ,
Motion Search Precision..."High Quality(slow)" .
Offset Cq Value...60
File Prediction Factor...1.000
in Matrix tab choose "KVCD Notch BETA-1a"
the matrices "KVCD Notch BETA-1a" for TMPGEnc:
intra:
8 9 12 22 26 27 29 34
9 10 14 26 27 29 34 37
12 14 18 27 29 34 37 38
22 26 27 31 36 37 38 40
26 27 29 36 39 38 40 48
27 29 34 37 38 40 48 58
29 34 37 38 40 48 58 69
34 37 38 40 48 58 69 79
non intra
16 18 20 22 24 26 28 30
18 20 22 24 26 28 30 32
20 22 24 26 28 30 32 34
22 24 26 30 32 32 34 36
24 26 28 32 34 34 36 38
26 28 30 32 34 36 38 40
28 30 32 34 36 38 42 42
30 32 34 36 38 40 42 44
or copy this to matrices.ini in
dvd2svcd folder and save.
[KVCD Notch BETA-1a]
Intra=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37 ,12,14,18,27,29,34,37,38,22,26,27,31,36,37,38,40,2 6,27,29,36,39,38,40,48,27,29,34,37,38,40,48,58,29, 34,37,38,40,48,58,69,34,37,38,40,48,58,69,79
NonIntra=16,18,20,22,24,26,28,30,18,20,22,24,26,28 ,30,32,20,22,24,26,28,30,32,34,22,24,26,30,32,32,3 4,36,24,26,28,32,34,34,36,38,26,28,30,32,34,36,38, 40,28,30,32,34,36,38,42,42,30,32,34,36,38,40,42,44
ps: you will get 100 minutes in 1 cdr 700Mb. ;¬)
thanks for this all Kwag.
-------------------------------------------------------------------------------------
my (make over) scripts used for CCE or TMPGEnc:
first script: faster.(nervous)
second script: slow but, give short final size
and more details in the background.(gentle)
Quality: a few differences.
copy and paste to the final of dvd2svcd.ini and
adjust the location of the dlls in the "Frameserver" tab!
[AVISYNTH_Unfilter,Legalclip,BilinearResize,Dustv,C onvolution3d,Legalclip,Trim,Fade]
0=LoadPlugin(!MPEG2Dec2.dll)
1=LoadPlugin(!Unfilter.dll)
2=Unfilter(^Horizontal,^Vertical)
3=LoadPlugin(!Legalclip.dll)
4=Legalclip()
5=BicubicResize(464, 464, 0, 0.6, 0, 0, 720, 480)
6=LoadPlugin(!Dustv5.dll)
7=SpaceDust()
8=LoadPlugin(!convolution3D.dll)
9=Convolution3D(preset="movieHQ")
10=AddBorders(8,8,8,
11=Legalclip()
12=Trim(^start,^end)
13=fadein(^fadein)
14=fadeout(^fadeout)
!MPEG2Dec2.dll=C:\DVD2SVCD\Dlls\MPEG2DEC2TBarry\MP EG2DEC2.dll
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^Horizontal=50
^Vertical=50
!Legalclip.dll=C:\DVD2SVCD\Dlls\Legalclip.dll
!Dustv5.dll=C:\DVD2SVCD\Dlls\Dustv5.dll
!convolution3D.dll=C:\DVD2SVCD\Dlls\Convolution3D. dll
^start=0
^end=000
^fadein=200
^fadeout=200
-------------------------------------------------------------------------------------
[AVISYNTH_Legalclip,BilinearResize,Unfilter,Tsmooth er,Mchroma,Mluma,Legalclip,Trim,Fade]
0=LoadPlugin(!MPEG2Dec2.dll)
1=LoadPlugin(!Legalclip.dll)
2=Legalclip()
3=BicubicResize(464,464, 0, 0.6, 0, 0, 720, 480)
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^Horizontal,^Vertical)
6=temporalsmoother(1,2)
7=LoadPlugin(!MergeChroma.dll)
8=mergechroma(blur(1.5
)
9=LoadPlugin(!MergeLuma.dll)
10=mergeluma(blur(0.2))
11=AddBorders(8,8,8,
12=Legalclip()
13=Trim(^start,^end)
14=fadein(^fadein)
15=fadeout(^fadeout)
!MPEG2Dec2.dll=C:\DVD2SVCD\Dlls\MPEG2DEC2TBarry\MP EG2DEC2.dll
!Legalclip.dll=C:\DVD2SVCD\Dlls\Legalclip.dll
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^Horizontal=50
^Vertical=50
!MergeChroma.dll=C:\DVD2SVCD\Dlls\MergeChroma.dll
!MergeLuma.dll=C:\DVD2SVCD\Dlls\MergeLuma.dll
^start=0
^end=000
^fadein=200
^fadeout=200
ps:
i did tests with many filters and got
good results with this scripts.
change the filters if you want but,
let "trim", "fadein" and "fadeout" in
the end of the script! (very important)
BicubicResize and AddBorders:
with this values,you don't loose the edges,
very nice to see in tv....from muaddib's MovieStacker.
-------------------------------------------------------------------------------------
edited:
adjusting unfilter in the first script to 50,50.... better result!