Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104375
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Creating barrel distortion of video |
| Date | 2016-03-09 12:45 +1100 |
| Message-ID | <mailman.64.1457487966.15725.python-list@python.org> (permalink) |
| References | <837ce225-4dbb-43c5-b473-273e73d89263@googlegroups.com> |
semeon.risom@gmail.com writes: > This may seem like an odd request for the main python google group (Note that this is not a Google group. Google may be presenting this forum to you, but it's not exclusive to Google and many of us don't participate there.) > but I thought this question might have answers coming from different > backgrounds that utilize python. Your question is fine for this forum. Thanks for investigating Python! > I'm trying to find a way of rendering an optical distortion on a video > I will be presenting through the use of a head-mounted display. This > distortion is necessary to correct the video due to the optics being > used. Any advice on a module(s) or examples that already do this? I have no experience with such a library. Possible candidates include: * moviepy: Video editing with Python <URL:https://pypi.python.org/pypi/moviepy/> * pygame: wrapper module for the SDL multimedia library <URL:https://pypi.python.org/pypi/Pygame/1.7.1> -- \ “Holy hole in a donut, Batman!” —Robin | `\ | _o__) | Ben Finney
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Creating barrel distortion of video semeon.risom@gmail.com - 2016-03-08 17:32 -0800
Re: Creating barrel distortion of video Ben Finney <ben+python@benfinney.id.au> - 2016-03-09 12:45 +1100
Re: Creating barrel distortion of video semeon.risom@gmail.com - 2016-03-09 11:46 -0800
Re: Creating barrel distortion of video Chris Angelico <rosuav@gmail.com> - 2016-03-09 12:52 +1100
Re: Creating barrel distortion of video Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-03-09 15:27 +1100
Re: Creating barrel distortion of video semeon.risom@gmail.com - 2016-03-09 11:46 -0800
csiph-web