StackHorizontal: image don’t match
(line 38)
(line 113)
(F:\bdrip\sample.avs line 4)
Why???
A solution for me??
Thanks you
Cordialy
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:
I have read that many users can’t find the EOS Utility 3.9.0 download for the Canon EOS R while running macOS Mojave 10.14, the official Canon EOS R download list doesn’t show support for the latest Apple OS, but the software for the previous macOS software works just fine. Here are the direct links to […]
I saw a product list of all lenses for the Micro Four Thirds system, and indeed, their focal lengths are similar to those of the full frame divided by the 2x crop factor, but the aperture isn’t the same, thus, misleading their customers in the amount of bokeh and real equivalency of those lenses to […]
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
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.