vid.stab icon indicating copy to clipboard operation
vid.stab copied to clipboard

Video stabilization library

Results 57 vid.stab issues
Sort by recently updated
recently updated
newest added

Adding an option for the user to override the "(1/7) of the shortest side" match seek range. The new parameter `seek_range` has integer input defining the maximum pixel distance, with...

Hi, I'm trying to process head mounted eye tracking video where the movement head influence the video field of view but the eye tracking is actually relative to the field...

(Also posted in a slightly different form here: https://superuser.com/questions/1677463/remove-shake-in-video-by-marking-fixed-reference-points ) I have a video of a mechanical object which was made with a cell phone. Most of the parts of...

Hi, if I run vidstabdetect repeatedly this video clip (which is not special as far as I know)... https://user-images.githubusercontent.com/279819/122711928-e7cd3c00-d217-11eb-8bfe-aae4530a0636.mp4 `ffmpeg -i clip.mp4 -filter:v vidstabdetect -f null -` ...the output `transform.trf`...

First - thanks for a great tool! I have some videos taken with a GoPro Hero8 Black fixed to my car pointing forwards. These are fairly well stabilized with GoPro's...

Hi, thanks for grate work! I find some memory leaks of the ```vsMotionDetection``` function: 1. in the ```vs_vector_filter```, ```vs_vector_append``` should be replaced by ```vs_vector_append_dup```, and add ```vs_vector_del(&motions2);``` behind ```motionsfine =...

I'm trying to stabilize the walkaround video using this command ``` TRF=transformation1.trf INPUT=$1 STB_OUTPUT=stb1.mp4 ffmpeg -y -i "$INPUT" -vf vidstabdetect=stepsize=32:shakiness=10:accuracy=15:result="$TRF" -f null - ffmpeg -y -i "$INPUT" -vf vidstabtransform=input="$TRF":smoothing=15:interpol="bicubic",unsharp=5:5:0.8:3:3:0.4 "$STB_OUTPUT"...

Hi. I am planning to upgrade my camera from 1296p to 4k. I tested Vid.Stab with the highest available resolution on my old CPU i3 3.3GHz and it's very slow...

Hi Georg, firstly thank you for this great library! I am trying to best stabilize cycling videos, similarly to what you reported in [here](http://public.hronopik.de/vid.stab/features.php?lang=en), with the latest version of vidstab+ffmpeg...

Hi, I am creating tools for building timelapse videos. Now I am trying to create tool that reads JPEG images (by ImageMagic) and stabilize it with vidstab lib. I found...