You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stabilizing a video can lead to grey areas at the border of the frames.
I've used this video generated from a series of captures: vidstab.greyborder.source.mp4.zip
This affects many frames, I'll show the last one as an example:
Thanks for the bug report. There is surely something wrong here. I looks like it has something to do with the rotations and the different channels (color vs gray).
If I calculate rotation and distortion from global_motions.trf and apply the values with imagemagick, the result is slightly different from vid.stab. The alignment seems to be slightly better with imagemagick.
I assume there is some imprecision in the distortion of vid.stab that also might cause the difference between image and grey area as described above.
Coming from #78 :
Stabilizing a video can lead to grey areas at the border of the frames.
I've used this video generated from a series of captures:
vidstab.greyborder.source.mp4.zip
This affects many frames, I'll show the last one as an example:
ffmpeg/vidstab commands I've used:
Extracting angle and offsets from
global_motions.trf
and applying them withimagemagick
, I get this result:Comparing the two images shows:
imagemagick
.The text was updated successfully, but these errors were encountered: