Hi, This is my first post. I'm not newbie but I cant figure out with this.
I'm trying to convert Beauty and the Beast to KDVD full D1, and I want to fill my DVD with 3 other movies, but the file prediction is given me a very big file size.
Movie=Beauty and the Beast.
FrameRate=23.976fps NTSC
Duration=91 minutes
Template= KDVD-full-D1 at 704x480
CQ = 70
Script=
Code:
LoadPlugin("F:\xx\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("F:\xx\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("F:\xx\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("F:\xx\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("F:\xx\MovieStacker\Filters\Sampler.dll")
mpeg2source("f:\dvds\beauty_and_beast\beauty.d2v")
LegalClip()
GripCrop(704, 480, overscan=2, source_anamorphic=false)
GripSize()
Convolution3D(preset="animeLQ")
Blockbuster(method="noise", variance=.3, seed=1)
GripBorders()
LegalClip()
Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
Filesize obtained = 22,947 Kb.
Predicted filesize = 1380Mb.
The quality is great, almost same as original, but I'm just wondering how to fit 6 hours on the same DVD.
Thanks.