Hey everyone, this is my tutorial how to stabilize the recorded video.
STEP BY STEP:
(Thanks to Falsificator)
Leave a comment with your results I will be happy if you give me like on video and subscribe my channel for more awesome videos and tutorials!
BTW: I recommend to stabilize rendered video ! The quality of the video will drop down
STEP BY STEP:
- Download and unzip ffmpeg from https://ffmpeg.org/download.html
- Extract the 7zip archive (I recommend extract it to root of any partition e.g. C:\ or D:\)
- Rename the folder to „ffmpeg“
- Paste into „ffmpeg\bin“ folder your video
- Open command prompt(Win + R and type „cmd“)
- You must get into „C:\ffmpeg\bin“ – Type „cd C:\ffmpeg\bin“
- Now you’re ready to start encoding
- Type in this command:
- ffmpeg -i input_video.mp4 -vf vidstabdetect=shakiness=5:show=1 analyzed_video.mp4
- Wait until it’s done, then you dont need to open analyzed video.
- Type into prompt the second command:
- ffmpeg -i input_video.mp4 -vf vidstabtransform output_video.mp4
- It will take a minute.
(Thanks to Falsificator)
- Type in command prompt this command:
- ffmpeg -i input.mp4 -b 20000k -s 1920x1080 -vf "eq=contrast=1.02:saturation=1.7:gamma=1.3:brightness=-0.1:gamma_r=1:gamma_g=1:gamma_b=1.2, unsharp" output.mp4
Leave a comment with your results I will be happy if you give me like on video and subscribe my channel for more awesome videos and tutorials!
BTW: I recommend to stabilize rendered video ! The quality of the video will drop down
Last edited: