Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104375
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ben Finney <ben+python@benfinney.id.au> |
| Newsgroups | comp.lang.python |
| Subject | Re: Creating barrel distortion of video |
| Date | Wed, 09 Mar 2016 12:45:34 +1100 |
| Lines | 32 |
| Message-ID | <mailman.64.1457487966.15725.python-list@python.org> (permalink) |
| References | <837ce225-4dbb-43c5-b473-273e73d89263@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de 2fS9ch32bO0MFGEi4Ab1nAs7/X9nNTSb1S0gRYNbHFVw== |
| Cancel-Lock | sha1:JNDRHaHFeWFpt7JcP2hoK6EmA9Y= |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.011 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'used.': 0.05; 'wrapper': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'python.': 0.11; 'backgrounds': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'odd': 0.18; 'library': 0.20; 'candidates': 0.21; 'trying': 0.22; 'examples': 0.24; 'module': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'question': 0.27; 'correct': 0.28; 'fine': 0.28; "i'm": 0.30; 'url:python': 0.33; 'this?': 0.34; 'advice': 0.35; 'library.': 0.35; 'but': 0.36; 'url:org': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'thanks': 0.37; 'received:org': 0.37; 'thought': 0.37; 'seem': 0.37; 'google': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'utilize': 0.61; 'email addr:gmail.com': 0.62; 'video': 0.62; 'different': 0.63; 'due': 0.65; 'rendering': 0.76; 'exclusive': 0.81; '_o__)': 0.84; 'optical': 0.84; 'received:125': 0.84; 'optics': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | jigong.madmonks.org |
| X-Public-Key-ID | 0xAC128405 |
| X-Public-Key-Fingerprint | 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 |
| X-Public-Key-URL | http://www.benfinney.id.au/contact/bfinney-pubkey.asc |
| X-Post-From | Ben Finney <bignose+hates-spam@benfinney.id.au> |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:104375 |
Show key headers only | View raw
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