Category:Video

From Traxel Wiki
Revision as of 20:32, 31 January 2025 by RobertBushman (talk | contribs) (Created page with "Category:Hacking = Quick Tips = == Image Stabilization == === FFMPEG === <pre> ffmpeg -i VID_20250127_144815.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null - ffmpeg -i VID_20250127_144815.mp4 -vf vidstabtransform=smoothing=30:zoom=0 series_launch_english.mp4 </pre> First command generates the convolution file, second command applies it.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Quick Tips

Image Stabilization

FFMPEG

ffmpeg -i VID_20250127_144815.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null -
ffmpeg -i VID_20250127_144815.mp4 -vf vidstabtransform=smoothing=30:zoom=0 series_launch_english.mp4

First command generates the convolution file, second command applies it.

This category currently contains no pages or media.