Category:Video
Quick Tips
Image Stabilization
FFMPEG
ffmpeg -i input.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null - ffmpeg -i input.mp4 -vf vidstabtransform=smoothing=30:zoom=0 output.mp4
First command generates the convolution file, second command applies it.
This category currently contains no pages or media.