Quantcast KVCD: Couldn't Open the AVS in Media Player? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
10-29-2003, 03:52 AM
Jon The Gooner Jon The Gooner is offline
Free Member
 
Join Date: Mar 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
here's my problem...ive been using avisynth 2.0 fine with no problems at all using tok for prediction and the results have been fair but not great.So i thought i use avisynth 2.5 with the latest script this is where it all went wrong ,first i couldn't open the avs in media player all i got was audio,so i intalled new codecs from the download link page and hey now i have video and audio i thought great it should all work now! No it didn't work open the script in tok and tok crashes open in tmpeg and i get no video just a black screen the same happens when i open it in acp just black screen when it opens in tmpeg i'm totally confused by this, i really want to use the latest script with avisynth 2.5 because i beleive it will give me a better quality encode any ideas guys thanks here's the script im using....
## 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 ###
#
AviSource("F:\New Folder\*************.avi")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(352, 288, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(MaxTreshold))
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
}

#
####
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
TMPGEnc: Blocky Picture Under Windows Media Player and KVCD Player miksmith Video Encoding and Conversion 2 10-05-2004 02:54 AM
DVD2SVCD: AVIsource autodetect couldn't open file ftin Video Encoding and Conversion 8 09-09-2003 11:05 AM
Avisynth: won't open in media player or tmpgenc Sykes Avisynth Scripting 8 06-27-2003 03:39 AM
The KVCD Media Player kwag Video Encoding and Conversion 0 11-18-2002 06:03 PM
KVCD in any media player, it won't play? skullkid51 Players, DVRs, Media Centers 5 06-01-2002 11:16 PM




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