Opened 9 years ago
Closed 9 years ago
#5253 closed defect (invalid)
In vidstabtransform filter the zoomspeed option does not work
Reported by: | Tom Steck | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avfilter |
Version: | git-master | Keywords: | libvidstab |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug: I try to stabilize various videos and I am checking different vidstabtransform options. I can confirm that optzoom=2 option works (dynamic zoom) but the zoomspeed option doesn't.
First I stabilized video with zoomspeed = 0.01 (min value), then I stabilized the same video with zoomspeed = 5 (max value). Finally I compared two videos with kdenlive "difference" transition and there was no difference (black screen). Therefore, my conclusion is that zoomspeed option doesn't work.
How to reproduce:
% ffmpeg -i input -vf vidstabtransform=input=input.xml:interpol=bicubic:smoothing=100:optzoom=2:zoomspeed=5 -vcodec libx264 -level 4.2 -preset veryslow -tune film -crf 23 -an output ffmpeg version N-77953-gcc83177 built with gcc 5.2.0 (GCC) ffmpeg-20160119-git-cc83177-win64-static.7z
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Change History (2)
comment:1 by , 9 years ago
Component: | undetermined → avfilter |
---|---|
Keywords: | vidstabtransform zoomspeed removed |
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I checked again and it works!
My mistake I guess.
Please test current FFmpeg git head and please provide the command line that allows to reproduce the issue together with the complete, uncut console output to make this a valid ticket.