The xiaomi yi has image stabilization in video?

igc23

New Member
Joined
Sep 1, 2015
Messages
1
Reaction score
0
Country
Spain
Hi all
The xiaomi yi has image stabilization in video via software? I read that does not have, it's strange, not whether it is true. For me it is important, take out an update with stabilization?
or there is a firm that has?
 
You can just encode the video for stabilizing. I'm personally using ffmpeg.

 
Last edited:
On youtube, bellow the video.

First step:
ffmpeg -i input_video.mp4 -vf vidstabdetect=shakiness=5:show=1 analyzed_video.mp4

Second step:
ffmpeg -i input_video.mp4 -vf vidstabtransform output_video.mp4
 
I know this can be done in terminal with CMD on windows, but I'm looking for the "how to" on using it with the autoexec script, where all previous made videos from one folder will be stabelized
 
I recommend to stabilize rendered video. Not RAW:) You must stabilize each video separately.. :)
 
Back
Top