Transcode

Video stabilizing

Source

Facing the problem of video stabilizing every now and then. Fixing this with transcoder.

  1. Downloadi/install the stabilizing plugin. Source
  2. Gather video information.
  3. 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