Skip to main content

Regular Expression Path Matcher - Easily batch manipulate folders and files trees with regular expression!

Reason this release was yanked:

Pushed in error

Project description

Video Gestalt

gestalt-Vespa-Scooter-Commercial ia mp4

Presents a video in a summary form that shows the entire video at once as an array of moving video thumbnails.

Description

Video Gestalt presents a condensed video array, showing the entire video at once as moving video thumbnails.

The above is an example of the Video Gestalt for a 50-second commercial for Vesta scooters. (Click the Video Gestalt to see the original video.)

As you can see, it is a looping video with moving thumbnails of the original video. In one second, you can see every frame of the original video at a glance, without any discontinuities as it loops. This is done by arranging that each thumbnail slides over exactly its width in one loop so that the next thumbnail takes over seamlessly.

Hence, the video gestalts can be read in two ways: 1- an overall quick glance shows all the scenes of the entire video, 2- by focusing on one animated thumbnail, we can watch the entire video, by starting in the upper left corner, and following to the right, then descending one block lower and moving from right to left, then descending one block and moving left to right again, etc.

A longer explanation is available in this blog post.

Installation

So far this has been tested on Linux, Chrome OS and Windows, but it will likely work on MacOS too.

To install, simply use pip:

pip install --upgrade videogestalt

If they are not already installed, you will need to install python3 and the corresponding Python package manager pip beforehand.

On Linux and friends you might be able to do this like so:

sudo apt-get install python3 python3-pip

If you get an error, please ensure you are using the latest pip version, as older versions may not support PEP517 Python packages:

pip install --upgrade pip

Usage

An executable binary videogestalt is automatically installed in the local environment.

To generate a video file:

videogestalt -i countdown.mp4 -o countdown-gestalt --video

To generate an animated GIF (warning, output can be large):

videogestalt -i countdown.mp4 -o countdown-gestalt --gif

The application can also be used as a Python module:

>>> from videogestalt import videogestalt as vg
>>> vg.main('-i countdown.mp4 -o countdown-gestalt --gif')

Note: if the repository is cloned, there is an example countdown.mp4 video in tests/examples.

Building

The module can be built with PEP517 standard tools, such as pypa/build:

python -sBm build .

It can also be installed in development/editable mode after cloning this git repository:

pip install --upgrade -e .

License

Created by Eamonn O'Brien-Strain.

Licensed under the Mozilla Public License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

videogestalt-0.2.3.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

videogestalt-0.2.3-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

Details for the file videogestalt-0.2.3.tar.gz.

File metadata

  • Download URL: videogestalt-0.2.3.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for videogestalt-0.2.3.tar.gz
Algorithm Hash digest
SHA256 77102fdd008187017daf339b680ab95932960a9ee6c359003f4715cf053b4906
MD5 8689f6615d5c28d4958e222ca01707b1
BLAKE2b-256 a20f9aa818043bbdc0e00c35bdbea6d2d84a7b3832b59aad1739618cc64c774c

See more details on using hashes here.

File details

Details for the file videogestalt-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for videogestalt-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b29969176ef83013b0e851f2b5c317dfdd8694a277fec754c358a1ab409c4fdf
MD5 730b5a83a5aed9e9c41923102744b765
BLAKE2b-256 9091366c3d3d1147a706d643f344c69198c38e47ab47dd5a68461e8639753974

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page