PDA

View Full Version : AviSource Question


brikin
30th October 2003, 03:00
I have not been using Avisynth very long. I have only used AviSynth to make backup's of my DVD's using D2V files and the MPEG2Source command. Today I thought I would try it out with my DV footage captured with Sonic Foundry Vegas. I made a very simple script just to open the .avi file

AviSource("myclip.avi")

CCE gives me a 10 second clip that says
"AVISource couldn't locate a decompressor for source dvsd"

I tried the DirectShow command and CCE just closes down. If I just open the avi directly in CCE everything works fine.

Can anyone help me on my problem?

Thanks

Wilbert
30th October 2003, 10:29
You have to install the panasonic dv codec:

http://forum.doom9.org/showthread.php?s=&threadid=33519

brikin
31st October 2003, 18:45
Thanks Wilbert that took care of my problem.