Hello, how are you doing?
Well let me share my most recent problem in learning to master kvcd.
I`m tryin`to make a kvcd filled with ''adult oriented material'' to watch with my girl.
I have several full scenes with a total running time of about 240 minutes and i would like to burn them on one single cd-r. They`re not that good quality but they aren`t that bad either. Most of them are 384x288, 29,97fps non-interlaced, low bitrate of around 800 kbps (Divx).
It`s obvious that i would have to use the ulbr template but then this weird thing happened. I used Phil latest avs script, loaded the ulbr template and ...the sample was larger than using kvcdx3-528x480, with higher bitrate and higher cq!
I mean, the sample was about 6,5 mb/minute! That would give me 105 minutes of video, at the most!!
I already have put 120 minutes of good quality video in one cd-r using the 528x480 resolution and the sample at the time was about 5,5 mb/minute!
I have avisynth 2.52 installed.
I encoded the sample using the 352x240 ulbr template, CQ 60, max. bitrate 900 and min. 64 and kept the same 29,97fps frame rate of the source!
The script as i said before was the following:
AviSource("PATH\NAME.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.3,seed=5623)
GripBorders()
TMPGenc settings:
VBV Buffer size - 40 kb
Motion search precision - high quality
Video arrange method - full screen (keep aspect ratio)
I must be doing something wrong here, this is WEIRD!
Any help would be appreciated!
Thanks.
Luciano