Problem loading files in VirtualDubMod through AVISynth

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lurka
    Junior Member
    Junior Member
    • Feb 2007
    • 4

    Problem loading files in VirtualDubMod through AVISynth

    Hello,
    I have a couple of clips that can't be loaded through avisynth. Both files play fine in any player with ffdshow, but if I try to feed them to a player or to virtualdubmod using the DirectShowSource command, I get an error message.

    One is a matroska file that contains:
    Video: DivX 5 640x352 23.98fps [Video 0]
    Audio: Vorbis 48000Hz stereo [English]
    Audio: Vorbis 48000Hz stereo [Japanese]
    Text [English]




    The other is an OGM file that contains:
    Video: DivX 5 704x384 29.97fps [Undetermined (Video 1)]
    Audio: AAC 44100Hz 6ch [English (Audio 1)]
    Audio: AAC 44100Hz 6ch [Japanese (Audio 2)]
    Subtitle: UTF-8 [English (Subtitle 1)]




    Can you help me on this?

    Thank you,
    /_urka
  • anonymez
    Super Moderator
    • Mar 2004
    • 5525

    #2
    welcome to the forum

    Download & install Haali's Media Splitter and ensure OGM and MKV support are enabled during installation. For the second error, just do what it says and specify the fps in the script, like:

    Code:
    directshowsource("C:\path\to\file.ogm",fps=29.97)
    "What were the things in Gremlins called?" - Karl Pilkington

    Comment

    • Lurka
      Junior Member
      Junior Member
      • Feb 2007
      • 4

      #3
      Thank you for the quick answer.
      I just could not figure out where the fps parameter was supposed to be added.
      About the second error, I already have the k-lite 2.84 installed, but I chose the Gabest splitter for OGM and MKV. May that be the cause of the problem?

      Bye,
      /_urka

      Comment

      • anonymez
        Super Moderator
        • Mar 2004
        • 5525

        #4
        Uninstall the codec pack, re-install ffdshow. Install Haali's Media Splitter.

        I just could not figure out where the fps parameter was supposed to be added.
        In the Avisynth script, see the example in my first reply
        "What were the things in Gremlins called?" - Karl Pilkington

        Comment

        Working...