2 thoughts on “Ultimate Blu-ray Disc (3D) Ripping Guide [EN]

  1. Hello, i’m french sorry for bad english.

    After encoding mkv, handbraque,

    I am ko!!

    my film, sample.avs:

    LoadPlugin(“H264StereoSource.dll”)
    lv = directshowsource(“left.mkv”, audio=false)
    rv = H264StereoSource(“decoder.cfg”,178056) .AssumeFPS(24/1001)
    LeftRight3DReduced(lv, rv)

    But, error!!

    StackHorizontal: image don’t match
    (line 38)
    (line 113)
    (F:\bdrip\sample.avs line 4)

    Why???

    A solution for me??

    Thanks you

    Cordialy

    1. I never get that error, it looks like a mismatch, could be size, could be color, try with this solution I found online which converts to RGB both videos:

      lv = directshowsource("left.mkv", audio=false)
      rv = H264StereoSource("decoder.cfg",178056) .AssumeFPS(24/1001)
      lv=converttorgb(lv)
      rv=converttorgb(rv)
      LeftRight3DReduced(lv, rv)

      If this doesn’t fix your problem, it could be a size issue.

Comments are closed.

Releated