avisynth

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • calibus
    Junior Member
    Junior Member
    • Feb 2002
    • 3

    avisynth

    I just installed avisynth and I am trying to use VirtualDub 1.4.10 to convert .vobs to an avi or mpg. I get the following dialog box from VirtualDub: Avisynth open failure: DirectShowSource: the filter graph manager won't talk to me. Any one know how to resolve this?

    Thanks!
  • khp
    The Other
    • Nov 2001
    • 2161

    #2
    To open vob files with DirectShowSource you probably need to install some vob reading filters you can get them here http://www.digital-digest.com/dvd/do..._vobutils.html

    But using DirectShowSource in avisynth isn't really the best way to do things, it's much better to create a DVD2AVI project and load that with

    Code:
    LoadPlugin("E:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
    
    mpeg2source("videosource")
    As GordianKnot does.
    Donate your idle CPU time for something usefull.
    http://folding.stanford.edu/

    Comment

    Working...