• 追加された行はこの色です。
  • 削除された行はこの色です。
  • FFmpeg/vid.stab へ行く。

- https://github.com/georgmartius/vid.stab
- https://ffmpeg.zeranoe.com/forum/viewtopic.php?f=10&t=996#p4866

- 【ffmpeg】強力な手ぶれ補正フィルタ vid.stab の使い方
--  https://looooooooop.blog.fc2.com/blog-entry-1108.html

 ffmpeg -i infile -vf vidstabdetect -an -f null -
  > transforms.trf 生成される
 ffmpeg -i infile -vf vidstabtransform -vcodec libx264 -acodec copy outfile.mp4