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

What is the difference between vid.stab and deshake \ vidstabdetect+vidstabtransform? Here is some visual comparision: https://www.youtube.com/watch?v=MfHGH2Mnxls

src/serialize.c:150]: (warning) Storing fgetc() return value in char variable and then comparing with EOF. return value from fgetc has to be stored into an int, then compared with EOF.

Hello, I have plenty of concert videos that I intend to stabilize. However, it seems that the flashing lights in concerts throw off the stabilization process. I tried playing with...

Hello, I'm using vid.stab with ffmpeg to stabilize VR recordings in order to reduce high frequency jitter which generally works quite well for me. I would like to keep using...

current options for crop are `keep` and `black`. I want to add `average` If background is visible a lot, then `keep` introduced lots of strange artefacts, and `black` distracts from...

`ffmpeg -i DNxHD-1-CUT-1-0097.MOV.mxf -vf vidstabdetect dummy.avi` ffmpeg version N-81071-g9264bb7 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.3.1 (Ubuntu 5.3.1-14ubuntu2.1) 20160413 configuration: --enable-gpl --enable-libvidstab --enable-libx264 --enable-nonfree --enable-libmp3lame --enable-libopus libavutil...

vid.stab-devel.x86_64: E: incorrect-fsf-address /usr/include/vid.stab/boxblur.h The Free Software Foundation address in this file seems to be outdated or misspelled. Ask upstream to update the address, or if this is a license...

tried to build on windows 10 with vs 2017 preview 3. cmake .. -G"Visual Studio 15 2017 Win64" generated solution ok. but build failed. 1>------ Build started: Project: vidstab, Configuration:...

I'm not very familiar with the C. If I look at the code myself, it may take a long time. I'm more interested in theory than in implementing it. I...

Dear: I used ffmpeg build version http://public.hronopik.de/vid.stab/ ----> https://www.johnvansickle.com/ffmpeg/ x86_64 build: ffmpeg-release-64bit-static.tar.xz - md5 and run command ./ffmpeg -i input.mp4 -vf vidstabdetect=shakiness=1:accuracy=15:stepsize=1:mincontrast=0:result="s5transforms.trf" -f null - ./ffmpeg -i input.mp4 -vf vidstabtransform=input="s5transforms.trf",unsharp=5:5:0.8:3:3:0.4...