georgmartius / vid.stab

Video stabilization library
http://public.hronopik.de/vid.stab/
Other
857 stars 109 forks source link

Now installable via homebrew #16

Closed pmeinhardt closed 10 years ago

pmeinhardt commented 10 years ago

Hey Georg,

as of yesterday, vid.stab is now easily installable via homebrew on OS X (brew install libvidstab or brew install vid.stab). I've also updated the ffmpeg install script to support compilation with the vid.stab library.

I thought you may want to include a hint on this in your installation instructions to make it even easier to install vid.stab on such systems?

Thanks for the great library. I've been using it with ffmpeg recently and it worked really well.

Freundliche Grüße Paul

georgmartius commented 10 years ago

Hallo Paul,

danke! Super, ich werde es mit erwaehnen.

LG Georg

On Sunday 06 April 2014 23:59:36 Paul Meinhardt wrote:

Hey Georg,

as of yesterday, vid.stab is now easily installable via homebrew on OS X. I've also updated the ffmpeg install script to support compilation with the vid.stab library.

I thought you may want to include a hint on this in your installation instructions to make it even easier to install vid.stab on such systems?

Thanks for the great library. I've been using it with ffmpeg recently and it worked really well.

Freundliche Grüße Paul


Reply to this email directly or view it on GitHub: https://github.com/georgmartius/vid.stab/issues/16


Dr. Georg Martius Phone: +49 (0)341 9959 535 Fax: +49 (0)341 9959 658 EMail: martius@mis.mpg.de Max Planck Institute for Mathematics in the Sciences Inselstraße 22, 04103 Leipzig, Germany

TimothyGu commented 10 years ago

This issue should be closed.

pnbv commented 5 years ago

Homebrew no longer accepts install options. Feel free to use the following:

brew remove ffmpeg

brew tap pnbv/homebrew-ffmpegvidstab

brew install pnbv/homebrew-ffmpegvidstab/ffmpeg

Please check docs for brew tap and manage your own custom ffmpeg formula (for vid.stab enable only you can just duplicate mine, above)