Quantcast KVCD: Perfect Success for Test Encoding? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
01-09-2004, 04:47 PM
Hydeus Hydeus is offline
Free Member
 
Join Date: Dec 2003
Location: Omicron Persei 8
Posts: 322
Thanks: 0
Thanked 0 Times in 0 Posts
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 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



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
__________________
Go for SECAM =)
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
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: the perfect CQ after prediction? jorel Video Encoding and Conversion 23 03-31-2004 12:50 PM
Nice test Objects for video encoding tests! Razorblade2000 Video Encoding and Conversion 10 10-15-2003 04:19 PM
KVCD: the perfect compromise for video encoding? Fiz Video Encoding and Conversion 5 01-17-2003 12:47 PM
KVCD: Perfect! Nico Video Encoding and Conversion 9 08-19-2002 06:29 AM
KVCD: PERFECT encodes! Anonymous Video Encoding and Conversion 4 04-27-2002 02:02 AM




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