PDA

View Full Version : DirectShowSource - No Image


Delta2
15th May 2006, 21:54
Hi

I don't know what's wrong, I have K-LITE FULL PACK (codecs)

But when I make a simple script like this :

DirectShowSource("my mivie.avi")

I don't get any image, only sound

I have latest AviSynth 2.57 Alpha 3

striker9
15th May 2006, 22:40
I don't know what's wrong, I have K-LITE FULL PACK (codecs)

That's probably causing the problem. Load the file into graphedit and post the graph here.

Delta2
15th May 2006, 23:07
http://img116.imageshack.us/img116/4421/graph21aq.th.jpg (http://img116.imageshack.us/my.php?image=graph21aq.jpg)

Sometimes I get Image, but it freezes

danpos
15th May 2006, 23:16
@Delta2

K-Lite codec pack can to be good if ... well used. I'm quite sure that you don't configurate it properly ... Anyway, try this script and see if it works to you:
DirectShowSource("my mivie.avi",false)
BTW: which is the video codec used to encoding the video stream into AVI container of your ? GSPot can to tell this for you ... ;)

Regards,

siddharthagandhi
15th May 2006, 23:32
By the way

"I don't know what's wrong, I have K-LITE FULL PACK (codecs)"

Doom9's FAQ's say that codec packs are very bad, and some can screw up your system. Just thought you might want to know.

Delta2
15th May 2006, 23:49
By the way

"I don't know what's wrong, I have K-LITE FULL PACK (codecs)"

Doom9's FAQ's say that codec packs are very bad, and some can screw up your system. Just thought you might want to know.

What must I install then ? sorry my question and sorry if this question is agains the rules

foxyshadis
16th May 2006, 01:29
http://img116.imageshack.us/img116/4421/graph21aq.th.jpg (http://img116.imageshack.us/my.php?image=graph21aq.jpg)

Sometimes I get Image, but it freezes
:p Pretty sure he meant the graph of the file you're trying to load, not the avisynth script. (By the time it's in avisynth it's too late to debug.)

The codec and file type are very important. If it is avi, why not try avisource? (if it's a funky codec you can always use something like ffdshow for vfw decoding.) In fact, ffdshow and haali's splitter can decode almost everything flawlessly through directshow.