Kool3ds
26th May 2007, 18:42
Hey Guyz don't know why i am facing this problem. :confused: But its seriously weird problem. I am Doin a Dvd 9 to DVd 5 using CCE Sp 2.70.2.12. Da problem is The whole process is getting successfully done but da output size is coming around 3.5 gb. It must be 4.37Gb actually na. The output plays fine and good. But loss of quality.
da setting i am using r
Mode is CCE Mode
Back up mode is movies and meny only (blank extras)
One Click mode and force reencoding for filters is enabled.
Suppress warning prompts and enable Output directory r clicked by default.
Under CCE Settings i have selected CCE Sp and OPV (one pass vbr analysis) is enabled
Encoder priority is set to idle
Enable Menu encoding is enabled.
Filter editor is active and my filters script is posted below
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainSSE2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\warpsharp.dll")
Import("C:\Program Files\AviSynth 2.5\Plugins\LimitedSharpenFaster.avsi")
Import("C:\Program Files\AviSynth 2.5\Plugins\Soothe.avsi")
TomsMoComp(1,5,1)
tweak(bright=10,sat=1.5)
crop( 12, 0, -12, 0)
Lanczos4Resize(720,480)
UnDot.Deen()
SetMemoryMax(1024)
dull = last
sharp = dull.LimitedSharpenFaster()
Soothe( sharp, dull, 20 )
Help Regarding this is Much appreciated. :thanks: in Advance.
da setting i am using r
Mode is CCE Mode
Back up mode is movies and meny only (blank extras)
One Click mode and force reencoding for filters is enabled.
Suppress warning prompts and enable Output directory r clicked by default.
Under CCE Settings i have selected CCE Sp and OPV (one pass vbr analysis) is enabled
Encoder priority is set to idle
Enable Menu encoding is enabled.
Filter editor is active and my filters script is posted below
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainSSE2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\warpsharp.dll")
Import("C:\Program Files\AviSynth 2.5\Plugins\LimitedSharpenFaster.avsi")
Import("C:\Program Files\AviSynth 2.5\Plugins\Soothe.avsi")
TomsMoComp(1,5,1)
tweak(bright=10,sat=1.5)
crop( 12, 0, -12, 0)
Lanczos4Resize(720,480)
UnDot.Deen()
SetMemoryMax(1024)
dull = last
sharp = dull.LimitedSharpenFaster()
Soothe( sharp, dull, 20 )
Help Regarding this is Much appreciated. :thanks: in Advance.