FFMPEG vs. Blender 2.8 Video Stabilization (Beginners Crash Course)
Blender 2.8 Beginners Crash Course
The Pros and Cons of video stabilization using Blender 2.8 and using FFMPEG only.
1:02 Stabilization using FFMPEG
5:00 Stabilization using Blender 2.8
14:14 Render stabilized video using Blender 2.8
15:41 Final thoughts
⌨️ Commands:
ffplay -fs -noborder -nostats video_1.mp4
ffmpeg -i video_1.mp4 -vf vidstabdetect -f null -
ffmpeg -i video_1.mp4 -vf vidstabtransform,unsharp=5:5:0.8:3:3:0.4 video_1_stab.mp4
ffmpeg -i video_1.mp4 -i video_1_stab.mp4 -filter_complex "[0:v:0]pad=iw*2:ih[bg]; [bg][1:v:0]overlay=w" diff_1.mp4
ffplay -fs -noborder -nostats video_2.mp4
ffmpeg -i video_2.mp4 -vf vidstabdetect=shakiness=10 -f null -
ffmpeg -i video_2.mp4 -vf vidstabtransform=smoothing=50,unsharp=5:5:0.8:3:3:0.4 video_2_stab.mp4
ffmpeg -i video_2.mp4 -i video_2_stab.mp4 -filter_complex "[0:v:0]pad=iw*2:ih[bg]; [bg][1:v:0]overlay=w" diff_2.mp4
ffprobe video_1.mp4
ffmpeg -i video_1.mp4 -c:a copy -preset veryslow -crf 18 video_1_rot.mp4
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
👨👩👧👦 Social:
◆ Twitter: https://twitter.com/agiledevart
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
🎮🕹️🐭 Snappy Mouse Run:
◆ Facebook: https://www.facebook.com/snappymouserun/
◆ App Store: https://itunes.apple.com/us/app/snappy-mouse-run/id1163515281
◆ Google Play: https://play.google.com/store/apps/details?id=com.agiledevart.snap
◆ Amazon Store: http://www.amazon.com/gp/mas/dl/android?asin=B07J15TS3R
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
#blender #ffmpeg #stabilization