digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Bitrates: Problem With CQMatic (http://www.digitalfaq.com/archives/encode/8449-bitrates-problem-cqmatic.html)

kev23m 03-03-2004 05:48 AM

Problem With CQMatic
 
I encoded my first kvcd last night using tok , was trying to do it with CqMatic but it just opened blank tmpgenc windows and would encode it at default settings.

This is the script i used and Tok encoded the video in 639 mb.
## DLL Section ##
#
#
####
## Main section and static filters ###
#

Mpeg2Source("D:\Encoded\Namak Halal\nh.d2v")

#
undot()
Limiter()
asharp(1, 4)
DctFilter(1, 1, 1, 1, 1, 1, 0.5, 0)
FluxSmooth(7, 7)
Tweak(hue=0, sat=1.0, bright=0, cont=1.0)
GripCrop(352, 240, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
GripBorders()
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
BlockBuster(method="noise", detail_min=1, detail_max=10, variance=1.0, seed=0)
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "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) ")

#
#
#


#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}


#

#
####

Dialhot 03-03-2004 05:51 AM

Kinda double post. See my answer there :

http://www.kvcd.net/forum/viewtopic.php?t=9337&start=16

kev23m 03-03-2004 06:17 AM

My Bad :(

Works fine.


All times are GMT -5. The time now is 04:19 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.