Yesterday I wanted to try a filter for avisynth.
My script is:
I try to load my avs script to main concept encoder, if I use the AVI read filter in mainconcept, Ii get a green screen. If I set to read with the DirectShow filter, mainconcept automatically quits without any error message.Code:loadplugin("c:\program files\multimedia\outils video\avisynth 2.5\blockbuster-2.5.dll") avisource("d:\myvideo.avi") blockbuster(method="noise")
If I try to open it with VirtualDub, it crash with an error message from windows (virtualdub has caused errors and will be closed. A report is being created).
Now when I try to use any avisynth script my virtualdub always crash and it's the same if I use the DirectShow reader in mainconcept it quits without error.
With Tmpg the script works but I prefer to use Mainconcept because it's 3 times faster.
Does this filter can damage the directshow renderer ???
If yes, how to repair it ?
Thanks.
+ Reply to Thread
Results 1 to 12 of 12
-
-
Simplify the AVS file. Rem out the plugin lines. Just try
avisource ("d:\myvideo.avi")
and see if it works. -
Still doesn't work. Virtualdub automatically close without any error message.
It's the same if I use Mainconcept encoder. In MC, if I use the avi source, the file opens without problem but I have a green screen. If I use DirectShow, it automatically close without error message.
The file open without problem in TMpg., but I'd like to use Mainconcept because it's 3 times faster. -
You can use codec sniper to see if there's any issues with your codecs.
-
I've tried Codec Sniper and all codecs are marked as OK. So I don't know where is the problem
-
Still no solution ?
I really need to use Mainconcept (tmpg is too slow) to convert my video.
If I use the "Avi filter" in mainconcept the file opens but with a green screen.
If I use the "directsow filter" mainconcept automatically close without any warning.
Plz help me.
I've already tried reinstalling bot mainconcept and avisynth.
Similar Threads
-
directshow dump
By jonny plumber in forum Video ConversionReplies: 7Last Post: 12th Jan 2013, 21:04 -
Directshow
By catracho2009 in forum Newbie / General discussionsReplies: 5Last Post: 9th Feb 2010, 12:53 -
new to directshow
By laailalalaa in forum Newbie / General discussionsReplies: 0Last Post: 1st Sep 2009, 02:25 -
DirectShow Book ?
By manzoor505 in forum ProgrammingReplies: 2Last Post: 5th Dec 2007, 17:40 -
Directshow filter being used...
By fabvideohelp in forum Newbie / General discussionsReplies: 10Last Post: 22nd Nov 2007, 12:27