edguit@r
26th May 2003, 11:55
Operational System: Win 2k SP3
Machine: Athlon XP 1600+ 512Mb DDR
CCE version: 2.67.00.10 with EclCCE
Matrix: Angel BestVeryLow
Encoding Mode: MPEG-2 (ES, Multipass VBR)
Avg/Min/Max: 1065/300/2530
Passes: 4
Intra Block Decision Plan: 10
Block Scaning Order: Zig-Zag
Progressive Flame Flag: Yes
Low Pass Filter: 10
Quantizer: 22
Add Sequence End Code: Yes
Close All Gops: Yes
GOP structure: M = 3; N/M = 5; SEQ Header Every 1 GOP
No Audio file on enconding
I calculated the avg bitrate to fit in one 80 min CD.
The avisynth version is 2.5.1.
Avisynth script:
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\FluxSmooth-2.5.dll")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\eDeen.dll")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\Convolution3DYV12.dll")
AviSource("movie.avi")
BicubicResize(352,480)
FluxSmooth(7, 7)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
edeen(7,14,21,2,3,true)
Convolution3D(0, 32, 128, 16, 64, 10, 0)
The final size of encoded video was 1.4 Gb!!
What was wrong with my CCE settings or my avisynth script.
Any help would br appreciated.
Thx.
Machine: Athlon XP 1600+ 512Mb DDR
CCE version: 2.67.00.10 with EclCCE
Matrix: Angel BestVeryLow
Encoding Mode: MPEG-2 (ES, Multipass VBR)
Avg/Min/Max: 1065/300/2530
Passes: 4
Intra Block Decision Plan: 10
Block Scaning Order: Zig-Zag
Progressive Flame Flag: Yes
Low Pass Filter: 10
Quantizer: 22
Add Sequence End Code: Yes
Close All Gops: Yes
GOP structure: M = 3; N/M = 5; SEQ Header Every 1 GOP
No Audio file on enconding
I calculated the avg bitrate to fit in one 80 min CD.
The avisynth version is 2.5.1.
Avisynth script:
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\FluxSmooth-2.5.dll")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\eDeen.dll")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\Convolution3DYV12.dll")
AviSource("movie.avi")
BicubicResize(352,480)
FluxSmooth(7, 7)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
edeen(7,14,21,2,3,true)
Convolution3D(0, 32, 128, 16, 64, 10, 0)
The final size of encoded video was 1.4 Gb!!
What was wrong with my CCE settings or my avisynth script.
Any help would br appreciated.
Thx.