PDA

View Full Version : AviSynth -> FFDShow -> VirtualDub


NoX1911
2nd March 2005, 00:24
Avisynth 2.55
ffdshow-20041012-sse.exe
VirtualDub 1.6.4

AviSynth Script:
DirectShowSource("my.wmv")

FFDShow:
Configuration/Raw Video = All supported
Logoaway filter enabled

When i play the .avs file with ZoomPlayer the video plays correctly with ffdshow enabled and logoaway filter.
But when i start up VirtualDub and open the .avs file ffdshow doesn't work... wtf?! :)
How can i use ffdshow as a preprocessor with avisynth in virtualdub?

NoX1911
2nd March 2005, 01:41
Got it now...
I finally found out it needs a filter in vdub. I thought ffdshow could affect every output/access even the previews in vdub... could be handy for every video application like premiere, after effects and such...

lamer_de
2nd March 2005, 17:17
well, it does for me. If for example i activate the OSD and use directshowsource, I see the OSD in the vdub preview. But ffavisynth (http://forum.doom9.org/showthread.php?s=&threadid=85447&highlight=ffavisynth) is the better alternative if you want access to ffdshow's functionalities :D

CU,
lamer_de

opsis81
4th April 2005, 19:08
ffdshow is a directshow filter.ZoomPlayer is a directshow player,it imports and plays video files via directshow.
ffdshow is a directshow filter.VirtualDub imports video files via vfw.
See the difference? ;)

Please search for ffavisynth.It enables you to do ffdshow image processing filters within AviSynth scripts.It's the solution to your problems. :)