well, i have two predictions, one with CQMAtic and another with Tok...
here's my script:
## DLL Section ##
#
LoadPlugin("C:\Archivos de programa\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Archivos de programa\MovieStacker\Filters\GripFit_YV12.dll")
LoadPlugin("C:\Archivos de programa\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Archivos de programa\MovieStacker\Filters\asharp.dll")
LoadPlugin("C:\Archivos de programa\MovieStacker\Filters\unfilter.dll")
LoadPlugin("C:\Archivos de programa\MovieStacker\Filters\undot.dll")
#
####
## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf = 0 # Current frame.
#
####
## Main section and static filters ###
#
Mpeg2Source("F:\movie.d2v")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(528, 576, overscan=1, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.1))
#
#
## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:
SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")
#
#
#
GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()
#
#
## Functions ###
function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}
#
####
CQMatic have given CQ=90
Tok CQ=45
here the cqmatic log:
http://www.kvcd.net
CQMatic Version 1.1.01
Copyright Softronex Corporation, 2003.
All rights reserved.
Time: 14:21:31 Date: 08/05/2003
Ready!
Project: F:\optimal d2v a 528x576.tpr
Creating: CQMatic.tpr
Execute.
Movie Time: 97
Average Bitrate: 969
Prediction Only mode
Executing Prediction Phase...
Process started at 14:22:24
On 08/05/2003
CQ set for prediction
Setting up initial sampling.
Using CQ of 60.00
Prediction cycle #1
Encoder started...
Process time: 11.40 minutes.
Encoder end.
File size difference = -12031104.000000
Low fence: 60.000000
High fence: 90.000000
Last CQ = 60.00
Current CQ = 90.00
CQ difference = 30.000000
Using CQ of 90.00
Prediction cycle #2
Encoder started...
Process time: 11.43 minutes.
Encoder end.
File size difference = -12031104.000000
Low fence: 90.000000
High fence: 90.000000
CQ ABOVE watermark. CQ set to 90.0
Using CQ of 90.00
CQMatic complete!
Total minutes of process: 22.83
Process ended at 14:45:14
On 08/05/2003
But, i dont think that's correct, CQ=90 into 1 cd at 528x576
!?
can someone that's happen with this? thanks...
I deduce if for 2400 frames cqmatic have created a sample of 23.3 MB, for all the movie (145646 frames) will create an final *.m1v at 1414 MB + or -!
I'm really confused...help me