New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

visualkit

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

visualkit - pypi Package Compare versions

Comparing version
0.0.2
to
0.1.1
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: visualkit
Version: 0.0.2
Version: 0.1.1
Summary: Lightning-fast Python package for video frame effects and transitions. Comprehensive collection of visual effects with optimized OpenCV backend for maximum rendering speed.

@@ -5,0 +5,0 @@ Author-email: Suraj Airi <surajairi.ml@gmail.com>

@@ -7,3 +7,3 @@ [build-system]

name = "visualkit"
version = "0.0.2"
version = "0.1.1"
description = "Lightning-fast Python package for video frame effects and transitions. Comprehensive collection of visual effects with optimized OpenCV backend for maximum rendering speed."

@@ -10,0 +10,0 @@ readme = "README.md"

Metadata-Version: 2.4
Name: visualkit
Version: 0.0.2
Version: 0.1.1
Summary: Lightning-fast Python package for video frame effects and transitions. Comprehensive collection of visual effects with optimized OpenCV backend for maximum rendering speed.

@@ -5,0 +5,0 @@ Author-email: Suraj Airi <surajairi.ml@gmail.com>

@@ -17,3 +17,3 @@ import random

fps: int = 30,
codec: str = "avc1", # Options: avc1, hevc, vp9
codec: str = "mp4v", # Options: avc1, hevc, vp9, mp4v (recommended)
transition_duration: float = 1.0,

@@ -20,0 +20,0 @@ resize_method: str = "fill", # Options: smart, adaptive, gradual, aspect_ratio