Quantcast Avisynth, get No Video Just the Audio - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
10-27-2003, 07:51 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
seems i broke a rule sorry about that her's my problem

ok so this is the scipt 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("********.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
}

#
####

When i load this into media player i get no video just the audio the same happens when i open it in TOK help would be much appreciated thanks... broke a rule sorry about that.....here is my problem
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
Desicronização do audio/video !!!!!! cazuza Conversão e Codificação de Vídeo (Português) 6 09-15-2004 06:18 PM
HeadAC3he: Music video DVD audio only, and burning as an audio cd? vdk_au Audio Conversion 1 01-29-2004 07:26 AM
Audio e video DigoBrow Conversão e Codificação de Vídeo (Português) 2 11-04-2003 10:27 AM
vcd: audio and video - how do i join it together? Evangelion-01 Authoring VCD, DVD, Blu-ray 2 06-02-2003 02:29 PM
KVCD has Audio, But No Video? skullkid51 Video Encoding and Conversion 3 06-11-2002 12:25 PM




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