Transcode
Video stabilizing
Facing the problem of video stabilizing every now and then. Fixing this with transcoder
.
- Downloadi/install the stabilizing plugin. Source
- Gather video information.
- Transcode the video.
sudo yum install -y transcode
wget -c http://public.hronopik.de/vid.stab/files/vid.stab-0.98b-transcode-1.1-binary-x86_64.tgz
tar -zxvf vid.stab-0.98b-transcode-1.1-binary-x86_64.tgz
cd vid.stab-0.98b-transcode-1.1-binary-x86_64
make
sudo ./install.sh
transcode -J stabilize -i input.mp4 # Creates an trf file
transcode -J transform -i input.mp4 -y xvid -o output.mp4