Skip to main content

A video generation library, vigenpy . It enables the developer to generate a new video by merging 2 or more videos in one video. It is a flexible library that provides you total flexibility in generating videos by stacking them. You can also use them as input to your Code. COOL.

Project description

vigenpy

Video Generation Package

Having 2 videos and you want to merge them? Tell what side by side, top and bottom, or just wrt time - you can do that too just by choosing the axis where you want to attach the video at.

Installing Library

pip install vigenpy

image

Suppose you have trained a model, and want to run comparison on 2 different videos at same time. This tool will help you to choose any axis of placing the frame - you can directly stack 2 videos like lego bricks and it will work for you as single video. You can even process 2 videos individually with different ML model and can put them side by side for comparison - cool just give their path - rest the algo will deal with it. you can even process indiviually and process it later - its very easy.

Future update will have shuffle too - meaning one frame of 1st then one from 2nd then again from 1st. Its upto you what amazing you can do with this tool. Feel free to contribute and add more features in this package.

vigenpy is a video generation library. It enables the developer to generate a new video by merging 2 or more videos in one video. It is a flexible library that provides you total flexibility.

Axis Stacking

It has 3 axis

  • axis 0 - horizontal x axis - side by side videos
  • axis 1 - vertical y axis - top and bottom merge of videos
  • axis 2 - that is back to back - video will be generated combining the 2 videos in time axis
  • axis 3 - shuffle in the middle - one frame this another that - again first 1,2,1,2,1,2.....(Future Update)

The video path or the stream path is given as list and based on the list - the precedence is decided for stacking the video together

There are multiple modes in the code

  1. Show Video as Output: just show the combined video to the user you can just pass the frames and it will merge it to create video output or if you want to show you can do

  2. Video Output Generation: provide the path of output and the program will generate a video merged for you you can set the time or #frames to get the generated video for. initially the longer video - and shorter video will run on loop until longer one is over or the shorter video will be used to break the loop irrespective of longer video time use_time_of = 0,1 whatever - that will be used to generate the video

  3. If you want to fetch frames that are merged so you can do other things that you can process the frames and use it at your end.

Sample Code to Start Using

from vigenpy.video import stack_video

videos = ['archery.mp4','cycling.mp4']
stack_video(videos, axis=0, write_path='mixed.mp4') 

Advanced Way to Use

from vigenpy.video import stack_video

path1 = '../../../archery.mp4'
path2 = '../../../cars.mp4'

videos = [path1, path2, path1, path2]
video_size = (300,300) # w/h
limit_video = 0 # video index, that will decide to close streaming
video_path = 'test.mp4'
video_duration = 4 # in seconds default None

output_video = stack_video(
                        videos,
                        axis=2,
                        size=video_size,
                        limit_video=limit_video, 
                        write_path=video_path,
                        writer_fps=None, 
                        display=True,
                        duration=video_duration)
print(output_video)

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

vigenpy-0.3.5.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vigenpy-0.3.5-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file vigenpy-0.3.5.tar.gz.

File metadata

  • Download URL: vigenpy-0.3.5.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for vigenpy-0.3.5.tar.gz
Algorithm Hash digest
SHA256 bccc863610a6f0a16080ee35e4faf1cdbe78894fa78502c1b5636f58d6782d2b
MD5 b0eb25b2540391befe3b227dda316883
BLAKE2b-256 1376727192774d6eede16f42b8a7b99eda8a2db1a8a81e8627ed9f36f62c8681

See more details on using hashes here.

File details

Details for the file vigenpy-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: vigenpy-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for vigenpy-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 420837429bf580a4b49e3387365dbe6d5a2b826df89db038e5a3c1c1312ed310
MD5 db89752240cc75b51ed3a817314219e4
BLAKE2b-256 e17fcd4aa3c7d41301c57b93a112bcda592f79d646f9460477c42f1e38156fd8

See more details on using hashes here.

Supported by

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