digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Monitor Filter for avisynth (http://www.digitalfaq.com/archives/avisynth/1245-avisynth-monitor-filter.html)

black prince 09-30-2002 01:27 PM

Avisynth: Monitor Filter for avisynth
 
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 8)

LadyMiles 10-02-2002 03:57 AM

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

black prince 10-02-2002 03:51 PM

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


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.