Error code in converting DivX into AVI

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • solaris
    Junior Member
    Junior Member
    • Jun 2002
    • 2

    Error code in converting DivX into AVI

    I’m currently using FLASKMpeg 0.6 to convert DVD into AVI, by DivX Mpeg-4 Codec 3.11 alpha and Fhg Radium MP3 codec.

    Recently I’m no more able to do so and I’m getting the following message:
    AVI-Plugging error
    AVIFileOpen doesn’t worked!
    VFW-Errorcode: 80040154

    I changed several releases of FLASKMpeg and DivX with no result, I can only convert into OpenDML AVI, but don’t know what is the difference with simple AVI.

    Assistance will be very much appreciated

    Aldo Solaris
  • khp
    The Other
    • Nov 2001
    • 2161

    #2
    The difference between the normal avi and OpenDML avi, is that OpenDML support avi files larger than 2 GB. So if you can use that, then just do that.
    Donate your idle CPU time for something usefull.
    http://folding.stanford.edu/

    Comment

    • UncasMS
      Super Moderator
      • Nov 2001
      • 9047

      #3
      maybe you can solve your problem by copying the following lines of text with notepad to a new document.

      save it as text only and make sure to give it the extension *.reg

      now run the file!


      +++++++++++++

      REGEDIT4

      [HKEY_CLASSES_ROOT\AVIFile]
      "EditFlags"=hex:00,00,01,00
      @="Video Clip"

      [HKEY_CLASSES_ROOT\AVIFile\RIFFHandlers]

      [HKEY_CLASSES_ROOT\AVIFile\RIFFHandlers\AVI]
      @="{00020000-0000-0000-C000-000000000046}"

      [HKEY_CLASSES_ROOT\AVIFile\RIFFHandlers\WAVE]
      @="{00020003-0000-0000-C000-000000000046}"

      [HKEY_CLASSES_ROOT\AVIFile\Extensions]

      [HKEY_CLASSES_ROOT\AVIFile\Extensions\AVI]
      @="{00020000-0000-0000-C000-000000000046}"

      [HKEY_CLASSES_ROOT\AVIFile\Extensions\WAV]
      @="{00020003-0000-0000-C000-000000000046}"

      [HKEY_CLASSES_ROOT\AVIFile\Extensions\AU]
      @="{00020003-0000-0000-C000-000000000046}"

      [HKEY_CLASSES_ROOT\AVIFile\Compressors]

      [HKEY_CLASSES_ROOT\AVIFile\Compressors\vids]
      @="{00020001-0000-0000-C000-000000000046}"

      [HKEY_CLASSES_ROOT\AVIFile\Compressors\auds]
      @="{0002000F-0000-0000-C000-000000000046}"

      [HKEY_CLASSES_ROOT\AVIFile\DefaultIcon]
      @="C:\\WINDOWS\\SYSTEM\\quartz.dll,-100"
      "MPlayer2.BAK"="C:\\WINDOWS\\SYSTEM\\quartz.dl l,-100"

      [HKEY_CLASSES_ROOT\AVIFile\shell]
      @="open"
      "MPlayer2.BAK"="Play"

      [HKEY_CLASSES_ROOT\AVIFile\shell\open]
      @="&Open"
      "MPlayer2.BAK"="Open"

      [HKEY_CLASSES_ROOT\AVIFile\shell\open\command]
      @="\"C:\\Program Files\\Windows Media Player\\mplayer2.exe\" /Play \"%L\""
      "MPlayer2.BAK"="C:\\WINDOWS\\rundll32.exe C:\\WINDOWS\\SYSTEM\\amovie.ocx,RunDll /open %1"

      [HKEY_CLASSES_ROOT\AVIFile\shell\play]
      @="&Play"
      "MPlayer2.BAK"="Play"

      [HKEY_CLASSES_ROOT\AVIFile\shell\play\command]
      @="\"C:\\Program Files\\Windows Media Player\\mplayer2.exe\" /Play \"%L\""
      "MPlayer2.BAK"="C:\\WINDOWS\\rundll32.exe C:\\WINDOWS\\SYSTEM\\amovie.ocx,RunDll /play /close %1"

      [HKEY_CLASSES_ROOT\AVIFile\protocol]

      [HKEY_CLASSES_ROOT\AVIFile\protocol\StdExecute]

      [HKEY_CLASSES_ROOT\AVIFile\protocol\StdExecute\Serv er]
      @="C:\\WINDOWS\\mplayer.exe /avi"

      [HKEY_CLASSES_ROOT\AVIFile\protocol\StdFileEditing]

      [HKEY_CLASSES_ROOT\AVIFile\protocol\StdFileEditing\ PackageObjects]
      @=""

      [HKEY_CLASSES_ROOT\AVIFile\protocol\StdFileEditing\ Server]
      @="C:\\WINDOWS\\mplayer.exe /avi"

      [HKEY_CLASSES_ROOT\AVIFile\protocol\StdFileEditing\ verb]

      [HKEY_CLASSES_ROOT\AVIFile\protocol\StdFileEditing\ verb\0]
      @="&Play"

      [HKEY_CLASSES_ROOT\AVIFile\protocol\StdFileEditing\ verb\1]
      @="&Edit"

      [HKEY_CLASSES_ROOT\AVIFile\protocol\StdFileEditing\ verb\2]
      @="&Open"

      [HKEY_CLASSES_ROOT\AVIFile\Insertable]
      @=""

      [HKEY_CLASSES_ROOT\AVIFile\CLSID]
      @="{00022602-0000-0000-C000-000000000046}"

      [HKEY_CLASSES_ROOT\AVIFile\shellex]

      [HKEY_CLASSES_ROOT\AVIFile\shellex\PropertySheetHan dlers]
      @="AviPage"

      [HKEY_CLASSES_ROOT\AVIFile\shellex\PropertySheetHan dlers\AviPage]
      @="{00022613-0000-0000-C000-000000000046}"

      [HKEY_CLASSES_ROOT\AVIFile\EditFlags]
      @="_H_00010000"

      Comment

      • solaris
        Junior Member
        Junior Member
        • Jun 2002
        • 2

        #4
        Many, many thanks! It worked perfectly.

        Comment

        • UncasMS
          Super Moderator
          • Nov 2001
          • 9047

          #5
          glad to hear

          Comment

          Working...