VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member
    Join Date
    Mar 2006
    Location
    Portugal
    Search Comp PM
    Hello.

    I write a simple avs script that concatenates a couple of clips together. When I open it in wmp or mpc or even virtualDubMod it plays fine, but when I try to open it in virtualDub i throws "Cannot determine file type..."

    The files:
    video codec name = DivX 4(Open DivX)
    stream Type = OpenDMLAVI
    bitrate = 585kb/s
    FPS = 25.00

    and the script is:

    AVISource("file1.avi", audio=false) +
    AVISource("file2.avi", audio=false) +
    AVISource("file3.avi", audio=false) +
    AVISource("file4.avi", audio=false)

    I tried searching in the forum but I didn't find a topic that covered this.

    tks in advance for the help
    Quote Quote  
  2. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    The codec IS installed, right?

    Did you try DirectShowSource instead of AVISource?
    Quote Quote  
  3. Member
    Join Date
    Apr 2002
    Location
    Oskeeweewee Ontario
    Search Comp PM
    Aw man!!
    It's been so long.....

    Do you have it as an entire string??
    If not, then you should have it like this

    AVISource("file1.avi", audio=false) + \
    AVISource("file2.avi", audio=false) + \
    AVISource("file3.avi", audio=false) + \
    AVISource("file4.avi", audio=false)
    Quote Quote  
  4. Member
    Join Date
    Mar 2006
    Location
    Portugal
    Search Comp PM
    kschang: I have the codec installed, I can play the avs in mpc, wmp and VirtualDubMod. And I tried with DirectShowSource and the result is the same.

    pijetro: I have it all in one line, but thanks for the tipo :P

    Its weird and I don't now how to deal with this problem. :\

    edit: I can open the original files in VirtualDub, I just can't open he avs
    Quote Quote  
  5. Member
    Join Date
    Apr 2002
    Location
    Oskeeweewee Ontario
    Search Comp PM
    Not to sound anal here, but you don't seem to have the "\Path" of the .AVI file listed..
    Copy and paste the exact .AVS file you have..

    I've been burned on typos before....
    Quote Quote  
  6. Member
    Join Date
    Mar 2006
    Location
    Portugal
    Search Comp PM
    Sorry for my slow replies, I havent had a change to be online very often. Anyway, here's the exact script:

    AVISource("D:\clip01.avi", audio=false) + \
    AVISource("D:\clip02.avi", audio=false) + \
    AVISource("D:\clip03.avi", audio=false) + \
    AVISource("D:\clip04.avi", audio=false)

    Is it necessary to have so plugin or something extra installed in virtualDub folder or something like that? Because its weird, VirtualDubr is the only one that can't open the file :\

    Thanks for the help
    Quote Quote  
  7. Member Safesurfer's Avatar
    Join Date
    Mar 2004
    Location
    United States
    Search Comp PM
    What version of VirtualDub are you using? Have you tried an uninstall/reinstall of VDub?
    "Just another sheep boy, duck call, swan
    song, idiot son of donkey kong - Julian Cope"
    Quote Quote  
  8. Member
    Join Date
    Mar 2006
    Location
    Portugal
    Search Comp PM
    Ok, so it turns out I was using VirtualDub 1.3c, the one with ASF/WMV support. I downloaded the wrong version . And that was kind of dumb.

    So I installed VirtualDub 1.6.14 and everything is working fine, thanks for the help.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!