digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Flashing Bar On KVCD Encode? (http://www.digitalfaq.com/archives/encode/5085-flashing-bar-kvcd.html)

Steel 08-18-2003 10:59 PM

Flashing Bar On KVCD Encode?
 
when im trying to encode the movie i ripped, i get this flashing white bar on the side, so does anyone have any ideas what it might be from?

heres my script

## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
####

## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf = 0 # Current frame.
#
####

## Main section and static filters ###
#
Mpeg2Source("C:\Documents and Settings\owner\Desktop\TheOthers.d2v")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(480, 480, source_anamorphic = true, Dest_Anamorphic = false)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(1.58))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften

to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is

inserted:

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold

? \
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()
Limiter()

#
#
## Functions ###

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

#
####



thanks in advance

kwag 08-18-2003 11:01 PM

If you load your .avs in WMP, can you see the movie playing :?:

-kwag

Steel 08-18-2003 11:12 PM

yes i can, and theres no bar, but i also remade the d2v without a setting i tried out last time... once i get my sample done and i can check to see how it looks ill respond again..

Steel 08-18-2003 11:40 PM

yep seemed to just be a dvd2avi error... its working now. :D


All times are GMT -5. The time now is 08:04 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.