Quantcast Flashing Bar on KVCD Encode? - digitalFAQ.com Forums [Archives]
  #1  
08-18-2003, 10:59 PM
Steel Steel is offline
Free Member
 
Join Date: Aug 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
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.5)
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
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  
08-18-2003, 11:01 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
If you load your .avs in WMP, can you see the movie playing

-kwag
Reply With Quote
  #3  
08-18-2003, 11:12 PM
Steel Steel is offline
Free Member
 
Join Date: Aug 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
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..
Reply With Quote
  #4  
08-18-2003, 11:40 PM
Steel Steel is offline
Free Member
 
Join Date: Aug 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
yep seemed to just be a dvd2avi error... its working now.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: quality looks like little squares are flashing tony_c Video Encoding and Conversion 2 11-24-2003 04:37 AM
DVD Burners: Firmware Flashing Site - Interesting! vico1 Blank Media / Burning Discs 2 06-23-2003 01:10 AM
KVCD Flashing/blocky in low detail areas with latest script? audi2honda Video Encoding and Conversion 8 06-17-2003 04:02 AM
KVCD: Low luma, flashing blocks? PyRoMaNiA Video Encoding and Conversion 6 03-13-2003 05:04 AM
KVCD has Green Flashing Screen? VaioVcd Video Encoding and Conversion 21 03-03-2003 08:40 PM

Thread Tools



 
All times are GMT -5. The time now is 11:34 PM  —  vBulletin © Jelsoft Enterprises Ltd