Quantcast TMPGEnc: Templates - digitalFAQ.com Forums [Archives]
  #1  
02-03-2007, 06:56 PM
shanestar07 shanestar07 is offline
Free Member
 
Join Date: Jan 2007
Location: Birmingham (UK)
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to shanestar07 Send a message via Yahoo to shanestar07
is there such a template such as KVCDx3 352x576 or something close to that size?

because my encodes are coming out at like (50+) CQ using CQmatic just want it smaller so i can add more quality

due to the final project having teething problems e.g. the pitcure breaks up and blocky for a few mintues more so on the begining of the movie when the cast names are displayed but throught the actual movie the video and audio is fine

well this is what ive done

reset cut editing..
saved as text file
loaded in cqmatic got correct reading
then in settings , ive put the video tab as [b]4:3 625 line (pal)
advanced tab as 4:3 display & full screen (keep aspect ratio
and kept the motion search precision as normal


and finally my script is as follows...

####
## Main section and static filters ###
#
Mpeg2Source("C:\Documents and Settings\Shane\Desktop\Wickerman.d2v")
#
undot()
asharp(1, 4)
GripCrop(352,576, source_anamorphic=false, resize_round_width=2, resize_round_height=2)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#

## 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) ")

#
#
#

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

#
#
## Functions ###

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

#
####


ive read so far that you are best using KVCDx3 templates?

thanks
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  
02-04-2007, 04:06 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by shanestar07
is there such a template such as KVCDx3 352x576 or something close to that size?
In the tempaltes, what is really important is everything else the resolution. I mean that you can set manually the resolution you want after you have loaded the template. Actually, if you load the script after the template, the resolution will be the one of the script.

Quote:
due to the final project having teething problems e.g. the pitcure breaks up and blocky for a few mintues more so on the begining of the movie when the cast names are displayed but throught the actual movie the video and audio is fine
I think I answered that one here :
http://www.kvcd.net/forum/posting.ph...quote&p=126768
(edit: actually all other question are yet answered in that other thread. )

Your process is correct but you should not use Gripcrop, we found too much bugs in it. You should better learn how to use tools like FitCD or Paranoia (here on the forum) that give you crop/resize lines using internal avisytnh command.

Quote:
ive read so far that you are best using KVCDx3 templates?
Yes it is. But KVCDx3 template are nothing else but other templates with a "spepcial" resolution (544*576) that gives a good compromize between sharness and frame resolution. But here it seems that you need a 352*576 picture for your project.

As I said, just load the template (kvcdx3 for instance) and then your script and all will be fine.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: Templates for tmpgenc xpress 3? booboo Video Encoding and Conversion 5 11-12-2004 05:44 PM
TMPGEnc plus with the kvcd templates? booboo Video Encoding and Conversion 5 09-06-2004 04:19 PM
TMPGEnc: Using KVCD Templates with TMPGEnc Xpress 3? Doofuss Video Encoding and Conversion 16 08-06-2004 09:47 AM
TMPGEnc: We need kvcd templates for TMPGenc 3.0 dejan Video Encoding and Conversion 6 06-06-2004 07:25 AM
TMPGENc templates ratuna Conversão e Codificação de Vídeo (Português) 1 11-04-2003 05:21 AM

Thread Tools



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