Quantcast Avisynth: Monitor Filter for Avisynth - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
09-30-2002, 01:27 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
Hi All,

Every wonder what effect your filters are having on
the video in real time. Here's a useful avisynth filter
called avsmon.dll. It also allows you to play around
with asynch audio in real time adjusting delay + or - ms.
I could see the effects with and without deinterlace filters.
I use virtualdub to input this avs script and audio file.
Here's the download link:

http://members.nextra.at/johann.lang...nth/avsmon.dll

Here's a sample script:

###############################################
#
# Monitor Video via avs
#
###############################################
#
LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll")
LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\AVISYNTH\AVSMON.dll")
LoadPlugin("E:\DVDBAC~1\2-DVD2~1\INVERS~1\DONALD~1\DECOMB.DLL")
Mpeg2Source("D:\Temp\Omega_Code2.d2v")
Telecide()
Decimate(5)
BilinearResize(496,448,6,0,708,480)
TemporalSmoother(2,2)
AddBorders(16,16,16,16)
MonitorFilter
# End of Script

-black prince
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  
10-02-2002, 03:57 AM
LadyMiles LadyMiles is offline
Free Member
 
Join Date: Sep 2002
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
I can hear the sound in Virtual Dub but not in Tmpeg
Why ?


Here's the script

LoadPlugin("C:\Program Files\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
Loadplugin ("c:\avsmon.dll")
mpeg2source("C:\My Documents\misterrogers.d2v")
BilinearResize(336,448,0,0,720,480)
TemporalSmoother(2,2)
AddBorders(0,0,0,0)
ConvertToRGB24 # For TMPGEnc or VFAPI
MonitorFilter


p.s. I would ask the maker but doom9 has wait period
Reply With Quote
  #3  
10-02-2002, 03:51 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
Hey LadyMiles,

I may be wrong, but I don't believe Tmpgenc supports audio
playback in preview. I like virtualdub because you can use
it's filters to further change picture quality (i.e. sharpen, resize,
etc.) Many of VD's filters have similar one's in avisynth. I like
the what you see is what you get principal. And if I can do this
in real time, that's much better.

-black prince
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: ffdshow preprocessing filter for avisynth incredible Avisynth Scripting 4 12-10-2004 06:53 PM
Avisynth: HQdn3d - mplayer filter ported to avisynth incredible Avisynth Scripting 1 10-25-2004 09:51 AM
Avisynth: Need clip filter & dust filters for avisynth nighthawk Avisynth Scripting 3 01-31-2004 12:24 PM
Avisynth: AviSynth 3rd party filter list! digitalize Avisynth Scripting 1 03-21-2003 10:17 AM
Avisynth: Auto crop using avisynth filter beta? black prince Avisynth Scripting 6 11-28-2002 08:51 AM




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