Socket
Socket
Sign inDemoInstall

panovid

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

panovid

Convert panoramic photos to scrolling videos


Maintainers
1

Panovid

Turn panoramic photos into scrolling videos! This project can be used as a standalone script, or can be used in another python project.

Standalone

To setup use as a standalone application, run the following commands:

git clone https://github.com/kylelrichards11/panovid.git
cd panovid
pip install --user -r requirements.txt

To use, simpy call python panovid.py <filename> [options], where filename is the file name of the panorama photo. The options are specified below and can also be seen by running python panovid.py --help.

Note that the python version must be Python 3.6 or greater.

Options

OptionDescription
--fpsFrames per second of video (default=60)
--framejumpPixels to move between frames (default=4)
--landscapeSave a video in landscape mode
--portraitSave a video in portrait mode (default)

In python project

pip install panovid
from panovid import convert_to_vid
convert_to_vid("my_photo.jpg")

The optional arguments are the same as for the standalone version (without dashes).

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc