Quantcast MA-Part Im Optimalen Script Nicht Anwählbar!!!!! - digitalFAQ.com Forums [Archives]
  #1  
07-17-2003, 09:02 AM
Avalon Avalon is offline
Free Member
 
Join Date: Jul 2003
Location: Venus
Posts: 187
Thanks: 0
Thanked 0 Times in 0 Posts
Ich kann den MA-Part im Script nicht aktivieren. Bekomme immer Fehlermeldungen!!!!!

Ich kann das Script nur so starten:

Code:
 ## DLL Section ##
#
LoadPlugin("C:\Filters25\mpeg2dec3_25_dll_20030119\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\stmedianfilter_25_dll_20030122\Avisynth_2.5a_Version\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp_25_dll_20030118\asharp.dll")
LoadPlugin("C:\Filters25\unfilter_25_dll_20030116\UnFilter_Avisynth_2.5_Alpha\UnFilter.dll")
LoadPlugin("C:\Filters25\undot_25_dll_20030118\UnDot.dll")
#
####

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

## Main section and static filters ###
#
Mpeg2Source("E:\dcd\test25\25dvd2avi.d2v")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(528, 576, overscan=1)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
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()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

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

#
####
Quote:
Ergo geht der MA-Part nicht!!!! Was kann ich tun?
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  
07-18-2003, 04:31 PM
Avalon Avalon is offline
Free Member
 
Join Date: Jul 2003
Location: Venus
Posts: 187
Thanks: 0
Thanked 0 Times in 0 Posts
hat sich erledigt!

Hab im englischen Forum auch gefragt und dort die Antworten bekommen...
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Tok lädt avs Script nicht jason1 Video Konvertierung und Encodieren (Deutsch) 3 01-05-2004 07:41 AM
[DivX] Newbie! Ermittlung des optimalen Q-Faktors? Ryo Video Konvertierung und Encodieren (Deutsch) 27 10-14-2003 10:50 AM
Warum MVCD, und nicht KVCD chokn Video Konvertierung und Encodieren (Deutsch) 4 09-04-2003 12:32 PM
CQMatic funktioniert bei mir Nicht wer kann mir helfen Corey Video Konvertierung und Encodieren (Deutsch) 5 08-29-2003 01:07 AM
Avisynth öffnet .d2v nicht egotubes Video Konvertierung und Encodieren (Deutsch) 2 07-18-2003 05:08 PM

Thread Tools



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