georgmartius / vid.stab

Video stabilization library
http://public.hronopik.de/vid.stab/
Other
842 stars 108 forks source link

my test not work well #44

Open isuker opened 7 years ago

isuker commented 7 years ago

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 unsharp-5.mp4

when out unsharp-5.mp4, but it also have shake. i find the source video and process OK video. the OK video seems very well but my process video seems not well, is there any other parameter i used wrong?

thanks

input.mp4:network source video ok.mp4:network process OK video unsharp-5.mp4: my process video video.zip