Problems opening DV-captured AVI in AviSynth >> Writing & Storytelling >> My Forum
My Forum

My Forum



SearchSearch   Users   Registration   Entrance
Today: 06.07.2025 - 22:42:46
Pages:  1  

Problems opening DV-captured AVI in AviSynth

Advertising

.
AuthorMessage

e-famous

user




Statistics:
Messages: 706
Registration: 08.30.2003

Hi, In an attempt to transfer the content from my mini-dv cassete to a CD, I got stuck when I tried to perform some additional processing of a captured avi file in my AviSynth script. When I try to open .avs file from VirtualDub, I get the 'unhandled exception' error message on the following (the only one) line in my script: DirectShowSource("c:\mydir\myfile.avi") The file opens correctly in MS Media Player. The avi file itself is captured using MS MovieMaker (I guess it means using MS DV codec). I also tried capture in Pinnacle Studio 8.1 (using both default and Mainconcept DV codecs), but with the same result. The environment: WinXP SP1, AviSynth 2.06, VirtualDub 1.4.10 (the camera is Sony DCR-PC8). The captured avi file is rather small (cca 100 MB). Does anyone have an idea what could be wrong? I thought that 'DirectShowSource' would open any file that MS Media Player can open, since it relies upon the same functionality. Or, perhaps I need to use specific DV codec in a specific way, and not just 'no-brain' MS MovieMaker capture? Thanks in advance!

---------------------
Message # 1 04.12.24 - 01:03:01
RE: Problems opening DV-captured AVI in AviSynth

Mojo325is

user




Statistics:
Messages: 4,116
Registration: 01.26.2003

Welcome to the forum, 1) Is it a type-1 or a type-2 dv avi? In the latter case you can try to open it with AviSOurce. 2) Try using an older version (say v2.04 or v1.07) of AviSynth.

---------------------
i need a shit-load of dimes.
Message # 2 04.12.24 - 01:09:21
RE: Problems opening DV-captured AVI in AviSynth

StouffvilleZ3

user




Statistics:
Messages: 3,642
Registration: 09.30.2002

Maybe a stupid question. Did you install a DV codec (like panasonic)? Information can be found on the faq in the DV forum.

---------------------
Modifimied Z3 2.8 Faster than you think
Message # 3 04.12.24 - 01:14:44
RE: Problems opening DV-captured AVI in AviSynth

BMMMW14

user




Statistics:
Messages: 890
Registration: 12.09.2003

You will need it. If you open VirtualDub and select video compression you will find a DV codec if you installed one (I guess you will find MainConcept codec in that list). Maybe you can try the panasonic DV encoder (see link in the DV faq).

---------------------
Brooks
Message # 4 04.12.24 - 01:18:49
RE: Problems opening DV-captured AVI in AviSynth

YaYo325

user




Statistics:
Messages: 131
Registration: 01.14.2003

For directshowsource() you need to include the framerate of the video since otherwise it won't know and it'll just get mad and error.

---------------------
Message # 5 04.12.24 - 01:27:31
RE: Problems opening DV-captured AVI in AviSynth

caviallo

user




Statistics:
Messages: 262
Registration: 12.20.2002

Because with AviSource your VfW codec will be used, whereas DirectShowSource (as the name implies) needs a DirectShow filter (.ax filename extension). bb

---------------------
Message # 6 04.12.24 - 01:35:34
RE: Problems opening DV-captured AVI in AviSynth
Problems with AC3 muxing : Previous topicNext topic: 16:9 ?
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants