Quantcast Bitrates: Problem with CQmatic - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
03-03-2004, 05:48 AM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
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.5)
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
}


#

#
####
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
03-03-2004, 05:51 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Kinda double post. See my answer there :

http://www.kvcd.net/forum/viewtopic.php?t=9337&start=16
Reply With Quote
  #3  
03-03-2004, 06:17 AM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
My Bad

Works fine.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Bitrates: Cqmatic problem with tmpgenc oxycotton420 Video Encoding and Conversion 24 01-23-2005 02:35 PM
Bitrates: Problem with cqmatic Enerjr Video Encoding and Conversion 3 10-27-2004 07:42 PM
Bitrates: CQMatic Problem - Please Help bsbeck Video Encoding and Conversion 3 11-24-2003 12:19 AM
Bitrates: The New OLD CQMatic problem - Final CQ value is 89.77 dongxu Video Encoding and Conversion 6 11-15-2003 10:22 AM
Bitrates: CQMatic Problem. muhali3 Video Encoding and Conversion 2 09-30-2003 03:46 PM




 
All times are GMT -5. The time now is 07:45 AM  —  vBulletin © Jelsoft Enterprises Ltd