georgmartius / vid.stab

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

Gitignore #1

Closed lheckemann closed 11 years ago

lheckemann commented 11 years ago

This (which took an amazingly large amount of work as you can probably tell) adds a gitignore file to avoid accidental addition of files that should not be versioned

georgmartius commented 11 years ago

Hi,

I will pull it. Do you plan to do something with the vid.stab code? Just curious.

Georg

On Sunday 20 January 2013 07:28:28 Anonymooseable wrote:

This (which took an amazingly large amount of work as you can probably tell) adds a gitignore file to avoid accidental addition of files that should not be versioned You can merge this Pull Request by running:

git pull https://github.com/Anonymooseable/vid.stab master

Or you can view, comment on it, or merge it online at:

https://github.com/georgmartius/vid.stab/pull/1

-- Commit Summary --

  • Add .gitignore

-- File Changes --

A .gitignore (9)

-- Patch Links --

https://github.com/georgmartius/vid.stab/pull/1.patch

https://github.com/georgmartius/vid.stab/pull/1.diff


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

lheckemann commented 11 years ago

I hope to write a LibAVFilter plugin from it (eventually...), don't know how far I'll get.

Because nobody really seems to use transcode anymore, and because ffmpeg is nice!

georgmartius commented 11 years ago

Hi,

I have the code here but it is not yet tested and working. I will push something in the next week or two, so maybe you can wait and then improve my code if you want.

LG Georg

On Sunday 27 January 2013 07:36:10 Anonymooseable wrote:

I hope to write a LibAVFilter plugin from it (eventually...), don't know how far I'll get.


Reply to this email directly or view it on GitHub:

https://github.com/georgmartius/vid.stab/pull/1#issuecomment-12755807

---- Georg Martius, Tel: +49 177 6413311 ----- ------- http://www.flexman.homeip.net ----------

lheckemann commented 11 years ago

You already started on it?

georgmartius commented 11 years ago

Hi,

check out the code I just pushed. You see that there is everything there, just that it does not really work. Feel free to improve...

Regards, Georg

On Monday 28 January 2013 11:10:55 Anonymooseable wrote:

You already started on it?


Reply to this email directly or view it on GitHub:

https://github.com/georgmartius/vid.stab/pull/1#issuecomment-12798409

---- Georg Martius, Tel: +49 177 6413311 ----- --------- http://georg.hronopik.de -------------

lheckemann commented 11 years ago

Great stuff! Thanks very much, I'll take a look eventually.