AVIsynth problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zofilo
    Junior Member
    Junior Member
    • Mar 2003
    • 15

    AVIsynth problem

    Hello everybody..
    i am trying to encode a vob file on my hardisk by virtualdub.
    i am using avisynth to help me with the job but have encountered some problems.

    AVIsynth i am using: 1.0-beta-3
    Virtualdub i am using: 1.4.1

    i create an avs file with the following text:
    DirectShowSource("I:\dvd processing\DAI.vob")

    but when i open it in virtualdub, an error message shows up.
    it saids:

    AVIsynth open failure
    DirectShowSource: I can't determine the frame rate of the video; you must use the "fps" parameter.

    What should i do?

    PS. vob info: NTSC 720*480

    Thx
  • The Edge
    Digital Video Expert
    Digital Video Expert
    • Jan 2003
    • 610

    #2
    If you have MPEG-2 directshow filters installed (probably do) then the script should read.


    Directshowsource(""I:\dvd processing\DAI.vob", fps=29.97)


    Change the fps=** to whatever.
    PAL=25
    NTSC=29.97


    Edge
    "…I know the industry is formally opposed to that kind of thing [bootlegging] but I'm not. I don't have a problem with it at all." -- Paul McGuiness"

    Comment

    • zofilo
      Junior Member
      Junior Member
      • Mar 2003
      • 15

      #3
      Wargh...........my question get answered so quickly!!!!!!!

      Thx a lot!!!!!! The Edge!!!!!!!!!!

      Comment

      Working...