digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Perfect success for test encoding? (http://www.digitalfaq.com/archives/encode/7586-kvcd-perfect-success.html)

Hydeus 01-09-2004 04:47 PM

KVCD: Perfect success for test encoding?
 
I've made test encoding (just to wach quality). Movie 1h39m30s, AR 16:9, TMPG, MPG1, res 480X576, KVCDx3 template, MA optimal script (with litle enhacement sugested by Dialhot), CQ 65. It contains high motions scenes in about 50% of a movie.
Result: perfect quality and 605MB size 8) I was only checking quality, not pointing to perfect fit on 80minCD, so the size is no matter while it's smaller than 795MB.
Some small disadvantages are visible on PC monitor, but not on standalone.
Although I'm pointing in VHS backups, this DVD backup shows me to not be wary of quality even 3 or 4h VHS movie (of course in VCD resolution).
Great thx to all helpfull people :)

... of course to Kwag too :mrgreen:
:insight: :ole: :team:


Edit:
I've received a request for this scirpt, but modufication is not so big. I've found this somewhere on the forum (realy don't remember where), to cut limiter and asharp lines form optimal script (like they are useles, without them compression is beter or somethig)and add repleace Bicubic with Lanczos resize. If they are very important, thats even beter, because without them my movie has great quality. This is the script:

LoadPlugin("H:\KVCD\filters\MPEG2Dec3.dll")
LoadPlugin("H:\KVCD\filters\GripFit_YV12.dll")
LoadPlugin("H:\KVCD\filters\STMedianFilter.dll")
#LoadPlugin("H:\KVCD\filters\asharp.dll")
LoadPlugin("H:\KVCD\filters\unfilter.dll")
LoadPlugin("H:\KVCD\filters\undot.dll")
#
####
## Main section and static filters ###
#
Mpeg2Source("source file.d2v")
#
undot()
#Limiter()
#asharp(1, 4)
GripCrop(480,576)
GripSize(resizer="LanczosResize")
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 = round(YDifferenceToNext()+1)"+chr(13)+ "nf > 2 ? \
unfilter( -(fmin(round((nf/0.5)), 100)), -(fmin(round((nf/0.5)), 100)) ) : \
TemporalSoften(4, round(2/nf)*2 , round(2/nf)*50 ,0,2) ")
#
#
#

GripBorders()
#LetterBox( 10, 10, 4, 4) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

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

#
####

Edit2: and this is the thread
Have fun :lol:


All times are GMT -5. The time now is 10:56 AM  —  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.