vid.stab
vid.stab copied to clipboard
Cannot stabilize video with odd height
Hi,
I tried to use vid.stab to stabilize a timelapse video with resolution 5194 x 3457. This causes vid.stab to fail: vid.stab-1.1/src/frameinfo.c:38: vsFrameInfoInit: Assertion `width%2==0 && height%2==0' failed.
The assert comes from https://github.com/georgmartius/vid.stab/blob/master/src/frameinfo.c#L38
This crashes then both kdenlive (17.04.1) and melt (6.5.0). Is there some reason for the assert, or could it be removed?
Best, -Arttu
Hi,
I am not entirely sure why I put that assert and I think it should be possible to remove it. Can you try to remove it and see what happens?
Regards, Georg